Skip to content

Commit 5dcba2a

Browse files
authored
[DOCS] Changed Discover app to Discover (#59769)
1 parent 5ad8337 commit 5dcba2a

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

docs/apm/advanced-queries.asciidoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ TIP: Read the {kibana-ref}/kuery-query.html[Kibana Query Language Enhancements]
2121

2222
[float]
2323
[[discover-advanced-queries]]
24-
=== Querying in the Discover app
24+
=== Querying in Discover
2525

26-
It may also be helpful to view your APM data in the {kibana-ref}/discover.html[Discover app].
27-
Querying documents in Discover works the same way as querying in the APM app,
28-
and all of the example APM app queries can also be used in the Discover app.
26+
It may also be helpful to view your APM data in {kibana-ref}/discover.html[*Discover*].
27+
Querying documents in *Discover* works the same way as querying in the APM app,
28+
and all of the example APM app queries can also be used in *Discover*.
2929

3030
[float]
31-
==== Example Discover app query
31+
==== Example Discover query
3232

33-
One example where you may want to make use of the Discover app,
33+
One example where you may want to make use of *Discover*,
3434
is for viewing _all_ transactions for an endpoint, instead of just a sample.
3535

3636
TIP: Starting in v7.6, you can view 10 samples per bucket in the APM app, instead of just one.
3737

3838
Use the APM app to find a transaction name and time bucket that you're interested in learning more about.
39-
Then, switch to the Discover app and make a search:
39+
Then, switch to *Discover* and make a search:
4040

4141
["source","sh"]
4242
-----

docs/getting-started/tutorial-discovering.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[[tutorial-discovering]]
22
=== Discover your data
33

4-
Using the Discover application, you can enter
4+
Using *Discover*, you can enter
55
an {ref}/query-dsl-query-string-query.html#query-string-syntax[Elasticsearch
66
query] to search your data and filter the results.
77

@@ -12,7 +12,7 @@ You might need to click *New* in the menu bar to refresh the data.
1212

1313
. Click the caret to the right of the current index pattern, and select `ba*`.
1414
+
15-
By default, all fields are shown for each matching document.
15+
By default, all fields are shown for each matching document.
1616

1717
. In the search field, enter the following string:
1818
+

0 commit comments

Comments
 (0)