Skip to content

Commit d526a3b

Browse files
Merge branch '7.x' into backport/7.x/pr-80705
2 parents 4d51236 + bab6af3 commit d526a3b

File tree

450 files changed

+8654
-2312
lines changed

Some content is hidden

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

450 files changed

+8654
-2312
lines changed

.telemetryrc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,10 @@
77
"src/plugins/testbed/",
88
"src/plugins/kibana_utils/"
99
]
10+
},
11+
{
12+
"output": "src/plugins/telemetry/schema/legacy_plugins.json",
13+
"root": "src/legacy/server/",
14+
"exclude": []
1015
}
1116
]

docs/CHANGELOG.asciidoc

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
This section summarizes the changes in each release.
1212

13+
* <<release-notes-7.9.3>>
1314
* <<release-notes-7.9.2>>
1415
* <<release-notes-7.9.1>>
1516
* <<release-notes-7.9.0>>
@@ -43,6 +44,39 @@ This section summarizes the changes in each release.
4344

4445
--
4546

47+
[[release-notes-7.9.3]]
48+
== {kib} 7.9.3
49+
50+
For breaking changes, refer to <<breaking-changes-7.9,breaking changes in 7.9>>.
51+
52+
[float]
53+
[[enhancement-v7.9.3]]
54+
=== Enhancement
55+
Reporting::
56+
* Increases openUrl timeout config default to 1min {kibana-pull}78322[#78322]
57+
58+
[float]
59+
[[bug-v7.9.3]]
60+
=== Bug fixes
61+
Discover::
62+
* Fixes scripted field error handling for non OSS env {kibana-pull}76476[#76476]
63+
Lens and visualizations::
64+
* Shows tooltip on external pointer events {kibana-pull}77306[#77306]
65+
Management::
66+
* Fixes a bug in the index template wizard, which resulted in an error when the user tries to save an existing
67+
template or attempts to view the Elasticsearch request when the template does not have any mappings {kibana-pull}78653[#78653]
68+
* Fixes index pattern creation when using cross cluster search with clusters running <7.9 {kibana-pull}80006[#80006]
69+
Monitoring::
70+
* Fixes UX around an unavailable remote cluster {kibana-pull}79202[#79202]
71+
* Synchronous `setup` and `start` methods {kibana-pull}79457[#79457]
72+
* Removes license refresh from setup {kibana-pull}79518[#79518]
73+
Platform::
74+
* Invalid `searchSourceJSON` causes saved object migration to fail {kibana-pull}78535[#78535]
75+
* Changes legacy import 'version' field to optional {kibana-pull}79706[#79706]
76+
Security::
77+
* Adds `xpack.security.sameSiteCookies` to docker allow list {kibana-pull}78192[#78192]
78+
* Updates user table after user is deleted {kibana-pull}79491[#79491]
79+
4680
[[release-notes-7.9.2]]
4781
== {kib} 7.9.2
4882

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]

0 commit comments

Comments
 (0)