Skip to content

Commit da9f36f

Browse files
committed
Merge remote-tracking branch 'upstream/master' into alerting-ui-tests-for-status-filters
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2 parents ea81134 + 31fbabd commit da9f36f

File tree

357 files changed

+7215
-3456
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

357 files changed

+7215
-3456
lines changed

docs/api/dashboard/export-dashboard.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ experimental[] Export dashboards and corresponding saved objects.
1111

1212
`GET <kibana host>:<port>/api/kibana/dashboards/export`
1313

14+
`GET <kibana host>:<port>/s/<space-id>/api/kibana/dashboards/export`
15+
1416
[[dashboard-api-export-params]]
1517
==== Query parameters
1618

docs/api/dashboard/import-dashboard.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ experimental[] Import dashboards and corresponding saved objects.
1111

1212
`POST <kibana host>:<port>/api/kibana/dashboards/import`
1313

14+
`POST <kibana host>:<port>/s/<space-id>/api/kibana/dashboards/import`
15+
1416
[[dashboard-api-import-params]]
1517
==== Query parameters
1618

244 KB
Loading

docs/apm/troubleshooting.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ the values in `http.request.cookies` are not indexed and thus not searchable.
157157

158158
*Ensure an index pattern exists*
159159
As a first step, you should ensure the correct index pattern exists.
160-
In Kibana, navigate to *Management > Kibana > Index Patterns*.
160+
Open the main menu, then click *Stack Management > Index Patterns*.
161161
In the pattern list, you should see an apm index pattern; The default is `apm-*`.
162162
If you don't, the index pattern doesn't exist. See <<no-apm-data-found>> for information on how to fix this problem.
163163

docs/canvas/canvas-tutorial.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For this tutorial, you'll need to add the <<add-sample-data, Sample eCommerce or
1414

1515
Your first step to working with Canvas is to create a workpad.
1616

17-
. Open the menu, then go to *Canvas*.
17+
. Open the main menu, then click *Canvas*.
1818

1919
. On the *Canvas workpads* page, click *Create workpad*.
2020

docs/dev-tools/console/console.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Console enables you to interact with the REST API of {es}. You can:
77
* View API documentation
88
* Get your request history
99

10-
To get started, open the menu, go to *Dev Tools*, then click *Console*.
10+
To get started, open the main menu, click *Dev Tools*, then click *Console*.
1111

1212
[role="screenshot"]
1313
image::dev-tools/console/images/console.png["Console"]

docs/dev-tools/grokdebugger/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ is automatically enabled in {kib}.
3535
NOTE: If you're using {stack-security-features}, you must have the `manage_pipeline`
3636
permission to use the Grok Debugger.
3737

38-
. Open the menu, go to *Dev Tools*, then click *Grok Debugger*.
38+
. Open the main menu, click *Dev Tools*, then click *Grok Debugger*.
3939
. In *Sample Data*, enter a message that is representative of the data that you
4040
want to parse. For example:
4141
+

docs/dev-tools/painlesslab/index.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ process {ref}/docs-reindex.html[reindexed data], define complex
1212
<<watcher-create-advanced-watch, Watcher conditions>>,
1313
and work with data in other contexts.
1414

15-
To get started, open the menu, go to *Dev Tools*, then click *Painless Lab*.
15+
To get started, open the main menu, click *Dev Tools*, then click *Painless Lab*.
1616

1717
image::dev-tools/painlesslab/images/painless-lab.png[Painless Lab]

docs/dev-tools/searchprofiler/getting-started.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[[profiler-getting-started]]
33
=== Getting Started
44

5-
The {searchprofiler} is automatically enabled in {kib}. From the menu, go to *Dev Tools*, then click *Search Profiler*
5+
The {searchprofiler} is automatically enabled in {kib}. Open the main menu, click *Dev Tools*, then click *Search Profiler*
66
to get started.
77

88
{searchprofiler} displays the names of the indices searched, the shards in each index,
-100 KB
Loading

0 commit comments

Comments
 (0)