Trying to create a dashboard to see ALL url hit counts in a 24 hour period, issue is the "Group by" column, when download the file from the download Icon, it downloads only 500 Records, need to see ALL records, is there a way to change the "Top 500, Min Doc Count" field to unlimited?
Release : SAAS
Component :
We can propose the following steps.
1- Select "dashboard settings" and then "JSON Model". Copy and paste the information in JSON Model in a txt file
2- search for: "field": "event.page_url" you will see the "size": "500". modify the size value.
3- In the dashboard UI, you will see + icon on top left side. Click on Import.
You can either upload a JSON file, or copy and paste in box "Import via panel json" from the above file.
4- Give a new name and confirm if it is working before renaming to the original name.