π Dashboards in Kibana
Dashboards allow you to visualize your data in a way thatβs easy to understand. You can turn search results into:
- π Line graphs
- π Bar and pie charts
- πΊοΈ Maps
- π‘ Metrics and tables
π Accessing Dashboardsβ
To open the dashboard tool:
- Click Analytics β Dashboards in the left menu.
- Select an existing dashboard from the list β or click Create dashboard to make a new one.
β Adding Visualizationsβ
Once inside a dashboard:
- Click + Create visualization.
- Choose a chart type (e.g., bar chart, map, gauge).
- Select the index (e.g.,
hcm-employees
). - Pick a field to visualize β like
role
,location
, orcreatedAt
. - Customize the chart and click Save and return.
π You can repeat this to add multiple visualizations to a single dashboard.
π― Example: Visualizing Doctors by Cityβ
You could create a bar chart to show how many doctors are based in each city:
- Chart Type: Bar
- X-Axis:
city.keyword
- Y-Axis: Count of documents
Save it to a dashboard called Doctors by City.
πΊοΈ Visualizing Locationsβ
If your data includes geo coordinates, you can:
- Choose a Maps or Coordinate Map visualization.
- Select your geo field (e.g.,
location
). - Watch your data appear on an interactive map!
πΎ Saving and Sharing Dashboardsβ
- Click Save at the top to name your dashboard.
- You can share dashboards with teammates, or embed them in reports.
π Summaryβ
Kibana dashboards let you turn complex data into useful visuals β with no code. You can:
- Combine multiple charts in one view
- Save dashboards and revisit them later
- Explore insights by clicking into each chart
β Ready to go deeper? Up next: Setting up alerts and notifications.