Step 6: View the sample Kibana dashboardsedit

To make it easier for you to visualize your log data, we have created example Journalbeat dashboards. You loaded the dashboards earlier when you ran the setup command.

To open the dashboards, launch the Kibana web interface by pointing your browser to port 5601. For example, http://localhost:5601. Replace localhost with the name of the Kibana host. If you’re using an Elastic Cloud instance, log in to your cloud account, then navigate to the Kibana endpoint in your deployment.

On the Discover page, make sure that the predefined journalbeat-* index pattern is selected to see Journalbeat data.

Discover tab with index selected

If you don’t see data in Kibana, try changing the date range to a larger range. By default, Kibana shows the last 15 minutes.

Go to the Dashboard page and select the dashboard that you want to open.

Navigation widget in Kibana

The dashboards are provided as examples. We recommend that you customize them to meet your needs.

Journald data

You can also use the Logs UI in Kibana to tail logs in real time. By default, however, the Logs UI 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-*"