This functionality is experimental and may be changed or removed completely in a
future release. Elastic will take a best effort approach to fix any issues, but
experimental features are not subject to the support SLA of official GA
features.
Step 6: Explore your data in Kibana
editStep 6: Explore your data in Kibana
editThe Journalbeat dashboard is currently broken. To start exploring your data, go to the Discover application in Kibana. From there, you can submit search queries, filter the search results, and view document data.
To learn how to build visualizations and dashboards to view your data, see the Kibana User Guide.
Want to tail logs in real time?
editUse the Logs app in Kibana. For more details, see the Logs Monitoring Guide.
The Logs app shows logs
from filebeat-*
indices by default. To show Journalbeat indices, configure
the source to include journalbeat-*
. You can do this in the Logs app when you
configure the source, or you can modify the Kibana configuration. For example:
xpack.infra: sources: default: logAlias: "filebeat-*,journalbeat-*"