Step 5: View your data in Kibana

edit

There are currently no example dashboards available for Journalbeat.

To learn how to view and explore your data, see the Kibana User Guide.

By default, the Logs UI in Kibana only shows logs from filebeat-* indexes. To show Journalbeat indexes, add the following settings to the Kibana configuration:

xpack.infra:
 sources:
   default:
     logAlias: "filebeat-*,journalbeat-*"