- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to check dashboard load time ?
selvam_sekar
Path Finder
12-19-2023
08:44 AM
Hi,
is there a way we can check the dashboard load time ? for example, if i choose today timestamp and hit the submit. how long it takes the panels to return the data for today timestamp?
Thanks,
Selvam.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
dtburrows3
Builder
12-19-2023
08:52 AM
Should be able to check index=_audit for search run times for each individual search running on dashboards.
Something like this.
index="_audit" action=search provenance="UI:Dashboard:*"
| table _time, user, app, provenance, savedsearch_name, search_id, total_run_time, event_count, result_count, search_et, search_lt
| eval
dashboard_id=mvindex(split(provenance, ":"), 2, -1)
