Search and visualize data
Use Kibana after data is present in Elasticsearch and your user has access to the intended indices and Kibana space.
Create a data view
- Sign in to Kibana.
- Use the navigation search to open Data Views.
- Select Create data view.
- Enter an approved name and an index pattern that matches only the intended data.
- Select the timestamp field when the data has one.
- Save the data view.
If no matching indices appear, confirm that data has been indexed and that the current user has read access.
Find events
- Open Discover.
- Select the data view.
- Choose a time range that includes the indexed events.
- Filter by a known non-sensitive field.
- Add useful fields to the result table.
- Save the search only if other users need to reuse it.
Create a first visualization
- Open Dashboard and create a dashboard.
- Select Create visualization.
- Choose the data view and a simple count or time-series view.
- Verify that filters and time range affect the result as expected.
- Save the visualization and dashboard with descriptive names.
Use Kibana spaces and roles to separate teams. A missing result can be caused by an incorrect time range, data view, field, or permission. See Elastic search troubleshooting before changing index mappings or privileges.