I have a dashboard which has 10 charts, and I set it up to refresh every 10 seconds.
<refresh>10s</refresh>
When I exported the dashboard to a PDF file, some of my charts were not displayed properly. (The other charts were showing properly.)
Instead, URLs like below are shown, and when I tried to access the URL, Unknow sid error is shown up on the browser.
https://IP:8089/services/search/jobs/admin__admin__search__search8_1548139350.27149/results?count=1000&max_lines=100&show_empty_fields=True&time_format=%25FT%25T.%25Q%25%3Az&output_mode=json_cols&field_list=&show_metadata=true)<br/>
{"messages":[{"type":"FATAL","text":"Unknown sid."}]}
... View more