Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions explore-analyze/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ navigation_title: Explore and analyze
mapped_pages:
- https://www.elastic.co/guide/en/serverless/current/elasticsearch-explore-your-data.html
- https://www.elastic.co/guide/en/kibana/current/introduction.html#visualize-and-analyze
- https://www.elastic.co/guide/en/kibana/current/get-started.html
- https://www.elastic.co/guide/en/kibana/current/introduction.html
applies_to:
stack: ga
Expand Down Expand Up @@ -107,7 +106,13 @@ You can set up alerts to monitor your data continuously. Alerts notify you when

## Bringing it all together

Elasticsearch's features integrate seamlessly, offering an end-to-end solution for exploring, analyzing, and acting on data. If you want to explore any of the listed features in greater depth, refer to their respective documentation pages and check the provided hands-on examples and tutorials.
Elasticsearch's features integrate seamlessly, offering an end-to-end solution for exploring, analyzing, and acting on data.

:::{tip}
New to {{kib}}? **[Learn data exploration and visualization](learn-kibana-data-exploration.md)** walks you through {{kib}}'s core analyst features (Discover, Lens, and Dashboards) using sample web logs data and {{esql}}.
:::

If you want to explore any of the listed features in greater depth, refer to their respective documentation pages and check the provided hands-on examples and tutorials.

If you'd like to explore some features but don't have data ready yet, some sample data sets are available in {{kib}} for you to install and play with.

Expand Down
380 changes: 380 additions & 0 deletions explore-analyze/learn-kibana-data-exploration.md

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions explore-analyze/toc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
project: 'Explore and analyze'
toc:
- file: index.md
- file: learn-kibana-data-exploration.md
- file: query-filter.md
children:
- file: query-filter/languages.md
Expand Down
Loading