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
editTo 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 UI in Kibana. The UI shows logs
from filebeat-*
indices by default. To show Journalbeat indices, configure
the source to include journalbeat-*
. You can do this in the Logs UI when you
configure the source, or you can modify the Kibana configuration. For example:
xpack.infra: sources: default: logAlias: "filebeat-*,journalbeat-*"