Skip to content

Commit 2ad506a

Browse files
Refine
1 parent 5e76db5 commit 2ad506a

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

explore-analyze/discover/discover-get-started.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,26 @@ Learn how to use **Discover** to:
2222
* You must have data in {{es}}. Examples on this page use the [ecommerce sample data set](../index.md#gs-get-data-into-kibana), but you can use your own data.
2323
* You should have an understanding of [{{es}} documents and indices](../../manage-data/data-store/index-basics.md).
2424

25+
## Context-aware data exploration [context-aware-discover]
26+
27+
**Discover** can provide tailored experiences for the following data types when accessed from specific Serverless project types or {{kib}} solution views:
28+
29+
* Observability:
30+
* **[Logs exploration](/solutions/observability/logs/explore-logs.md)**
31+
% LINK/PAGE TBD * **Traces exploration**
32+
% LINK/PAGE TBD * **Metrics exploration**
33+
% * Security:
34+
% LINK/PAGE TBD * **Security data exploration**
35+
36+
This context-aware experience is determined by both your solution context and the type of data you query. When both conditions align, **Discover** provides specific capabilities useful for exploring that specific type of data, and integrates features or paths to other relevant solution applications.
37+
38+
When you access **Discover** outside of a specific solution context, or when working with data types that don't have specialized experiences, you get the default **Discover** interface with all its core functionality for general-purpose data exploration.
39+
40+
### Context-awareness with multiple data types
41+
42+
In context-aware mode, it can happen that your query includes multiple data types for which a tailored experience exists. For example, if you query both `logs-*` and `traces-*` indices within an Observability context.
43+
44+
In this case **Discover** provides the default experience until it's able to detect that you're interacting with a single type of data. For example, when you [](#look-inside-a-document).
2545

2646
## Load data into Discover [find-the-data-you-want-to-use]
2747

explore-analyze/discover/document-explorer.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ products:
1212

1313
Fine tune your explorations by customizing **Discover** to bring out the the best view of your documents.
1414

15+
:::{tip}
16+
You can also start from [context-aware experiences](/explore-analyze/discover/discover-get-started.md#context-aware-discover) tailored to the type of data that you're exploring and customize your Discover view further from there.
17+
:::
18+
1519
:::{image} /explore-analyze/images/kibana-hello-field.png
1620
:alt: A view of the Discover app
1721
:screenshot:

0 commit comments

Comments
 (0)