Step 6: Explore your data in Kibanaedit

The 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?edit

Use 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-*"