Dashboards
Dashboards in Cribl Search are a powerful way to present data or provide useful tools to your teams. Just like with saved searches, you can add any search to a dashboard once you are happy with it.
Make a Dashboard
- Click
Search Homein the left nav bar. - Enter this search query
dataset="cribl_search_sample" dataSource="access_combined" | summarize info=countif(status<200), success=countif(status>=200 and status<300), fail=countif(status>=300 and status<500), epic_fail=countif(status>=500) by host - Ensure the time is still set to
1 hour ago. - Click
Search. - If necessary, change the chart back to a
Columnvia theFormaticon.
- Click the
Actionsdropdown at the top right of the bar chart. - Click
Add to Dashboard. - Click the
Create newradio button. - In the
Panel titlefield, name the panelCoffee Web Server Status by Server. - In the
Dashboard namefield, name the dashboardCoffee Web Server Fails Dashboard. - Click
Add & Go to Dashboard.
Et voila! A dashboard that shows the current status of our web servers. Not to toot our own horn, but "that was easy."
Auto-refresh
Dashboards can auto-refresh on an interval and accept inputs, both of which will be discussed in a later course.