Trying to create a dashboard to display transaction data from the environment.
Dashboard is encountering error due to data limit of 67,108,864 bytes (64 MB). This may be the limit on response.
Looking for a workaround for the error so that the dashboard can show a period of at least 24 hours.
As a workaround, make a dashboard for where you can select hostname(s) from a dropdown list and get the data for specific hostname(s). This will limit the data and avoid the limit hit. Another suggestions would be to getting the data for less hours like 1, 2, 6 hours.