Commit graph

832 commits

Author SHA1 Message Date
Som
f8816ac929
Update session-management.asciidoc 2025-03-11 18:56:14 +05:30
Kibana Machine
3bfde50d99
[8.17] Update Dev Tool limitation about high availability. (#172507) (#208734)
# Backport

This will backport the following commits from `main` to `8.17`:
- [Update Dev Tool limitation about high availability.
(#172507)](https://github.com/elastic/kibana/pull/172507)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Xavier
Merlin","email":"48214502+merlixelastic@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-29T11:49:10Z","message":"Update
Dev Tool limitation about high availability. (#172507)\n\nUpdating
limitation of dev tool which is not sending request with
round\r\nrobin\r\n\r\n## Summary\r\n\r\nWe believe Console always tries
to connect to the 1st host in\r\nelasticsearch.hosts but if it's
unavailable then it will try the next\r\none, the code for this can be
found\r\n[here](0d613e58cf/src/plugins/console/server/routes/api/console/proxy/create_handler.ts (L125)).\r\nSo
in that case, as long as the node is still available, it will
receive\r\nall the requests from Console.\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [ ] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or
tutorials\r\n\r\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>","sha":"199e75e51f64e7429960c121b6746ad347b3efec","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","docs","documentation","backport:version","v8.17.0","v8.18.0"],"title":"Update
Dev Tool limitation about high
availability.","number":172507,"url":"https://github.com/elastic/kibana/pull/172507","mergeCommit":{"message":"Update
Dev Tool limitation about high availability. (#172507)\n\nUpdating
limitation of dev tool which is not sending request with
round\r\nrobin\r\n\r\n## Summary\r\n\r\nWe believe Console always tries
to connect to the 1st host in\r\nelasticsearch.hosts but if it's
unavailable then it will try the next\r\none, the code for this can be
found\r\n[here](0d613e58cf/src/plugins/console/server/routes/api/console/proxy/create_handler.ts (L125)).\r\nSo
in that case, as long as the node is still available, it will
receive\r\nall the requests from Console.\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [ ] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or
tutorials\r\n\r\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>","sha":"199e75e51f64e7429960c121b6746ad347b3efec"}},"sourceBranch":"main","suggestedTargetBranches":["8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/172507","number":172507,"mergeCommit":{"message":"Update
Dev Tool limitation about high availability. (#172507)\n\nUpdating
limitation of dev tool which is not sending request with
round\r\nrobin\r\n\r\n## Summary\r\n\r\nWe believe Console always tries
to connect to the 1st host in\r\nelasticsearch.hosts but if it's
unavailable then it will try the next\r\none, the code for this can be
found\r\n[here](0d613e58cf/src/plugins/console/server/routes/api/console/proxy/create_handler.ts (L125)).\r\nSo
in that case, as long as the node is still available, it will
receive\r\nall the requests from Console.\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [ ] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or
tutorials\r\n\r\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>","sha":"199e75e51f64e7429960c121b6746ad347b3efec"}},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Xavier Merlin <48214502+merlixelastic@users.noreply.github.com>
2025-01-29 12:20:35 +00:00
Kibana Machine
b5778932f5
[8.17] Update Reporting documentation: ES configuration, avoiding Token expiration (#208257) (#208716)
# Backport

This will backport the following commits from `main` to `8.17`:
- [Update Reporting documentation: ES configuration, avoiding Token
expiration (#208257)](https://github.com/elastic/kibana/pull/208257)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Tim
Sullivan","email":"tsullivan@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-29T10:54:09Z","message":"Update
Reporting documentation: ES configuration, avoiding Token expiration
(#208257)\n\n## Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/201281\r\nCloses
https://github.com/elastic/kibana/issues/200653\r\n\r\n---------\r\n\r\nCo-authored-by:
wajihaparvez
<wajiha.parvez@elastic.co>","sha":"5f59395f185c855be3dff477e8f66d328e0b8073","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","docs","v8.15.0","v8.16.0","backport:version","v8.17.0","v8.18.0"],"title":"Update
Reporting documentation: ES configuration, avoiding Token
expiration","number":208257,"url":"https://github.com/elastic/kibana/pull/208257","mergeCommit":{"message":"Update
Reporting documentation: ES configuration, avoiding Token expiration
(#208257)\n\n## Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/201281\r\nCloses
https://github.com/elastic/kibana/issues/200653\r\n\r\n---------\r\n\r\nCo-authored-by:
wajihaparvez
<wajiha.parvez@elastic.co>","sha":"5f59395f185c855be3dff477e8f66d328e0b8073"}},"sourceBranch":"main","suggestedTargetBranches":["8.15","8.16","8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208257","number":208257,"mergeCommit":{"message":"Update
Reporting documentation: ES configuration, avoiding Token expiration
(#208257)\n\n## Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/201281\r\nCloses
https://github.com/elastic/kibana/issues/200653\r\n\r\n---------\r\n\r\nCo-authored-by:
wajihaparvez
<wajiha.parvez@elastic.co>","sha":"5f59395f185c855be3dff477e8f66d328e0b8073"}},{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>
2025-01-29 11:25:03 +00:00
Kibana Machine
37318d7c7f
[8.17] Update elasticsearch-details.asciidoc (#184412) (#208705)
# Backport

This will backport the following commits from `main` to `8.17`:
- [Update elasticsearch-details.asciidoc
(#184412)](https://github.com/elastic/kibana/pull/184412)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Joseph
AFARI","email":"71259267+joeafari@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-29T10:21:00Z","message":"Update
elasticsearch-details.asciidoc (#184412)\n\n## Summary\r\n\r\nAdding a
note that for logs, in case the name of the filebeat index
was\r\nchanged, it's needed to adjust `monitoring.ui.logs.index` so that
the\r\nlogs stats can be retrieved as
well","sha":"66c49cdd5c19d552878905d0b65c167bb3a2feb1","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","Supportability","backport:version","v8.17.0","v8.18.0"],"title":"Update
elasticsearch-details.asciidoc","number":184412,"url":"https://github.com/elastic/kibana/pull/184412","mergeCommit":{"message":"Update
elasticsearch-details.asciidoc (#184412)\n\n## Summary\r\n\r\nAdding a
note that for logs, in case the name of the filebeat index
was\r\nchanged, it's needed to adjust `monitoring.ui.logs.index` so that
the\r\nlogs stats can be retrieved as
well","sha":"66c49cdd5c19d552878905d0b65c167bb3a2feb1"}},"sourceBranch":"main","suggestedTargetBranches":["8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/184412","number":184412,"mergeCommit":{"message":"Update
elasticsearch-details.asciidoc (#184412)\n\n## Summary\r\n\r\nAdding a
note that for logs, in case the name of the filebeat index
was\r\nchanged, it's needed to adjust `monitoring.ui.logs.index` so that
the\r\nlogs stats can be retrieved as
well","sha":"66c49cdd5c19d552878905d0b65c167bb3a2feb1"}},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Joseph AFARI <71259267+joeafari@users.noreply.github.com>
2025-01-29 10:50:24 +00:00
Kibana Machine
d498b7bd1a
[8.17] [Reporting Docs for inspecting the query used for CSV export (#207001) (#207032)
# Backport

This will backport the following commits from `main` to `8.17`:
- [[Reporting Docs for inspecting the query used for CSV export
(#207001)](https://github.com/elastic/kibana/pull/207001)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Tim
Sullivan","email":"tsullivan@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-17T08:48:15Z","message":"[Reporting
Docs for inspecting the query used for CSV export (#207001)\n\nCloses
https://github.com/elastic/kibana/issues/191768\r\n\r\n---------\r\n\r\nCo-authored-by:
wajihaparvez
<wajiha.parvez@elastic.co>","sha":"a514c26d38e728cd75adba3945b5c41277f73957","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","docs","Team:SharedUX","backport:prev-minor","v8.15.0","v8.16.0","backport:version","v8.17.0","v8.18.0"],"title":"[Reporting
Docs for inspecting the query used for CSV
export","number":207001,"url":"https://github.com/elastic/kibana/pull/207001","mergeCommit":{"message":"[Reporting
Docs for inspecting the query used for CSV export (#207001)\n\nCloses
https://github.com/elastic/kibana/issues/191768\r\n\r\n---------\r\n\r\nCo-authored-by:
wajihaparvez
<wajiha.parvez@elastic.co>","sha":"a514c26d38e728cd75adba3945b5c41277f73957"}},"sourceBranch":"main","suggestedTargetBranches":["8.15","8.16","8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/207001","number":207001,"mergeCommit":{"message":"[Reporting
Docs for inspecting the query used for CSV export (#207001)\n\nCloses
https://github.com/elastic/kibana/issues/191768\r\n\r\n---------\r\n\r\nCo-authored-by:
wajihaparvez
<wajiha.parvez@elastic.co>","sha":"a514c26d38e728cd75adba3945b5c41277f73957"}},{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Tim Sullivan <tsullivan@users.noreply.github.com>
2025-01-17 09:19:29 +00:00
Kibana Machine
5af86f40f9
[8.17] Remove experimental tag from docs for FIPS (#206453) (#206461)
# Backport

This will backport the following commits from `main` to `8.17`:
- [Remove experimental tag from docs for FIPS
(#206453)](https://github.com/elastic/kibana/pull/206453)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-13T15:13:47Z","message":"Remove
experimental tag from docs for FIPS (#206453)\n\n##
Summary\r\n\r\nRemove the Tech Preview tag from the docs for
8.17+\r\n<img width=\"882\" alt=\"Screenshot 2025-01-13 at 9 47
39 AM\"\r\nsrc=\"https://github.com/user-attachments/assets/571718e2-5e80-4bc9-941e-25164d05a911\"\r\n/>","sha":"8bc22a1297041bb682a2cd478ec8cf839f4b09bb","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","v9.0.0","backport:version","v8.18.0","v8.17.1"],"title":"Remove
experimental tag from docs for
FIPS","number":206453,"url":"https://github.com/elastic/kibana/pull/206453","mergeCommit":{"message":"Remove
experimental tag from docs for FIPS (#206453)\n\n##
Summary\r\n\r\nRemove the Tech Preview tag from the docs for
8.17+\r\n<img width=\"882\" alt=\"Screenshot 2025-01-13 at 9 47
39 AM\"\r\nsrc=\"https://github.com/user-attachments/assets/571718e2-5e80-4bc9-941e-25164d05a911\"\r\n/>","sha":"8bc22a1297041bb682a2cd478ec8cf839f4b09bb"}},"sourceBranch":"main","suggestedTargetBranches":["8.x","8.17"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/206453","number":206453,"mergeCommit":{"message":"Remove
experimental tag from docs for FIPS (#206453)\n\n##
Summary\r\n\r\nRemove the Tech Preview tag from the docs for
8.17+\r\n<img width=\"882\" alt=\"Screenshot 2025-01-13 at 9 47
39 AM\"\r\nsrc=\"https://github.com/user-attachments/assets/571718e2-5e80-4bc9-941e-25164d05a911\"\r\n/>","sha":"8bc22a1297041bb682a2cd478ec8cf839f4b09bb"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Kurt <kc13greiner@users.noreply.github.com>
2025-01-13 15:45:09 +00:00
akashsingh
a486ab84a0
Max allowed file size while Uploading image via Kibana dashboard Image … (#205140)
Co-authored-by: Liam Thompson <leemthompo@gmail.com>
2024-12-31 14:43:29 +01:00
wajihaparvez
f7b47d8a16
[Docs] Backport hover actions updates to 8.17 (#205118)
## Summary

Cherry-picking [hover actions
updates](https://github.com/elastic/kibana/pull/204844) to 8.17 because
of merge conflicts.
2024-12-23 14:58:33 -05:00
wajihaparvez
1dc200f2f5
Backport typo fix to 8.17 (#204994)
Cherry-picking because of a merge conflict.

Rel: [#204847](https://github.com/elastic/kibana/pull/204847)
2024-12-19 13:09:58 -06:00
wajihaparvez
d644a09a7d
[Docs] 8.17 Release Highlights - What's New page (#203333) (#203944)
## Summary

Adding release highlights for Kibana 8.17. 

**To review, please see:

https://kibana_bk_203333.docs-preview.app.elstc.co/guide/en/kibana/8.x/whats-new.html**

Closes: [570](https://github.com/elastic/platform-docs-team/issues/570)

---------

## Summary

backporting to 8.17

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2024-12-11 22:38:26 +00:00
Kibana Machine
0f522342fa
[8.17] Updates &#x27;Create and manage rules&#x27; page (#202648) (#202920)
# Backport

This will backport the following commits from `main` to `8.17`:
- [Updates &#x27;Create and manage rules&#x27; page
(#202648)](https://github.com/elastic/kibana/pull/202648)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"kosabogi","email":"105062005+kosabogi@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-12-04T13:25:44Z","message":"Updates
'Create and manage rules' page (#202648)\n\n### Overview\r\n\r\nThis PR
updates the [Create and
manage\r\nrules](http://localhost:8000/guide/create-and-manage-rules.html)
page:\r\n- by adding a new screenshot showing how to navigate to the
Rules page.\r\n- updating the instructions based on
this\r\n[issue's](https://github.com/elastic/docs-content/issues/96\r\n)
suggestion.\r\n\r\n### Related
issue\r\n\r\nhttps://github.com/elastic/docs-content/issues/96\r\n\r\n(Based
on my discussion with @tatianafinamor, this issue suggests\r\nupdating
the [Kibana guide > Create and
manage\r\nrules](https://www.elastic.co/guide/en/kibana/master/create-and-manage-rules.html)\r\npage,
not the Serverless guide. Users need clearer guidance on how
to\r\nnavigate to the **Rules**
section.","sha":"d754458aebef14e4dafabe9ea6274b6c9bdf6122","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version","v8.17.0","v8.18.0"],"title":"Updates
'Create and manage rules'
page","number":202648,"url":"https://github.com/elastic/kibana/pull/202648","mergeCommit":{"message":"Updates
'Create and manage rules' page (#202648)\n\n### Overview\r\n\r\nThis PR
updates the [Create and
manage\r\nrules](http://localhost:8000/guide/create-and-manage-rules.html)
page:\r\n- by adding a new screenshot showing how to navigate to the
Rules page.\r\n- updating the instructions based on
this\r\n[issue's](https://github.com/elastic/docs-content/issues/96\r\n)
suggestion.\r\n\r\n### Related
issue\r\n\r\nhttps://github.com/elastic/docs-content/issues/96\r\n\r\n(Based
on my discussion with @tatianafinamor, this issue suggests\r\nupdating
the [Kibana guide > Create and
manage\r\nrules](https://www.elastic.co/guide/en/kibana/master/create-and-manage-rules.html)\r\npage,
not the Serverless guide. Users need clearer guidance on how
to\r\nnavigate to the **Rules**
section.","sha":"d754458aebef14e4dafabe9ea6274b6c9bdf6122"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202648","number":202648,"mergeCommit":{"message":"Updates
'Create and manage rules' page (#202648)\n\n### Overview\r\n\r\nThis PR
updates the [Create and
manage\r\nrules](http://localhost:8000/guide/create-and-manage-rules.html)
page:\r\n- by adding a new screenshot showing how to navigate to the
Rules page.\r\n- updating the instructions based on
this\r\n[issue's](https://github.com/elastic/docs-content/issues/96\r\n)
suggestion.\r\n\r\n### Related
issue\r\n\r\nhttps://github.com/elastic/docs-content/issues/96\r\n\r\n(Based
on my discussion with @tatianafinamor, this issue suggests\r\nupdating
the [Kibana guide > Create and
manage\r\nrules](https://www.elastic.co/guide/en/kibana/master/create-and-manage-rules.html)\r\npage,
not the Serverless guide. Users need clearer guidance on how
to\r\nnavigate to the **Rules**
section.","sha":"d754458aebef14e4dafabe9ea6274b6c9bdf6122"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: kosabogi <105062005+kosabogi@users.noreply.github.com>
2024-12-04 13:55:19 +00:00
Kibana Machine
cf74292f98
[8.17] [Docs] Update certain references to cloud and ESS due to serverless GA (#202184) (#202201)
# Backport

This will backport the following commits from `main` to `8.17`:
- [[Docs] Update certain references to cloud and ESS due to serverless
GA (#202184)](https://github.com/elastic/kibana/pull/202184)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2024-11-28T15:53:56Z","message":"[Docs]
Update certain references to cloud and ESS due to serverless GA
(#202184)\n\nThis PR updates a few references to hosted deployments on
Elastic Cloud\r\nto avoid ambiguity with serverless in anticipation of
serverless GA.\r\n\r\nSome more similar updates will be made on other
repos to align.\r\n\r\nRel:
https://github.com/elastic/platform-docs-team/issues/485","sha":"95a7b0c044f6ef2fc360245a2085687ae3474bd8","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v8.17.0","v8.18.0"],"title":"[Docs]
Update certain references to cloud and ESS due to serverless
GA","number":202184,"url":"https://github.com/elastic/kibana/pull/202184","mergeCommit":{"message":"[Docs]
Update certain references to cloud and ESS due to serverless GA
(#202184)\n\nThis PR updates a few references to hosted deployments on
Elastic Cloud\r\nto avoid ambiguity with serverless in anticipation of
serverless GA.\r\n\r\nSome more similar updates will be made on other
repos to align.\r\n\r\nRel:
https://github.com/elastic/platform-docs-team/issues/485","sha":"95a7b0c044f6ef2fc360245a2085687ae3474bd8"}},"sourceBranch":"main","suggestedTargetBranches":["8.17","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/202184","number":202184,"mergeCommit":{"message":"[Docs]
Update certain references to cloud and ESS due to serverless GA
(#202184)\n\nThis PR updates a few references to hosted deployments on
Elastic Cloud\r\nto avoid ambiguity with serverless in anticipation of
serverless GA.\r\n\r\nSome more similar updates will be made on other
repos to align.\r\n\r\nRel:
https://github.com/elastic/platform-docs-team/issues/485","sha":"95a7b0c044f6ef2fc360245a2085687ae3474bd8"}},{"branch":"8.17","label":"v8.17.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-11-28 16:20:49 +00:00
Kibana Machine
18d4a5af7f
[8.x] update docs on automatically generating a report (#191067) (#201034)
# Backport

This will backport the following commits from `main` to `8.x`:
- [update docs on automatically generating a report
(#191067)](https://github.com/elastic/kibana/pull/191067)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Eyo O.
Eyo","email":"7893459+eokoneyo@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-11-20T19:49:37Z","message":"update
docs on automatically generating a report (#191067)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/188640\r\n\r\n\r\nUpdates steps
in docs for automatically generating a report to match the\r\nUI
expectation especially that the share experience got an
overhaul\r\nsince 8.14.\r\n\r\n<!--\r\n### Checklist\r\n\r\nDelete any
items that are not applicable to this PR.\r\n\r\n- [ ] Any text added
follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [ ] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n- [ ] Any UI touched in this PR is
usable by keyboard only (learn more\r\nabout [keyboard
accessibility](https://webaim.org/techniques/keyboard/))\r\n- [ ] Any UI
touched in this PR does not create any new axe failures\r\n(run axe in
browser:\r\n[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),\r\n[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))\r\n-
[ ] If a plugin configuration key changed, check if it needs to
be\r\nallowlisted in the cloud and added to the
[docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n-
[ ] This renders correctly on smaller devices using a
responsive\r\nlayout. (You can test this [in
your\r\nbrowser](https://www.browserstack.com/guide/responsive-testing-on-local-server))\r\n-
[ ] This was checked for
[cross-browser\r\ncompatibility](https://www.elastic.co/support/matrix#matrix_browsers)\r\n\r\n\r\n###
Risk Matrix\r\n\r\nDelete this section if it is not applicable to this
PR.\r\n\r\nBefore closing this PR, invite QA, stakeholders, and other
developers to\r\nidentify risks that should be tested prior to the
change/feature\r\nrelease.\r\n\r\nWhen forming the risk matrix, consider
some of the following examples\r\nand how they may potentially impact
the change:\r\n\r\n| Risk | Probability | Severity | Mitigation/Notes
|\r\n\r\n|---------------------------|-------------|----------|-------------------------|\r\n|
Multiple Spaces&mdash;unexpected behavior in non-default Kibana
Space.\r\n| Low | High | Integration tests will verify that all features
are still\r\nsupported in non-default Kibana Space and when user
switches between\r\nspaces. |\r\n| Multiple nodes&mdash;Elasticsearch
polling might have race conditions\r\nwhen multiple Kibana nodes are
polling for the same tasks. | High | Low\r\n| Tasks are idempotent, so
executing them multiple times will not result\r\nin logical error, but
will degrade performance. To test for this case we\r\nadd plenty of unit
tests around this logic and document manual testing\r\nprocedure. |\r\n|
Code should gracefully handle cases when feature X or plugin Y
are\r\ndisabled. | Medium | High | Unit tests will verify that any
feature flag\r\nor plugin combination still results in our service
operational. |\r\n| [See more potential
risk\r\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)
|\r\n\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for
breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n-->\r\n\r\nCo-authored-by:
Elastic Machine
<elasticmachine@users.noreply.github.com>\r\nCo-authored-by: Tim
Sullivan
<tsullivan@users.noreply.github.com>","sha":"3648a33adf952dac283f64b471e5903898f78b4e","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:SharedUX","backport:prev-minor","v8.16.0","Feature:Reporting:Framework","v8.17.0"],"title":"update
docs on automatically generating a
report","number":191067,"url":"https://github.com/elastic/kibana/pull/191067","mergeCommit":{"message":"update
docs on automatically generating a report (#191067)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/188640\r\n\r\n\r\nUpdates steps
in docs for automatically generating a report to match the\r\nUI
expectation especially that the share experience got an
overhaul\r\nsince 8.14.\r\n\r\n<!--\r\n### Checklist\r\n\r\nDelete any
items that are not applicable to this PR.\r\n\r\n- [ ] Any text added
follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [ ] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n- [ ] Any UI touched in this PR is
usable by keyboard only (learn more\r\nabout [keyboard
accessibility](https://webaim.org/techniques/keyboard/))\r\n- [ ] Any UI
touched in this PR does not create any new axe failures\r\n(run axe in
browser:\r\n[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),\r\n[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))\r\n-
[ ] If a plugin configuration key changed, check if it needs to
be\r\nallowlisted in the cloud and added to the
[docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n-
[ ] This renders correctly on smaller devices using a
responsive\r\nlayout. (You can test this [in
your\r\nbrowser](https://www.browserstack.com/guide/responsive-testing-on-local-server))\r\n-
[ ] This was checked for
[cross-browser\r\ncompatibility](https://www.elastic.co/support/matrix#matrix_browsers)\r\n\r\n\r\n###
Risk Matrix\r\n\r\nDelete this section if it is not applicable to this
PR.\r\n\r\nBefore closing this PR, invite QA, stakeholders, and other
developers to\r\nidentify risks that should be tested prior to the
change/feature\r\nrelease.\r\n\r\nWhen forming the risk matrix, consider
some of the following examples\r\nand how they may potentially impact
the change:\r\n\r\n| Risk | Probability | Severity | Mitigation/Notes
|\r\n\r\n|---------------------------|-------------|----------|-------------------------|\r\n|
Multiple Spaces&mdash;unexpected behavior in non-default Kibana
Space.\r\n| Low | High | Integration tests will verify that all features
are still\r\nsupported in non-default Kibana Space and when user
switches between\r\nspaces. |\r\n| Multiple nodes&mdash;Elasticsearch
polling might have race conditions\r\nwhen multiple Kibana nodes are
polling for the same tasks. | High | Low\r\n| Tasks are idempotent, so
executing them multiple times will not result\r\nin logical error, but
will degrade performance. To test for this case we\r\nadd plenty of unit
tests around this logic and document manual testing\r\nprocedure. |\r\n|
Code should gracefully handle cases when feature X or plugin Y
are\r\ndisabled. | Medium | High | Unit tests will verify that any
feature flag\r\nor plugin combination still results in our service
operational. |\r\n| [See more potential
risk\r\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)
|\r\n\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for
breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n-->\r\n\r\nCo-authored-by:
Elastic Machine
<elasticmachine@users.noreply.github.com>\r\nCo-authored-by: Tim
Sullivan
<tsullivan@users.noreply.github.com>","sha":"3648a33adf952dac283f64b471e5903898f78b4e"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/191067","number":191067,"mergeCommit":{"message":"update
docs on automatically generating a report (#191067)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/188640\r\n\r\n\r\nUpdates steps
in docs for automatically generating a report to match the\r\nUI
expectation especially that the share experience got an
overhaul\r\nsince 8.14.\r\n\r\n<!--\r\n### Checklist\r\n\r\nDelete any
items that are not applicable to this PR.\r\n\r\n- [ ] Any text added
follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [ ] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n- [ ] Any UI touched in this PR is
usable by keyboard only (learn more\r\nabout [keyboard
accessibility](https://webaim.org/techniques/keyboard/))\r\n- [ ] Any UI
touched in this PR does not create any new axe failures\r\n(run axe in
browser:\r\n[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),\r\n[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))\r\n-
[ ] If a plugin configuration key changed, check if it needs to
be\r\nallowlisted in the cloud and added to the
[docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n-
[ ] This renders correctly on smaller devices using a
responsive\r\nlayout. (You can test this [in
your\r\nbrowser](https://www.browserstack.com/guide/responsive-testing-on-local-server))\r\n-
[ ] This was checked for
[cross-browser\r\ncompatibility](https://www.elastic.co/support/matrix#matrix_browsers)\r\n\r\n\r\n###
Risk Matrix\r\n\r\nDelete this section if it is not applicable to this
PR.\r\n\r\nBefore closing this PR, invite QA, stakeholders, and other
developers to\r\nidentify risks that should be tested prior to the
change/feature\r\nrelease.\r\n\r\nWhen forming the risk matrix, consider
some of the following examples\r\nand how they may potentially impact
the change:\r\n\r\n| Risk | Probability | Severity | Mitigation/Notes
|\r\n\r\n|---------------------------|-------------|----------|-------------------------|\r\n|
Multiple Spaces&mdash;unexpected behavior in non-default Kibana
Space.\r\n| Low | High | Integration tests will verify that all features
are still\r\nsupported in non-default Kibana Space and when user
switches between\r\nspaces. |\r\n| Multiple nodes&mdash;Elasticsearch
polling might have race conditions\r\nwhen multiple Kibana nodes are
polling for the same tasks. | High | Low\r\n| Tasks are idempotent, so
executing them multiple times will not result\r\nin logical error, but
will degrade performance. To test for this case we\r\nadd plenty of unit
tests around this logic and document manual testing\r\nprocedure. |\r\n|
Code should gracefully handle cases when feature X or plugin Y
are\r\ndisabled. | Medium | High | Unit tests will verify that any
feature flag\r\nor plugin combination still results in our service
operational. |\r\n| [See more potential
risk\r\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)
|\r\n\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for
breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\r\n-->\r\n\r\nCo-authored-by:
Elastic Machine
<elasticmachine@users.noreply.github.com>\r\nCo-authored-by: Tim
Sullivan
<tsullivan@users.noreply.github.com>","sha":"3648a33adf952dac283f64b471e5903898f78b4e"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Eyo O. Eyo <7893459+eokoneyo@users.noreply.github.com>
2024-11-20 20:12:30 +00:00
Kurt
5f95241e48
[8.x] Removing experimental for the FIPS mode config (#200734) (#200825)
# Backport

This will backport the following commits from `main` to `8.x`:
- [Removing experimental for the FIPS mode config
(#200734)](https://github.com/elastic/kibana/pull/200734)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"Kurt","email":"kc13greiner@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-11-19T20:23:20Z","message":"Removing
experimental for the FIPS mode config (#200734)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/200718\r\n\r\nRemove the
`experimental` from the fipsMode config path\r\n\r\n## Release
note\r\n\r\nKibana's FIPS mode is no longer considered
experimental\r\n\r\n## FIPS Pipeline for this
branch\r\n\r\nhttps://buildkite.com/elastic/kibana-fips/builds/281","sha":"8e7799ae7aed6504b234c1779e6d3654fbcc9a32","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["v9.0.0","release_note:feature","backport:version","v8.17.0"],"number":200734,"url":"https://github.com/elastic/kibana/pull/200734","mergeCommit":{"message":"Removing
experimental for the FIPS mode config (#200734)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/200718\r\n\r\nRemove the
`experimental` from the fipsMode config path\r\n\r\n## Release
note\r\n\r\nKibana's FIPS mode is no longer considered
experimental\r\n\r\n## FIPS Pipeline for this
branch\r\n\r\nhttps://buildkite.com/elastic/kibana-fips/builds/281","sha":"8e7799ae7aed6504b234c1779e6d3654fbcc9a32"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/200734","number":200734,"mergeCommit":{"message":"Removing
experimental for the FIPS mode config (#200734)\n\n##
Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/200718\r\n\r\nRemove the
`experimental` from the fipsMode config path\r\n\r\n## Release
note\r\n\r\nKibana's FIPS mode is no longer considered
experimental\r\n\r\n## FIPS Pipeline for this
branch\r\n\r\nhttps://buildkite.com/elastic/kibana-fips/builds/281","sha":"8e7799ae7aed6504b234c1779e6d3654fbcc9a32"}},{"branch":"8.x","label":"v8.17.0","labelRegex":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
2024-11-19 18:15:25 -06:00
Pierre Gayvallet
b6fe3628e3
[8.x] [LLM tasks] Add product documentation retrieval task (#194379) (#200754)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[LLM tasks] Add product documentation retrieval task
(#194379)](https://github.com/elastic/kibana/pull/194379)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Pierre
Gayvallet","email":"pierre.gayvallet@elastic.co"},"sourceCommit":{"committedDate":"2024-11-19T14:28:26Z","message":"[LLM
tasks] Add product documentation retrieval task (#194379)\n\n##
Summary\r\n\r\nClose
https://github.com/elastic/kibana/issues/193473\r\nClose
https://github.com/elastic/kibana/issues/193474\r\n\r\nThis PR utilize
the documentation packages that are build via the tool\r\nintroduced by
https://github.com/elastic/kibana/pull/193847, allowing to\r\ninstall
them in Kibana and expose documentation retrieval as an LLM task\r\nthat
AI assistants (or other consumers) can call.\r\n\r\nUsers can now decide
to install the Elastic documentation from the\r\nassistant's config
screen, which will expose a new tool for the\r\nassistant,
`retrieve_documentation` (only implemented for the o11y\r\nassistant in
the current PR, shall be done for security as a follow up).\r\n\r\nFor
more information, please refer to the self-review.\r\n\r\n## General
architecture\r\n\r\n<img width=\"1118\" alt=\"Screenshot 2024-10-17 at
09 22
32\"\r\nsrc=\"https://github.com/user-attachments/assets/3df8c30a-9ccc-49ab-92ce-c204b96d6fc4\">\r\n\r\n##
What this PR does\r\n\r\nAdds two plugin:\r\n- `productDocBase`:
contains all the logic related to product\r\ndocumentation installation,
status, and search. This is meant to be a\r\n\"low level\" components
only responsible for this specific part.\r\n- `llmTasks`: an higher
level plugin that will contain various LLM tasks\r\nto be used by
assistants and genAI consumers. The intent is not to have\r\na single
place to put all llm tasks, but more to have a default place\r\nwhere we
can introduce new tasks from. (fwiw, the `nlToEsql` task
will\r\nprobably be moved to that plugin).\r\n\r\n- Add a
`retrieve_documentation` tool registration for the
o11y\r\nassistant\r\n- Add a component on the o11y assistant
configuration page to install\r\nthe product doc\r\n\r\n(wiring the
feature to the o11y assistant was done for testing purposes\r\nmostly,
any addition / changes / enhancement should be done by the\r\nowning
team - either in this PR or as a follow-up)\r\n\r\n## What is NOT
included in this PR:\r\n\r\n- Wire product base feature to the security
assistant (should be done by\r\nthe owning team as a follow-up)\r\n -
installation\r\n - utilization as tool\r\n\r\n- FTR tests: this is
somewhat blocked by the same things we need to\r\nfigure out for
https://github.com/elastic/kibana-team/issues/1271\r\n\r\n## Screenshots
\r\n\r\n### Installation from o11y assistant configuration
page\r\n\r\n<img width=\"1476\" alt=\"Screenshot 2024-10-17 at 09 41
24\"\r\nsrc=\"https://github.com/user-attachments/assets/31daa585-9fb2-400a-a2d1-5917a262367a\">\r\n\r\n###
Example of output\r\n\r\n#### Without product documentation installed
\r\n\r\n<img width=\"739\" alt=\"Screenshot 2024-10-10 at 09 59
41\"\r\nsrc=\"https://github.com/user-attachments/assets/993fb216-6c9a-433f-bf44-f6e383d20d9d\">\r\n\r\n####
With product documentation installed\r\n\r\n<img width=\"718\"
alt=\"Screenshot 2024-10-10 at 09 55
38\"\r\nsrc=\"https://github.com/user-attachments/assets/805ea4ca-8bc9-4355-a434-0ba81f8228a9\">\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by:
Alex Szabo <alex.szabo@elastic.co>\r\nCo-authored-by: Matthias Wilhelm
<matthias.wilhelm@elastic.co>\r\nCo-authored-by: Elastic Machine
<elasticmachine@users.noreply.github.com>","sha":"455c781c6d1e1161f66e275299cf06064a0ffde2","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","backport:prev-minor","ci:cloud-deploy","Team:Obs
AI Assistant","ci:project-deploy-observability","Team:AI
Infra","v8.17.0"],"number":194379,"url":"https://github.com/elastic/kibana/pull/194379","mergeCommit":{"message":"[LLM
tasks] Add product documentation retrieval task (#194379)\n\n##
Summary\r\n\r\nClose
https://github.com/elastic/kibana/issues/193473\r\nClose
https://github.com/elastic/kibana/issues/193474\r\n\r\nThis PR utilize
the documentation packages that are build via the tool\r\nintroduced by
https://github.com/elastic/kibana/pull/193847, allowing to\r\ninstall
them in Kibana and expose documentation retrieval as an LLM task\r\nthat
AI assistants (or other consumers) can call.\r\n\r\nUsers can now decide
to install the Elastic documentation from the\r\nassistant's config
screen, which will expose a new tool for the\r\nassistant,
`retrieve_documentation` (only implemented for the o11y\r\nassistant in
the current PR, shall be done for security as a follow up).\r\n\r\nFor
more information, please refer to the self-review.\r\n\r\n## General
architecture\r\n\r\n<img width=\"1118\" alt=\"Screenshot 2024-10-17 at
09 22
32\"\r\nsrc=\"https://github.com/user-attachments/assets/3df8c30a-9ccc-49ab-92ce-c204b96d6fc4\">\r\n\r\n##
What this PR does\r\n\r\nAdds two plugin:\r\n- `productDocBase`:
contains all the logic related to product\r\ndocumentation installation,
status, and search. This is meant to be a\r\n\"low level\" components
only responsible for this specific part.\r\n- `llmTasks`: an higher
level plugin that will contain various LLM tasks\r\nto be used by
assistants and genAI consumers. The intent is not to have\r\na single
place to put all llm tasks, but more to have a default place\r\nwhere we
can introduce new tasks from. (fwiw, the `nlToEsql` task
will\r\nprobably be moved to that plugin).\r\n\r\n- Add a
`retrieve_documentation` tool registration for the
o11y\r\nassistant\r\n- Add a component on the o11y assistant
configuration page to install\r\nthe product doc\r\n\r\n(wiring the
feature to the o11y assistant was done for testing purposes\r\nmostly,
any addition / changes / enhancement should be done by the\r\nowning
team - either in this PR or as a follow-up)\r\n\r\n## What is NOT
included in this PR:\r\n\r\n- Wire product base feature to the security
assistant (should be done by\r\nthe owning team as a follow-up)\r\n -
installation\r\n - utilization as tool\r\n\r\n- FTR tests: this is
somewhat blocked by the same things we need to\r\nfigure out for
https://github.com/elastic/kibana-team/issues/1271\r\n\r\n## Screenshots
\r\n\r\n### Installation from o11y assistant configuration
page\r\n\r\n<img width=\"1476\" alt=\"Screenshot 2024-10-17 at 09 41
24\"\r\nsrc=\"https://github.com/user-attachments/assets/31daa585-9fb2-400a-a2d1-5917a262367a\">\r\n\r\n###
Example of output\r\n\r\n#### Without product documentation installed
\r\n\r\n<img width=\"739\" alt=\"Screenshot 2024-10-10 at 09 59
41\"\r\nsrc=\"https://github.com/user-attachments/assets/993fb216-6c9a-433f-bf44-f6e383d20d9d\">\r\n\r\n####
With product documentation installed\r\n\r\n<img width=\"718\"
alt=\"Screenshot 2024-10-10 at 09 55
38\"\r\nsrc=\"https://github.com/user-attachments/assets/805ea4ca-8bc9-4355-a434-0ba81f8228a9\">\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by:
Alex Szabo <alex.szabo@elastic.co>\r\nCo-authored-by: Matthias Wilhelm
<matthias.wilhelm@elastic.co>\r\nCo-authored-by: Elastic Machine
<elasticmachine@users.noreply.github.com>","sha":"455c781c6d1e1161f66e275299cf06064a0ffde2"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194379","number":194379,"mergeCommit":{"message":"[LLM
tasks] Add product documentation retrieval task (#194379)\n\n##
Summary\r\n\r\nClose
https://github.com/elastic/kibana/issues/193473\r\nClose
https://github.com/elastic/kibana/issues/193474\r\n\r\nThis PR utilize
the documentation packages that are build via the tool\r\nintroduced by
https://github.com/elastic/kibana/pull/193847, allowing to\r\ninstall
them in Kibana and expose documentation retrieval as an LLM task\r\nthat
AI assistants (or other consumers) can call.\r\n\r\nUsers can now decide
to install the Elastic documentation from the\r\nassistant's config
screen, which will expose a new tool for the\r\nassistant,
`retrieve_documentation` (only implemented for the o11y\r\nassistant in
the current PR, shall be done for security as a follow up).\r\n\r\nFor
more information, please refer to the self-review.\r\n\r\n## General
architecture\r\n\r\n<img width=\"1118\" alt=\"Screenshot 2024-10-17 at
09 22
32\"\r\nsrc=\"https://github.com/user-attachments/assets/3df8c30a-9ccc-49ab-92ce-c204b96d6fc4\">\r\n\r\n##
What this PR does\r\n\r\nAdds two plugin:\r\n- `productDocBase`:
contains all the logic related to product\r\ndocumentation installation,
status, and search. This is meant to be a\r\n\"low level\" components
only responsible for this specific part.\r\n- `llmTasks`: an higher
level plugin that will contain various LLM tasks\r\nto be used by
assistants and genAI consumers. The intent is not to have\r\na single
place to put all llm tasks, but more to have a default place\r\nwhere we
can introduce new tasks from. (fwiw, the `nlToEsql` task
will\r\nprobably be moved to that plugin).\r\n\r\n- Add a
`retrieve_documentation` tool registration for the
o11y\r\nassistant\r\n- Add a component on the o11y assistant
configuration page to install\r\nthe product doc\r\n\r\n(wiring the
feature to the o11y assistant was done for testing purposes\r\nmostly,
any addition / changes / enhancement should be done by the\r\nowning
team - either in this PR or as a follow-up)\r\n\r\n## What is NOT
included in this PR:\r\n\r\n- Wire product base feature to the security
assistant (should be done by\r\nthe owning team as a follow-up)\r\n -
installation\r\n - utilization as tool\r\n\r\n- FTR tests: this is
somewhat blocked by the same things we need to\r\nfigure out for
https://github.com/elastic/kibana-team/issues/1271\r\n\r\n## Screenshots
\r\n\r\n### Installation from o11y assistant configuration
page\r\n\r\n<img width=\"1476\" alt=\"Screenshot 2024-10-17 at 09 41
24\"\r\nsrc=\"https://github.com/user-attachments/assets/31daa585-9fb2-400a-a2d1-5917a262367a\">\r\n\r\n###
Example of output\r\n\r\n#### Without product documentation installed
\r\n\r\n<img width=\"739\" alt=\"Screenshot 2024-10-10 at 09 59
41\"\r\nsrc=\"https://github.com/user-attachments/assets/993fb216-6c9a-433f-bf44-f6e383d20d9d\">\r\n\r\n####
With product documentation installed\r\n\r\n<img width=\"718\"
alt=\"Screenshot 2024-10-10 at 09 55
38\"\r\nsrc=\"https://github.com/user-attachments/assets/805ea4ca-8bc9-4355-a434-0ba81f8228a9\">\r\n\r\n---------\r\n\r\nCo-authored-by:
kibanamachine
<42973632+kibanamachine@users.noreply.github.com>\r\nCo-authored-by:
Alex Szabo <alex.szabo@elastic.co>\r\nCo-authored-by: Matthias Wilhelm
<matthias.wilhelm@elastic.co>\r\nCo-authored-by: Elastic Machine
<elasticmachine@users.noreply.github.com>","sha":"455c781c6d1e1161f66e275299cf06064a0ffde2"}},{"branch":"8.x","label":"v8.17.0","labelRegex":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
2024-11-19 11:06:20 -06:00
Kibana Machine
8554faec8c
[8.x] [Docs] Add section for assigning colors to terms (#199241) (#199714)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Add section for assigning colors to terms
(#199241)](https://github.com/elastic/kibana/pull/199241)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2024-11-11T20:59:39Z","message":"[Docs]
Add section for assigning colors to terms (#199241)\n\n##
Summary\r\n\r\nAdded a section with instructions for assigning colors to
terms in a\r\ntable. The technical preview warning will be removed in
GA.\r\n\r\nRel: https://github.com/elastic/kibana/pull/189895\r\nCloses:
[#559](https://github.com/elastic/platform-docs-team/issues/559)\r\n\r\n---------\r\n\r\nCo-authored-by:
florent-leborgne
<florent.leborgne@elastic.co>","sha":"b781c4eec4381ac5ff6bb695d42afb8c971ed70b","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version","v8.17.0"],"title":"[Docs]
Add section for assigning colors to
terms","number":199241,"url":"https://github.com/elastic/kibana/pull/199241","mergeCommit":{"message":"[Docs]
Add section for assigning colors to terms (#199241)\n\n##
Summary\r\n\r\nAdded a section with instructions for assigning colors to
terms in a\r\ntable. The technical preview warning will be removed in
GA.\r\n\r\nRel: https://github.com/elastic/kibana/pull/189895\r\nCloses:
[#559](https://github.com/elastic/platform-docs-team/issues/559)\r\n\r\n---------\r\n\r\nCo-authored-by:
florent-leborgne
<florent.leborgne@elastic.co>","sha":"b781c4eec4381ac5ff6bb695d42afb8c971ed70b"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199241","number":199241,"mergeCommit":{"message":"[Docs]
Add section for assigning colors to terms (#199241)\n\n##
Summary\r\n\r\nAdded a section with instructions for assigning colors to
terms in a\r\ntable. The technical preview warning will be removed in
GA.\r\n\r\nRel: https://github.com/elastic/kibana/pull/189895\r\nCloses:
[#559](https://github.com/elastic/platform-docs-team/issues/559)\r\n\r\n---------\r\n\r\nCo-authored-by:
florent-leborgne
<florent.leborgne@elastic.co>","sha":"b781c4eec4381ac5ff6bb695d42afb8c971ed70b"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
2024-11-11 21:27:17 +00:00
Kibana Machine
393b0c7a9c
[8.x] [Docs] Discover docs updates (#198423) (#199455)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Discover docs updates
(#198423)](https://github.com/elastic/kibana/pull/198423)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2024-11-08T11:12:05Z","message":"[Docs]
Discover docs updates (#198423)\n\nThis PR updates the first few pages
of the Discover docs:\r\n- Splits most of the content of the parent page
into a child page to\r\nmatch with the structure of the Dashboards
docs\r\n- Refocuses some of the content so that it looks generally
applicable to\r\nusers and their data rather than a sample data-based
tutorial\r\n- Adds missing content flagged
in\r\nhttps://github.com/elastic/kibana/issues/192149\r\n- Adds some
content updates specific to 8.16 flagged
in\r\nhttps://github.com/elastic/platform-docs-team/issues/500 (I still
need\r\nto figure out what's the best way to document ES|QL
stuff)\r\n\r\nRel:
https://github.com/elastic/platform-docs-team/issues/500\r\nCloses:
https://github.com/elastic/kibana/issues/192149 \r\nCloses:
https://github.com/elastic/kibana/issues/162265\r\nCloses:
https://github.com/elastic/kibana/issues/187417\r\n\r\nNote: While there
may be more missing features that we want to document,\r\nlet's first
get these updates in.\r\n\r\nNote2: If you're wondering where to preview
the changes, find the\r\npreview link in the Github actions comment and
navigate to the \"master\"\r\nversion of the Kibana
guide.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine
<elasticmachine@users.noreply.github.com>\r\nCo-authored-by: Matthias
Wilhelm <ankertal@gmail.com>\r\nCo-authored-by: Julia Rechkunova
<julia.rechkunova@gmail.com>\r\nCo-authored-by: Davis McPhee
<davismcphee@hotmail.com>","sha":"3d763498b86b4bbd2d3b684c2153f9ac1c0eaeba","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","Team:DataDiscovery","v8.16.0","backport:version","v8.17.0"],"title":"[Docs]
Discover docs
updates","number":198423,"url":"https://github.com/elastic/kibana/pull/198423","mergeCommit":{"message":"[Docs]
Discover docs updates (#198423)\n\nThis PR updates the first few pages
of the Discover docs:\r\n- Splits most of the content of the parent page
into a child page to\r\nmatch with the structure of the Dashboards
docs\r\n- Refocuses some of the content so that it looks generally
applicable to\r\nusers and their data rather than a sample data-based
tutorial\r\n- Adds missing content flagged
in\r\nhttps://github.com/elastic/kibana/issues/192149\r\n- Adds some
content updates specific to 8.16 flagged
in\r\nhttps://github.com/elastic/platform-docs-team/issues/500 (I still
need\r\nto figure out what's the best way to document ES|QL
stuff)\r\n\r\nRel:
https://github.com/elastic/platform-docs-team/issues/500\r\nCloses:
https://github.com/elastic/kibana/issues/192149 \r\nCloses:
https://github.com/elastic/kibana/issues/162265\r\nCloses:
https://github.com/elastic/kibana/issues/187417\r\n\r\nNote: While there
may be more missing features that we want to document,\r\nlet's first
get these updates in.\r\n\r\nNote2: If you're wondering where to preview
the changes, find the\r\npreview link in the Github actions comment and
navigate to the \"master\"\r\nversion of the Kibana
guide.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine
<elasticmachine@users.noreply.github.com>\r\nCo-authored-by: Matthias
Wilhelm <ankertal@gmail.com>\r\nCo-authored-by: Julia Rechkunova
<julia.rechkunova@gmail.com>\r\nCo-authored-by: Davis McPhee
<davismcphee@hotmail.com>","sha":"3d763498b86b4bbd2d3b684c2153f9ac1c0eaeba"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198423","number":198423,"mergeCommit":{"message":"[Docs]
Discover docs updates (#198423)\n\nThis PR updates the first few pages
of the Discover docs:\r\n- Splits most of the content of the parent page
into a child page to\r\nmatch with the structure of the Dashboards
docs\r\n- Refocuses some of the content so that it looks generally
applicable to\r\nusers and their data rather than a sample data-based
tutorial\r\n- Adds missing content flagged
in\r\nhttps://github.com/elastic/kibana/issues/192149\r\n- Adds some
content updates specific to 8.16 flagged
in\r\nhttps://github.com/elastic/platform-docs-team/issues/500 (I still
need\r\nto figure out what's the best way to document ES|QL
stuff)\r\n\r\nRel:
https://github.com/elastic/platform-docs-team/issues/500\r\nCloses:
https://github.com/elastic/kibana/issues/192149 \r\nCloses:
https://github.com/elastic/kibana/issues/162265\r\nCloses:
https://github.com/elastic/kibana/issues/187417\r\n\r\nNote: While there
may be more missing features that we want to document,\r\nlet's first
get these updates in.\r\n\r\nNote2: If you're wondering where to preview
the changes, find the\r\npreview link in the Github actions comment and
navigate to the \"master\"\r\nversion of the Kibana
guide.\r\n\r\n---------\r\n\r\nCo-authored-by: Elastic Machine
<elasticmachine@users.noreply.github.com>\r\nCo-authored-by: Matthias
Wilhelm <ankertal@gmail.com>\r\nCo-authored-by: Julia Rechkunova
<julia.rechkunova@gmail.com>\r\nCo-authored-by: Davis McPhee
<davismcphee@hotmail.com>","sha":"3d763498b86b4bbd2d3b684c2153f9ac1c0eaeba"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-11-08 11:43:48 +00:00
Kibana Machine
418281b2d1
[8.x] [Docs] Update nav instructions and sample data installation to accommodate for the solution views (#199163) (#199438)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Update nav instructions and sample data installation to
accommodate for the solution views
(#199163)](https://github.com/elastic/kibana/pull/199163)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2024-11-08T10:10:32Z","message":"[Docs]
Update nav instructions and sample data installation to accommodate for
the solution views (#199163)\n\nThis PR:\r\n- updates navigation
instructions to accommodate for the navigation\r\nchanges related to
solution views.\r\n- updates instructions for adding sample data to rely
on the\r\nintegrations page instead of the home page, that only exists
with the\r\nclassic solution view\r\n- updates references to the home
page to avoid confusing users using one\r\nof the new solution
views\r\n\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/529\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/540","sha":"8e7fb7a77e2399e3e946bbba0462517fd7dad0f7","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","v8.16.0","backport:version","v8.17.0"],"title":"[Docs]
Update nav instructions and sample data installation to accommodate for
the solution
views","number":199163,"url":"https://github.com/elastic/kibana/pull/199163","mergeCommit":{"message":"[Docs]
Update nav instructions and sample data installation to accommodate for
the solution views (#199163)\n\nThis PR:\r\n- updates navigation
instructions to accommodate for the navigation\r\nchanges related to
solution views.\r\n- updates instructions for adding sample data to rely
on the\r\nintegrations page instead of the home page, that only exists
with the\r\nclassic solution view\r\n- updates references to the home
page to avoid confusing users using one\r\nof the new solution
views\r\n\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/529\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/540","sha":"8e7fb7a77e2399e3e946bbba0462517fd7dad0f7"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199163","number":199163,"mergeCommit":{"message":"[Docs]
Update nav instructions and sample data installation to accommodate for
the solution views (#199163)\n\nThis PR:\r\n- updates navigation
instructions to accommodate for the navigation\r\nchanges related to
solution views.\r\n- updates instructions for adding sample data to rely
on the\r\nintegrations page instead of the home page, that only exists
with the\r\nclassic solution view\r\n- updates references to the home
page to avoid confusing users using one\r\nof the new solution
views\r\n\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/529\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/540","sha":"8e7fb7a77e2399e3e946bbba0462517fd7dad0f7"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-11-08 10:41:00 +00:00
Kibana Machine
a651e6d2f9
[8.x] [Docs] Update Kibana ESQL docs (#199371) (#199430)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Update Kibana ESQL docs
(#199371)](https://github.com/elastic/kibana/pull/199371)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2024-11-08T09:35:25Z","message":"[Docs]
Update Kibana ESQL docs (#199371)\n\nThis PR updates ESQL docs currently
in the Kibana guide. I'll do another\r\nPR to the Elasticsearch docs to
update the docs there as well.\r\n\r\nRel:
https://github.com/elastic/platform-docs-team/issues/552","sha":"cd7447db36613dc71d361ded1d1dec25ea4ed3bc","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version","v8.17.0"],"title":"[Docs]
Update Kibana ESQL
docs","number":199371,"url":"https://github.com/elastic/kibana/pull/199371","mergeCommit":{"message":"[Docs]
Update Kibana ESQL docs (#199371)\n\nThis PR updates ESQL docs currently
in the Kibana guide. I'll do another\r\nPR to the Elasticsearch docs to
update the docs there as well.\r\n\r\nRel:
https://github.com/elastic/platform-docs-team/issues/552","sha":"cd7447db36613dc71d361ded1d1dec25ea4ed3bc"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199371","number":199371,"mergeCommit":{"message":"[Docs]
Update Kibana ESQL docs (#199371)\n\nThis PR updates ESQL docs currently
in the Kibana guide. I'll do another\r\nPR to the Elasticsearch docs to
update the docs there as well.\r\n\r\nRel:
https://github.com/elastic/platform-docs-team/issues/552","sha":"cd7447db36613dc71d361ded1d1dec25ea4ed3bc"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-11-08 10:05:08 +00:00
Kibana Machine
21cc331bfc
[8.x] [Canvas] Remove expression lifecycle docs (#199006) (#199386)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Canvas] Remove expression lifecycle docs
(#199006)](https://github.com/elastic/kibana/pull/199006)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Catherine
Liu","email":"catherine.liu@elastic.co"},"sourceCommit":{"committedDate":"2024-11-07T21:30:42Z","message":"[Canvas]
Remove expression lifecycle docs (#199006)\n\n## Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/193475.\r\n\r\nThis removes
outdated Canvas expression docs that describes capabilities\r\nof the
expression that are no longer true.\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [ ] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [ ] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n- [ ] Any UI touched in this PR is
usable by keyboard only (learn more\r\nabout [keyboard
accessibility](https://webaim.org/techniques/keyboard/))\r\n- [ ] Any UI
touched in this PR does not create any new axe failures\r\n(run axe in
browser:\r\n[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),\r\n[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))\r\n-
[ ] If a plugin configuration key changed, check if it needs to
be\r\nallowlisted in the cloud and added to the
[docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n-
[ ] This renders correctly on smaller devices using a
responsive\r\nlayout. (You can test this [in
your\r\nbrowser](https://www.browserstack.com/guide/responsive-testing-on-local-server))\r\n-
[ ] This was checked for
[cross-browser\r\ncompatibility](https://www.elastic.co/support/matrix#matrix_browsers)\r\n\r\n\r\n###
Risk Matrix\r\n\r\nDelete this section if it is not applicable to this
PR.\r\n\r\nBefore closing this PR, invite QA, stakeholders, and other
developers to\r\nidentify risks that should be tested prior to the
change/feature\r\nrelease.\r\n\r\nWhen forming the risk matrix, consider
some of the following examples\r\nand how they may potentially impact
the change:\r\n\r\n| Risk | Probability | Severity | Mitigation/Notes
|\r\n\r\n|---------------------------|-------------|----------|-------------------------|\r\n|
Multiple Spaces&mdash;unexpected behavior in non-default Kibana
Space.\r\n| Low | High | Integration tests will verify that all features
are still\r\nsupported in non-default Kibana Space and when user
switches between\r\nspaces. |\r\n| Multiple nodes&mdash;Elasticsearch
polling might have race conditions\r\nwhen multiple Kibana nodes are
polling for the same tasks. | High | Low\r\n| Tasks are idempotent, so
executing them multiple times will not result\r\nin logical error, but
will degrade performance. To test for this case we\r\nadd plenty of unit
tests around this logic and document manual testing\r\nprocedure. |\r\n|
Code should gracefully handle cases when feature X or plugin Y
are\r\ndisabled. | Medium | High | Unit tests will verify that any
feature flag\r\nor plugin combination still results in our service
operational. |\r\n| [See more potential
risk\r\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)
|\r\n\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for
breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)\r\n-
[ ] This will appear in the **Release Notes** and follow
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"c1e430b868792536b7eb40e2e26c63c8b044a9c5","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Presentation","loe:small","release_note:skip","impact:high","v9.0.0","backport:version","v8.17.0"],"title":"[Canvas]
Remove expression lifecycle
docs","number":199006,"url":"https://github.com/elastic/kibana/pull/199006","mergeCommit":{"message":"[Canvas]
Remove expression lifecycle docs (#199006)\n\n## Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/193475.\r\n\r\nThis removes
outdated Canvas expression docs that describes capabilities\r\nof the
expression that are no longer true.\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [ ] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [ ] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n- [ ] Any UI touched in this PR is
usable by keyboard only (learn more\r\nabout [keyboard
accessibility](https://webaim.org/techniques/keyboard/))\r\n- [ ] Any UI
touched in this PR does not create any new axe failures\r\n(run axe in
browser:\r\n[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),\r\n[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))\r\n-
[ ] If a plugin configuration key changed, check if it needs to
be\r\nallowlisted in the cloud and added to the
[docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n-
[ ] This renders correctly on smaller devices using a
responsive\r\nlayout. (You can test this [in
your\r\nbrowser](https://www.browserstack.com/guide/responsive-testing-on-local-server))\r\n-
[ ] This was checked for
[cross-browser\r\ncompatibility](https://www.elastic.co/support/matrix#matrix_browsers)\r\n\r\n\r\n###
Risk Matrix\r\n\r\nDelete this section if it is not applicable to this
PR.\r\n\r\nBefore closing this PR, invite QA, stakeholders, and other
developers to\r\nidentify risks that should be tested prior to the
change/feature\r\nrelease.\r\n\r\nWhen forming the risk matrix, consider
some of the following examples\r\nand how they may potentially impact
the change:\r\n\r\n| Risk | Probability | Severity | Mitigation/Notes
|\r\n\r\n|---------------------------|-------------|----------|-------------------------|\r\n|
Multiple Spaces&mdash;unexpected behavior in non-default Kibana
Space.\r\n| Low | High | Integration tests will verify that all features
are still\r\nsupported in non-default Kibana Space and when user
switches between\r\nspaces. |\r\n| Multiple nodes&mdash;Elasticsearch
polling might have race conditions\r\nwhen multiple Kibana nodes are
polling for the same tasks. | High | Low\r\n| Tasks are idempotent, so
executing them multiple times will not result\r\nin logical error, but
will degrade performance. To test for this case we\r\nadd plenty of unit
tests around this logic and document manual testing\r\nprocedure. |\r\n|
Code should gracefully handle cases when feature X or plugin Y
are\r\ndisabled. | Medium | High | Unit tests will verify that any
feature flag\r\nor plugin combination still results in our service
operational. |\r\n| [See more potential
risk\r\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)
|\r\n\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for
breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)\r\n-
[ ] This will appear in the **Release Notes** and follow
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"c1e430b868792536b7eb40e2e26c63c8b044a9c5"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/199006","number":199006,"mergeCommit":{"message":"[Canvas]
Remove expression lifecycle docs (#199006)\n\n## Summary\r\n\r\nCloses
https://github.com/elastic/kibana/issues/193475.\r\n\r\nThis removes
outdated Canvas expression docs that describes capabilities\r\nof the
expression that are no longer true.\r\n\r\n\r\n###
Checklist\r\n\r\nDelete any items that are not applicable to this
PR.\r\n\r\n- [ ] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n-
[
]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n- [ ] [Unit
or
functional\r\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\r\nwere
updated or added to match the most common scenarios\r\n- [ ] [Flaky
Test\r\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1)
was\r\nused on any tests changed\r\n- [ ] Any UI touched in this PR is
usable by keyboard only (learn more\r\nabout [keyboard
accessibility](https://webaim.org/techniques/keyboard/))\r\n- [ ] Any UI
touched in this PR does not create any new axe failures\r\n(run axe in
browser:\r\n[FF](https://addons.mozilla.org/en-US/firefox/addon/axe-devtools/),\r\n[Chrome](https://chrome.google.com/webstore/detail/axe-web-accessibility-tes/lhdoppojpmngadmnindnejefpokejbdd?hl=en-US))\r\n-
[ ] If a plugin configuration key changed, check if it needs to
be\r\nallowlisted in the cloud and added to the
[docker\r\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\r\n-
[ ] This renders correctly on smaller devices using a
responsive\r\nlayout. (You can test this [in
your\r\nbrowser](https://www.browserstack.com/guide/responsive-testing-on-local-server))\r\n-
[ ] This was checked for
[cross-browser\r\ncompatibility](https://www.elastic.co/support/matrix#matrix_browsers)\r\n\r\n\r\n###
Risk Matrix\r\n\r\nDelete this section if it is not applicable to this
PR.\r\n\r\nBefore closing this PR, invite QA, stakeholders, and other
developers to\r\nidentify risks that should be tested prior to the
change/feature\r\nrelease.\r\n\r\nWhen forming the risk matrix, consider
some of the following examples\r\nand how they may potentially impact
the change:\r\n\r\n| Risk | Probability | Severity | Mitigation/Notes
|\r\n\r\n|---------------------------|-------------|----------|-------------------------|\r\n|
Multiple Spaces&mdash;unexpected behavior in non-default Kibana
Space.\r\n| Low | High | Integration tests will verify that all features
are still\r\nsupported in non-default Kibana Space and when user
switches between\r\nspaces. |\r\n| Multiple nodes&mdash;Elasticsearch
polling might have race conditions\r\nwhen multiple Kibana nodes are
polling for the same tasks. | High | Low\r\n| Tasks are idempotent, so
executing them multiple times will not result\r\nin logical error, but
will degrade performance. To test for this case we\r\nadd plenty of unit
tests around this logic and document manual testing\r\nprocedure. |\r\n|
Code should gracefully handle cases when feature X or plugin Y
are\r\ndisabled. | Medium | High | Unit tests will verify that any
feature flag\r\nor plugin combination still results in our service
operational. |\r\n| [See more potential
risk\r\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)
|\r\n\r\n\r\n### For maintainers\r\n\r\n- [ ] This was checked for
breaking API changes and was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#_add_your_labels)\r\n-
[ ] This will appear in the **Release Notes** and follow
the\r\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"c1e430b868792536b7eb40e2e26c63c8b044a9c5"}},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Catherine Liu <catherine.liu@elastic.co>
2024-11-07 21:59:34 +00:00
Kibana Machine
2ae829be1c
[8.x] [Docs] 8.16 release highlights - what&#x27;s new page (#198343) (#199013)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] 8.16 release highlights - what&#x27;s new page
(#198343)](https://github.com/elastic/kibana/pull/198343)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2024-11-05T15:41:56Z","message":"[Docs]
8.16 release highlights - what's new page (#198343)\n\nThis PR adds the
release highlights for Kibana 8.16.0\r\n\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/501\r\n\r\n![Whats
New
Guide\r\n(2)](https://github.com/user-attachments/assets/ce61261b-ca23-4fe6-89cd-6c5c6fb843b6)\r\n<img
width=\"445\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/22b68b77-4e52-4395-8079-1c8d2602e8db\">\r\n<img
width=\"439\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/59bebfcb-aa19-442c-9209-b945c48c5aa2\">","sha":"d5e9939f6b24ae608f460945246b2746b6ce3527","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","v8.16.0","backport:version","v8.17.0"],"title":"[Docs]
8.16 release highlights - what's new
page","number":198343,"url":"https://github.com/elastic/kibana/pull/198343","mergeCommit":{"message":"[Docs]
8.16 release highlights - what's new page (#198343)\n\nThis PR adds the
release highlights for Kibana 8.16.0\r\n\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/501\r\n\r\n![Whats
New
Guide\r\n(2)](https://github.com/user-attachments/assets/ce61261b-ca23-4fe6-89cd-6c5c6fb843b6)\r\n<img
width=\"445\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/22b68b77-4e52-4395-8079-1c8d2602e8db\">\r\n<img
width=\"439\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/59bebfcb-aa19-442c-9209-b945c48c5aa2\">","sha":"d5e9939f6b24ae608f460945246b2746b6ce3527"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198343","number":198343,"mergeCommit":{"message":"[Docs]
8.16 release highlights - what's new page (#198343)\n\nThis PR adds the
release highlights for Kibana 8.16.0\r\n\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/501\r\n\r\n![Whats
New
Guide\r\n(2)](https://github.com/user-attachments/assets/ce61261b-ca23-4fe6-89cd-6c5c6fb843b6)\r\n<img
width=\"445\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/22b68b77-4e52-4395-8079-1c8d2602e8db\">\r\n<img
width=\"439\"
alt=\"image\"\r\nsrc=\"https://github.com/user-attachments/assets/59bebfcb-aa19-442c-9209-b945c48c5aa2\">","sha":"d5e9939f6b24ae608f460945246b2746b6ce3527"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-11-05 16:11:17 +00:00
Kibana Machine
558106de86
[8.x] [ML] Updates references to apps and pages in ML-related guides (#198308) (#198763)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[ML] Updates references to apps and pages in ML-related guides
(#198308)](https://github.com/elastic/kibana/pull/198308)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"kosabogi","email":"105062005+kosabogi@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-11-04T11:04:15Z","message":"[ML]
Updates references to apps and pages in ML-related guides
(#198308)\n\n### Overview\r\n\r\nThis PR updates all app and page
references to align with the new style\r\nguide guidelines.\r\n\r\n###
Related
issue\r\n\r\nhttps://github.com/elastic/search-docs-team/issues/205\r\n\r\n###
Preview\r\n\r\nMachine learning\r\nAIOps
Labs\r\n\r\n---------\r\n\r\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>","sha":"e945fc93c511aeef5b2c130cf1f4afbfd219026c","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version","v8.17.0"],"title":"[ML]
Updates references to apps and pages in ML-related
guides","number":198308,"url":"https://github.com/elastic/kibana/pull/198308","mergeCommit":{"message":"[ML]
Updates references to apps and pages in ML-related guides
(#198308)\n\n### Overview\r\n\r\nThis PR updates all app and page
references to align with the new style\r\nguide guidelines.\r\n\r\n###
Related
issue\r\n\r\nhttps://github.com/elastic/search-docs-team/issues/205\r\n\r\n###
Preview\r\n\r\nMachine learning\r\nAIOps
Labs\r\n\r\n---------\r\n\r\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>","sha":"e945fc93c511aeef5b2c130cf1f4afbfd219026c"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198308","number":198308,"mergeCommit":{"message":"[ML]
Updates references to apps and pages in ML-related guides
(#198308)\n\n### Overview\r\n\r\nThis PR updates all app and page
references to align with the new style\r\nguide guidelines.\r\n\r\n###
Related
issue\r\n\r\nhttps://github.com/elastic/search-docs-team/issues/205\r\n\r\n###
Preview\r\n\r\nMachine learning\r\nAIOps
Labs\r\n\r\n---------\r\n\r\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>","sha":"e945fc93c511aeef5b2c130cf1f4afbfd219026c"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: kosabogi <105062005+kosabogi@users.noreply.github.com>
2024-11-04 11:32:30 +00:00
Kibana Machine
7574a0d07b
[8.x] [Docs] Update dashboard docs for interactive managed dashboard popover (#198226) (#198608)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Update dashboard docs for interactive managed dashboard
popover (#198226)](https://github.com/elastic/kibana/pull/198226)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2024-10-31T19:02:58Z","message":"[Docs]
Update dashboard docs for interactive managed dashboard popover
(#198226)\n\n## Summary\r\n\r\nAdded a Duplicate dashboards page for the
general duplicating process\r\nand then mentioned the new popover for
duplicating managed dashboards.\r\nLinked to this page from other
relevant
mentions.","sha":"be51fac02fbf021cb78fdbcc1abc6c451ae8271f","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version","v8.17.0"],"title":"[Docs]
Update dashboard docs for interactive managed dashboard
popover","number":198226,"url":"https://github.com/elastic/kibana/pull/198226","mergeCommit":{"message":"[Docs]
Update dashboard docs for interactive managed dashboard popover
(#198226)\n\n## Summary\r\n\r\nAdded a Duplicate dashboards page for the
general duplicating process\r\nand then mentioned the new popover for
duplicating managed dashboards.\r\nLinked to this page from other
relevant
mentions.","sha":"be51fac02fbf021cb78fdbcc1abc6c451ae8271f"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/198226","number":198226,"mergeCommit":{"message":"[Docs]
Update dashboard docs for interactive managed dashboard popover
(#198226)\n\n## Summary\r\n\r\nAdded a Duplicate dashboards page for the
general duplicating process\r\nand then mentioned the new popover for
duplicating managed dashboards.\r\nLinked to this page from other
relevant
mentions.","sha":"be51fac02fbf021cb78fdbcc1abc6c451ae8271f"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
2024-10-31 19:31:26 +00:00
Lisa Cawley
c056931598
[8.x] [OpenAPI][DOCS] Add descriptions, examples, responses for role APIs (#195527) (#197889)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[OpenAPI][DOCS] Add descriptions, examples, responses for role APIs
(#195527)](https://github.com/elastic/kibana/pull/195527)

<!--- Backport version: 8.9.8 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2024-10-25T17:13:57Z","message":"[OpenAPI][DOCS]
Add descriptions, examples, responses for role APIs
(#195527)\n\nCo-authored-by: Elena Shostak
<165678770+elena-shostak@users.noreply.github.com>","sha":"02fab7248d5b4e537030252df81bef55d04d0595","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Security","release_note:skip","Feature:Security/Authorization","v9.0.0","docs","v8.16.0","backport:version","v8.17.0"],"number":195527,"url":"https://github.com/elastic/kibana/pull/195527","mergeCommit":{"message":"[OpenAPI][DOCS]
Add descriptions, examples, responses for role APIs
(#195527)\n\nCo-authored-by: Elena Shostak
<165678770+elena-shostak@users.noreply.github.com>","sha":"02fab7248d5b4e537030252df81bef55d04d0595"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","labelRegex":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195527","number":195527,"mergeCommit":{"message":"[OpenAPI][DOCS]
Add descriptions, examples, responses for role APIs
(#195527)\n\nCo-authored-by: Elena Shostak
<165678770+elena-shostak@users.noreply.github.com>","sha":"02fab7248d5b4e537030252df81bef55d04d0595"}},{"branch":"8.16","label":"v8.16.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","labelRegex":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-10-28 20:04:48 -05:00
Kibana Machine
17500b4fc6
[8.x] [Docs] Update Dashboard docs for chart switch redesign in 8.16.0 (#197543) (#197738)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Update Dashboard docs for chart switch redesign in 8.16.0
(#197543)](https://github.com/elastic/kibana/pull/197543)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2024-10-24T21:55:01Z","message":"[Docs]
Update Dashboard docs for chart switch redesign in 8.16.0
(#197543)\n\n## Summary\r\n\r\nUpdated visuals in Dashboard docs for
chart switch redesign and related\r\nchanges.\r\n\r\nCloses:
[#538](https://github.com/elastic/platform-docs-team/issues/538)\r\nRel:
#187475","sha":"7ceaf32fa4014977be80b0c67f12fed44a0fe664","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version","v8.17.0"],"title":"[Docs]
Update Dashboard docs for chart switch redesign in
8.16.0","number":197543,"url":"https://github.com/elastic/kibana/pull/197543","mergeCommit":{"message":"[Docs]
Update Dashboard docs for chart switch redesign in 8.16.0
(#197543)\n\n## Summary\r\n\r\nUpdated visuals in Dashboard docs for
chart switch redesign and related\r\nchanges.\r\n\r\nCloses:
[#538](https://github.com/elastic/platform-docs-team/issues/538)\r\nRel:
#187475","sha":"7ceaf32fa4014977be80b0c67f12fed44a0fe664"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197543","number":197543,"mergeCommit":{"message":"[Docs]
Update Dashboard docs for chart switch redesign in 8.16.0
(#197543)\n\n## Summary\r\n\r\nUpdated visuals in Dashboard docs for
chart switch redesign and related\r\nchanges.\r\n\r\nCloses:
[#538](https://github.com/elastic/platform-docs-team/issues/538)\r\nRel:
#187475","sha":"7ceaf32fa4014977be80b0c67f12fed44a0fe664"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
2024-10-24 22:22:44 +00:00
Kibana Machine
f7ae4974d3
[8.x] [Docs] Update community plugins documentation (#197569) (#197736)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Update community plugins documentation
(#197569)](https://github.com/elastic/kibana/pull/197569)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2024-10-24T21:12:23Z","message":"[Docs]
Update community plugins documentation (#197569)\n\nThis PR recreates
[@aakash742's\nPR](https://github.com/elastic/kibana/pull/196497) to add
a note about\nElastic not providing support for community
plugins\n\n---------\n\nCo-authored-by: akashsingh
<55509676+aakash742@users.noreply.github.com>","sha":"762903e31ca180360f1c9e7eb7506133dd0c6581","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","v8.16.0","backport:version","v8.17.0","v8.15.4"],"title":"[Docs]
Update community plugins
documentation","number":197569,"url":"https://github.com/elastic/kibana/pull/197569","mergeCommit":{"message":"[Docs]
Update community plugins documentation (#197569)\n\nThis PR recreates
[@aakash742's\nPR](https://github.com/elastic/kibana/pull/196497) to add
a note about\nElastic not providing support for community
plugins\n\n---------\n\nCo-authored-by: akashsingh
<55509676+aakash742@users.noreply.github.com>","sha":"762903e31ca180360f1c9e7eb7506133dd0c6581"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x","8.15"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/197569","number":197569,"mergeCommit":{"message":"[Docs]
Update community plugins documentation (#197569)\n\nThis PR recreates
[@aakash742's\nPR](https://github.com/elastic/kibana/pull/196497) to add
a note about\nElastic not providing support for community
plugins\n\n---------\n\nCo-authored-by: akashsingh
<55509676+aakash742@users.noreply.github.com>","sha":"762903e31ca180360f1c9e7eb7506133dd0c6581"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-10-24 21:42:55 +00:00
Kibana Machine
386cd58e5e
[8.x] [DOCS][OpenAPI] Add descriptions, examples, tags, responses for space APIs (#195333) (#196944)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[DOCS][OpenAPI] Add descriptions, examples, tags, responses for space
APIs (#195333)](https://github.com/elastic/kibana/pull/195333)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2024-10-18T19:03:06Z","message":"[DOCS][OpenAPI]
Add descriptions, examples, tags, responses for space APIs
(#195333)\n\nCo-authored-by: Elena Shostak
<165678770+elena-shostak@users.noreply.github.com>","sha":"2656e5a4ff79277c9a370ee24d6692ccb1d3142c","branchLabelMapping":{"^v9.0.0$":"main","^v8.17.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Security/Spaces","release_note:skip","v9.0.0","docs","v8.16.0","backport:version","v8.17.0"],"title":"[DOCS][OpenAPI]
Add descriptions, examples, tags, responses for space
APIs","number":195333,"url":"https://github.com/elastic/kibana/pull/195333","mergeCommit":{"message":"[DOCS][OpenAPI]
Add descriptions, examples, tags, responses for space APIs
(#195333)\n\nCo-authored-by: Elena Shostak
<165678770+elena-shostak@users.noreply.github.com>","sha":"2656e5a4ff79277c9a370ee24d6692ccb1d3142c"}},"sourceBranch":"main","suggestedTargetBranches":["8.16","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195333","number":195333,"mergeCommit":{"message":"[DOCS][OpenAPI]
Add descriptions, examples, tags, responses for space APIs
(#195333)\n\nCo-authored-by: Elena Shostak
<165678770+elena-shostak@users.noreply.github.com>","sha":"2656e5a4ff79277c9a370ee24d6692ccb1d3142c"}},{"branch":"8.16","label":"v8.16.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.17.0","branchLabelMappingKey":"^v8.17.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2024-10-18 15:48:02 -05:00
Kibana Machine
691db3bc56
[8.x] [Docs] Resize image for dashboard usage (#195914) (#196438)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Resize image for dashboard usage
(#195914)](https://github.com/elastic/kibana/pull/195914)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2024-10-15T17:25:49Z","message":"[Docs]
Resize image for dashboard usage (#195914)\n\nThis PR is a small fix to
resize an image in the Dashboards docs to make\r\nit look better and not
blurry","sha":"d87a38f6cccd1ed16ff5443cf19064ae57fd52d6","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","v8.16.0","backport:version"],"title":"[Docs]
Resize image for dashboard
usage","number":195914,"url":"https://github.com/elastic/kibana/pull/195914","mergeCommit":{"message":"[Docs]
Resize image for dashboard usage (#195914)\n\nThis PR is a small fix to
resize an image in the Dashboards docs to make\r\nit look better and not
blurry","sha":"d87a38f6cccd1ed16ff5443cf19064ae57fd52d6"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195914","number":195914,"mergeCommit":{"message":"[Docs]
Resize image for dashboard usage (#195914)\n\nThis PR is a small fix to
resize an image in the Dashboards docs to make\r\nit look better and not
blurry","sha":"d87a38f6cccd1ed16ff5443cf19064ae57fd52d6"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-10-15 20:47:45 +00:00
Kibana Machine
d4f7bad3e7
[8.x] [ML] Adds ML tasks to the kibana audit log (#195120) (#196099)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[ML] Adds ML tasks to the kibana audit log
(#195120)](https://github.com/elastic/kibana/pull/195120)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"James
Gowdy","email":"jgowdy@elastic.co"},"sourceCommit":{"committedDate":"2024-10-14T10:37:56Z","message":"[ML]
Adds ML tasks to the kibana audit log (#195120)\n\nAdds a new
`MlAuditLogger` service for logging calls to elasticsearch
in\r\nkibana's audit log.\r\nNot all calls are logged, only ones which
make changes to ML jobs or\r\ntrained models, e.g. creating, deleting,
starting, stopping etc.\r\n\r\nCalls to the es client are wrapped in a
logging function so successes\r\nand failures can be caught and
logged.\r\n\r\nthe audit log can be enabed by adding this to the kibana
yml or dev.yml\r\nfile\r\n`xpack.security.audit.enabled: true`\r\n\r\nAn
example log entry (NDJSON formatted to make it
readable):\r\n```\r\n{\r\n \"event\": {\r\n \"action\":
\"ml_start_ad_datafeed\",\r\n \"type\": [\r\n \"change\"\r\n ],\r\n
\"category\": [\r\n \"database\"\r\n ],\r\n \"outcome\": \"success\"\r\n
},\r\n \"labels\": {\r\n \"application\": \"elastic/ml\"\r\n },\r\n
\"user\": {\r\n \"id\":
\"u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0\",\r\n \"name\":
\"elastic\",\r\n \"roles\": [\r\n \"superuser\"\r\n ]\r\n },\r\n
\"kibana\": {\r\n \"space_id\": \"default\",\r\n \"session_id\":
\"U6HQCDkk+fAEUCXs7i4qM2/MZITPxE02pp8o7h09P68=\"\r\n },\r\n \"trace\":
{\r\n \"id\": \"4f1b616b-8535-43e1-8516-32ea9fe76d19\"\r\n },\r\n
\"client\": {\r\n \"ip\": \"127.0.0.1\"\r\n },\r\n \"http\": {\r\n
\"request\": {\r\n \"headers\": {\r\n \"x-forwarded-for\":
\"127.0.0.1\"\r\n }\r\n }\r\n },\r\n \"service\": {\r\n \"node\": {\r\n
\"roles\": [\r\n \"background_tasks\",\r\n \"ui\"\r\n ]\r\n }\r\n },\r\n
\"ecs\": {\r\n \"version\": \"8.11.0\"\r\n },\r\n \"@timestamp\":
\"2024-10-11T09:07:47.933+01:00\",\r\n \"message\": \"Starting anomaly
detection datafeed datafeed-11aaaa\",\r\n \"log\": {\r\n \"level\":
\"INFO\",\r\n \"logger\": \"plugins.security.audit.ecs\"\r\n },\r\n
\"process\": {\r\n \"pid\": 58305,\r\n \"uptime\": 100.982390291\r\n
},\r\n \"transaction\": {\r\n \"id\": \"77c14aadc6901324\"\r\n
}\r\n}\r\n```\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"923c450c1b044a12dd938c0c5ea380a895eeaf88","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement",":ml","v9.0.0","v8.16.0","backport:version"],"title":"[ML]
Adds ML tasks to the kibana audit
log","number":195120,"url":"https://github.com/elastic/kibana/pull/195120","mergeCommit":{"message":"[ML]
Adds ML tasks to the kibana audit log (#195120)\n\nAdds a new
`MlAuditLogger` service for logging calls to elasticsearch
in\r\nkibana's audit log.\r\nNot all calls are logged, only ones which
make changes to ML jobs or\r\ntrained models, e.g. creating, deleting,
starting, stopping etc.\r\n\r\nCalls to the es client are wrapped in a
logging function so successes\r\nand failures can be caught and
logged.\r\n\r\nthe audit log can be enabed by adding this to the kibana
yml or dev.yml\r\nfile\r\n`xpack.security.audit.enabled: true`\r\n\r\nAn
example log entry (NDJSON formatted to make it
readable):\r\n```\r\n{\r\n \"event\": {\r\n \"action\":
\"ml_start_ad_datafeed\",\r\n \"type\": [\r\n \"change\"\r\n ],\r\n
\"category\": [\r\n \"database\"\r\n ],\r\n \"outcome\": \"success\"\r\n
},\r\n \"labels\": {\r\n \"application\": \"elastic/ml\"\r\n },\r\n
\"user\": {\r\n \"id\":
\"u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0\",\r\n \"name\":
\"elastic\",\r\n \"roles\": [\r\n \"superuser\"\r\n ]\r\n },\r\n
\"kibana\": {\r\n \"space_id\": \"default\",\r\n \"session_id\":
\"U6HQCDkk+fAEUCXs7i4qM2/MZITPxE02pp8o7h09P68=\"\r\n },\r\n \"trace\":
{\r\n \"id\": \"4f1b616b-8535-43e1-8516-32ea9fe76d19\"\r\n },\r\n
\"client\": {\r\n \"ip\": \"127.0.0.1\"\r\n },\r\n \"http\": {\r\n
\"request\": {\r\n \"headers\": {\r\n \"x-forwarded-for\":
\"127.0.0.1\"\r\n }\r\n }\r\n },\r\n \"service\": {\r\n \"node\": {\r\n
\"roles\": [\r\n \"background_tasks\",\r\n \"ui\"\r\n ]\r\n }\r\n },\r\n
\"ecs\": {\r\n \"version\": \"8.11.0\"\r\n },\r\n \"@timestamp\":
\"2024-10-11T09:07:47.933+01:00\",\r\n \"message\": \"Starting anomaly
detection datafeed datafeed-11aaaa\",\r\n \"log\": {\r\n \"level\":
\"INFO\",\r\n \"logger\": \"plugins.security.audit.ecs\"\r\n },\r\n
\"process\": {\r\n \"pid\": 58305,\r\n \"uptime\": 100.982390291\r\n
},\r\n \"transaction\": {\r\n \"id\": \"77c14aadc6901324\"\r\n
}\r\n}\r\n```\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"923c450c1b044a12dd938c0c5ea380a895eeaf88"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195120","number":195120,"mergeCommit":{"message":"[ML]
Adds ML tasks to the kibana audit log (#195120)\n\nAdds a new
`MlAuditLogger` service for logging calls to elasticsearch
in\r\nkibana's audit log.\r\nNot all calls are logged, only ones which
make changes to ML jobs or\r\ntrained models, e.g. creating, deleting,
starting, stopping etc.\r\n\r\nCalls to the es client are wrapped in a
logging function so successes\r\nand failures can be caught and
logged.\r\n\r\nthe audit log can be enabed by adding this to the kibana
yml or dev.yml\r\nfile\r\n`xpack.security.audit.enabled: true`\r\n\r\nAn
example log entry (NDJSON formatted to make it
readable):\r\n```\r\n{\r\n \"event\": {\r\n \"action\":
\"ml_start_ad_datafeed\",\r\n \"type\": [\r\n \"change\"\r\n ],\r\n
\"category\": [\r\n \"database\"\r\n ],\r\n \"outcome\": \"success\"\r\n
},\r\n \"labels\": {\r\n \"application\": \"elastic/ml\"\r\n },\r\n
\"user\": {\r\n \"id\":
\"u_mGBROF_q5bmFCATbLXAcCwKa0k8JvONAwSruelyKA5E_0\",\r\n \"name\":
\"elastic\",\r\n \"roles\": [\r\n \"superuser\"\r\n ]\r\n },\r\n
\"kibana\": {\r\n \"space_id\": \"default\",\r\n \"session_id\":
\"U6HQCDkk+fAEUCXs7i4qM2/MZITPxE02pp8o7h09P68=\"\r\n },\r\n \"trace\":
{\r\n \"id\": \"4f1b616b-8535-43e1-8516-32ea9fe76d19\"\r\n },\r\n
\"client\": {\r\n \"ip\": \"127.0.0.1\"\r\n },\r\n \"http\": {\r\n
\"request\": {\r\n \"headers\": {\r\n \"x-forwarded-for\":
\"127.0.0.1\"\r\n }\r\n }\r\n },\r\n \"service\": {\r\n \"node\": {\r\n
\"roles\": [\r\n \"background_tasks\",\r\n \"ui\"\r\n ]\r\n }\r\n },\r\n
\"ecs\": {\r\n \"version\": \"8.11.0\"\r\n },\r\n \"@timestamp\":
\"2024-10-11T09:07:47.933+01:00\",\r\n \"message\": \"Starting anomaly
detection datafeed datafeed-11aaaa\",\r\n \"log\": {\r\n \"level\":
\"INFO\",\r\n \"logger\": \"plugins.security.audit.ecs\"\r\n },\r\n
\"process\": {\r\n \"pid\": 58305,\r\n \"uptime\": 100.982390291\r\n
},\r\n \"transaction\": {\r\n \"id\": \"77c14aadc6901324\"\r\n
}\r\n}\r\n```\r\n\r\n---------\r\n\r\nCo-authored-by: kibanamachine
<42973632+kibanamachine@users.noreply.github.com>","sha":"923c450c1b044a12dd938c0c5ea380a895eeaf88"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: James Gowdy <jgowdy@elastic.co>
2024-10-14 07:27:43 -05:00
Kibana Machine
d527b6f29f
[8.x] [DOCS] Fix list format (#195349) (#195457)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[DOCS] Fix list format
(#195349)](https://github.com/elastic/kibana/pull/195349)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Liam
Thompson","email":"32779855+leemthompo@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-10-08T15:38:48Z","message":"[DOCS]
Fix list format
(#195349)","sha":"8af920bc8bc57c059da0fc97eab12d61daef9313","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","v8.16.0","backport:version"],"title":"[DOCS]
Fix list
format","number":195349,"url":"https://github.com/elastic/kibana/pull/195349","mergeCommit":{"message":"[DOCS]
Fix list format
(#195349)","sha":"8af920bc8bc57c059da0fc97eab12d61daef9313"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195349","number":195349,"mergeCommit":{"message":"[DOCS]
Fix list format
(#195349)","sha":"8af920bc8bc57c059da0fc97eab12d61daef9313"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2024-10-08 16:08:49 +00:00
Kibana Machine
4ea700382e
[8.x] Update visuals on Manage &amp; Share Dashboards and Tutorials + consistency edits (#195152) (#195286)
# Backport

This will backport the following commits from `main` to `8.x`:
- [Update visuals on Manage &amp; Share Dashboards and Tutorials +
consistency edits
(#195152)](https://github.com/elastic/kibana/pull/195152)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2024-10-07T15:36:07Z","message":"Update
visuals on Manage & Share Dashboards and Tutorials + consistency edits
(#195152)\n\n## Summary\r\n\r\nUpdated visuals on the [Manage and
Share\r\nDashboards](https://www.elastic.co/guide/en/kibana/master/_manage_dashboards.html)\r\npages
and\r\n[Tutorials](https://www.elastic.co/guide/en/kibana/master/_tutorials.html)\r\n+
made some consistency edits to the
text.\r\n\r\nRel:[#457](https://github.com/elastic/platform-docs-team/issues/457)
and\r\n[#466](https://github.com/elastic/platform-docs-team/issues/466)\r\n\r\n---------\r\n\r\nCo-authored-by:
florent-leborgne
<florent.leborgne@elastic.co>","sha":"296a49cbc82f9a649b92b2f6c635729bd416e717","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version"],"title":"Update
visuals on Manage & Share Dashboards and Tutorials + consistency
edits","number":195152,"url":"https://github.com/elastic/kibana/pull/195152","mergeCommit":{"message":"Update
visuals on Manage & Share Dashboards and Tutorials + consistency edits
(#195152)\n\n## Summary\r\n\r\nUpdated visuals on the [Manage and
Share\r\nDashboards](https://www.elastic.co/guide/en/kibana/master/_manage_dashboards.html)\r\npages
and\r\n[Tutorials](https://www.elastic.co/guide/en/kibana/master/_tutorials.html)\r\n+
made some consistency edits to the
text.\r\n\r\nRel:[#457](https://github.com/elastic/platform-docs-team/issues/457)
and\r\n[#466](https://github.com/elastic/platform-docs-team/issues/466)\r\n\r\n---------\r\n\r\nCo-authored-by:
florent-leborgne
<florent.leborgne@elastic.co>","sha":"296a49cbc82f9a649b92b2f6c635729bd416e717"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/195152","number":195152,"mergeCommit":{"message":"Update
visuals on Manage & Share Dashboards and Tutorials + consistency edits
(#195152)\n\n## Summary\r\n\r\nUpdated visuals on the [Manage and
Share\r\nDashboards](https://www.elastic.co/guide/en/kibana/master/_manage_dashboards.html)\r\npages
and\r\n[Tutorials](https://www.elastic.co/guide/en/kibana/master/_tutorials.html)\r\n+
made some consistency edits to the
text.\r\n\r\nRel:[#457](https://github.com/elastic/platform-docs-team/issues/457)
and\r\n[#466](https://github.com/elastic/platform-docs-team/issues/466)\r\n\r\n---------\r\n\r\nCo-authored-by:
florent-leborgne
<florent.leborgne@elastic.co>","sha":"296a49cbc82f9a649b92b2f6c635729bd416e717"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
2024-10-07 16:03:54 +00:00
Kibana Machine
613cab654f
[8.x] [Docs] Add visuals to the Panels and Visualizations pages + consistency edits (#194765) (#194850)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Add visuals to the Panels and Visualizations pages +
consistency edits
(#194765)](https://github.com/elastic/kibana/pull/194765)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2024-10-03T14:48:44Z","message":"[Docs]
Add visuals to the Panels and Visualizations pages + consistency edits
(#194765)\n\n## Summary\r\n\r\nAdded visuals to the [Panels
and\r\nVisualizations](https://www.elastic.co/guide/en/kibana/master/_panels_and_visualizations.html)\r\npages
+ made some consistency edits to the
text.\r\n\r\nRel:[#457](https://github.com/elastic/platform-docs-team/issues/457)
and\r\n[#466](https://github.com/elastic/platform-docs-team/issues/466)","sha":"29db0bc3ece63e242748006cee1b05755a305307","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version"],"title":"[Docs]
Add visuals to the Panels and Visualizations pages + consistency
edits","number":194765,"url":"https://github.com/elastic/kibana/pull/194765","mergeCommit":{"message":"[Docs]
Add visuals to the Panels and Visualizations pages + consistency edits
(#194765)\n\n## Summary\r\n\r\nAdded visuals to the [Panels
and\r\nVisualizations](https://www.elastic.co/guide/en/kibana/master/_panels_and_visualizations.html)\r\npages
+ made some consistency edits to the
text.\r\n\r\nRel:[#457](https://github.com/elastic/platform-docs-team/issues/457)
and\r\n[#466](https://github.com/elastic/platform-docs-team/issues/466)","sha":"29db0bc3ece63e242748006cee1b05755a305307"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194765","number":194765,"mergeCommit":{"message":"[Docs]
Add visuals to the Panels and Visualizations pages + consistency edits
(#194765)\n\n## Summary\r\n\r\nAdded visuals to the [Panels
and\r\nVisualizations](https://www.elastic.co/guide/en/kibana/master/_panels_and_visualizations.html)\r\npages
+ made some consistency edits to the
text.\r\n\r\nRel:[#457](https://github.com/elastic/platform-docs-team/issues/457)
and\r\n[#466](https://github.com/elastic/platform-docs-team/issues/466)","sha":"29db0bc3ece63e242748006cee1b05755a305307"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
2024-10-03 15:16:20 +00:00
Kibana Machine
d90b6a754c
[8.x] [DOCS][ResponseOps] Remove tech preview from ES query ES|QL rule type (#194233) (#194345)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[DOCS][ResponseOps] Remove tech preview from ES query ES|QL rule type
(#194233)](https://github.com/elastic/kibana/pull/194233)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Lisa
Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2024-09-27T19:45:09Z","message":"[DOCS][ResponseOps]
Remove tech preview from ES query ES|QL rule type
(#194233)","sha":"907c82da92b06f631d9bcc738bbda4db7f0f7cd8","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Feature:Alerting","release_note:skip","v9.0.0","docs","v8.16.0","backport:version"],"title":"[DOCS][ResponseOps]
Remove tech preview from ES query ES|QL rule
type","number":194233,"url":"https://github.com/elastic/kibana/pull/194233","mergeCommit":{"message":"[DOCS][ResponseOps]
Remove tech preview from ES query ES|QL rule type
(#194233)","sha":"907c82da92b06f631d9bcc738bbda4db7f0f7cd8"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194233","number":194233,"mergeCommit":{"message":"[DOCS][ResponseOps]
Remove tech preview from ES query ES|QL rule type
(#194233)","sha":"907c82da92b06f631d9bcc738bbda4db7f0f7cd8"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2024-09-27 16:10:59 -05:00
Kibana Machine
9a0cf13384
[8.x] [Docs] Add visuals to the Build dashboard pages (#194234) (#194340)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Add visuals to the Build dashboard pages
(#194234)](https://github.com/elastic/kibana/pull/194234)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2024-09-27T18:23:24Z","message":"[Docs]
Add visuals to the Build dashboard pages (#194234)\n\n##
Summary\r\n\r\nAdded screenshots and gifs to the
[Build\r\nDashboards](https://www.elastic.co/guide/en/kibana/master/create-dashboards.html)\r\npages
as part of the ongoing project to add more visuals to the\r\nDashboards
docs.\r\n\r\nRel:https://github.com/elastic/platform-docs-team/issues/457
and\r\nhttps://github.com/elastic/platform-docs-team/issues/466","sha":"dab27867a63476f1ca109efbbc18b33ea70e5d4a","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version"],"title":"[Docs]
Add visuals to the Build dashboard
pages","number":194234,"url":"https://github.com/elastic/kibana/pull/194234","mergeCommit":{"message":"[Docs]
Add visuals to the Build dashboard pages (#194234)\n\n##
Summary\r\n\r\nAdded screenshots and gifs to the
[Build\r\nDashboards](https://www.elastic.co/guide/en/kibana/master/create-dashboards.html)\r\npages
as part of the ongoing project to add more visuals to the\r\nDashboards
docs.\r\n\r\nRel:https://github.com/elastic/platform-docs-team/issues/457
and\r\nhttps://github.com/elastic/platform-docs-team/issues/466","sha":"dab27867a63476f1ca109efbbc18b33ea70e5d4a"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194234","number":194234,"mergeCommit":{"message":"[Docs]
Add visuals to the Build dashboard pages (#194234)\n\n##
Summary\r\n\r\nAdded screenshots and gifs to the
[Build\r\nDashboards](https://www.elastic.co/guide/en/kibana/master/create-dashboards.html)\r\npages
as part of the ongoing project to add more visuals to the\r\nDashboards
docs.\r\n\r\nRel:https://github.com/elastic/platform-docs-team/issues/457
and\r\nhttps://github.com/elastic/platform-docs-team/issues/466","sha":"dab27867a63476f1ca109efbbc18b33ea70e5d4a"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
2024-09-27 18:53:18 +00:00
Kibana Machine
7b4bd1d10f
[8.x] [DOCS] Create Search landing page skeleton and stubs (#194293) (#194303)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[DOCS] Create Search landing page skeleton and stubs
(#194293)](https://github.com/elastic/kibana/pull/194293)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Liam
Thompson","email":"32779855+leemthompo@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-09-27T14:06:47Z","message":"[DOCS]
Create Search landing page skeleton and stubs (#194293)\n\n\r\n- Create
Search landing page with links to all features available in
the\r\nElastic Cloud hosted UI\r\n- Create skeleton of a table to
quickly provide links to all relevant\r\ndocs and release notes for each
feature\r\n- Currently commented out, to be filled in a follow-up PR by
@kosabogi\r\n- Create a stub page for connection details page (Docs
equivalent to\r\n[find your CloudID and create
API\r\nkeys](https://www.elastic.co/search-labs/tutorials/install-elasticsearch/elastic-cloud#finding-your-cloud-id))\r\n
- @kosabogi will update this page in follow-up\r\n- Nest existing
Playground docs under there\r\n- Create a stub page for AI Assistant for
Search docs\r\n- Create a stub page for inference endpoints
UI","sha":"d9ca7c66670dc55467799b0e0b1262c5372616b0","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","v8.16.0","backport:version"],"title":"[DOCS]
Create Search landing page skeleton and
stubs","number":194293,"url":"https://github.com/elastic/kibana/pull/194293","mergeCommit":{"message":"[DOCS]
Create Search landing page skeleton and stubs (#194293)\n\n\r\n- Create
Search landing page with links to all features available in
the\r\nElastic Cloud hosted UI\r\n- Create skeleton of a table to
quickly provide links to all relevant\r\ndocs and release notes for each
feature\r\n- Currently commented out, to be filled in a follow-up PR by
@kosabogi\r\n- Create a stub page for connection details page (Docs
equivalent to\r\n[find your CloudID and create
API\r\nkeys](https://www.elastic.co/search-labs/tutorials/install-elasticsearch/elastic-cloud#finding-your-cloud-id))\r\n
- @kosabogi will update this page in follow-up\r\n- Nest existing
Playground docs under there\r\n- Create a stub page for AI Assistant for
Search docs\r\n- Create a stub page for inference endpoints
UI","sha":"d9ca7c66670dc55467799b0e0b1262c5372616b0"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194293","number":194293,"mergeCommit":{"message":"[DOCS]
Create Search landing page skeleton and stubs (#194293)\n\n\r\n- Create
Search landing page with links to all features available in
the\r\nElastic Cloud hosted UI\r\n- Create skeleton of a table to
quickly provide links to all relevant\r\ndocs and release notes for each
feature\r\n- Currently commented out, to be filled in a follow-up PR by
@kosabogi\r\n- Create a stub page for connection details page (Docs
equivalent to\r\n[find your CloudID and create
API\r\nkeys](https://www.elastic.co/search-labs/tutorials/install-elasticsearch/elastic-cloud#finding-your-cloud-id))\r\n
- @kosabogi will update this page in follow-up\r\n- Nest existing
Playground docs under there\r\n- Create a stub page for AI Assistant for
Search docs\r\n- Create a stub page for inference endpoints
UI","sha":"d9ca7c66670dc55467799b0e0b1262c5372616b0"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
2024-09-27 14:36:38 +00:00
Kibana Machine
04ab67088e
[8.x] [Links Panel] [Docs] Remove &quot;technical preview&quot; label from links panel documentation (#194055) (#194155)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Links Panel] [Docs] Remove &quot;technical preview&quot; label from
links panel documentation
(#194055)](https://github.com/elastic/kibana/pull/194055)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Hannah
Mudge","email":"Heenawter@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-09-26T14:06:21Z","message":"[Links
Panel] [Docs] Remove \"technical preview\" label from links panel
documentation (#194055)\n\nCloses
https://github.com/elastic/kibana/issues/193742\r\n\r\n##
Summary\r\n\r\nThe links panel was [GAed
in\r\n8.14](https://github.com/elastic/kibana/pull/178999), but
the\r\n[docs](https://www.elastic.co/guide/en/kibana/current/dashboard-links.html)\r\nwere
not updated to reflect this. This PR removes the
\"technical\r\npreview\" label from the links panel docs to keep them
up-to-date with\r\nthe current status of the links panel.\r\n\r\n|
Before | After
|\r\n|--------|--------|\r\n|\r\n![image](e5ddcb39-db5c-4d5d-b107-8877a5e61d15)\r\n|\r\n\r\n###
Checklist\r\n\r\n-
[x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"3a806b8f946650879be714895f79ed6e0a688a7d","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","Team:Presentation","loe:small","release_note:skip","impact:low","v9.0.0","docs","backport:prev-minor","v8.16.0"],"title":"[Links
Panel] [Docs] Remove \"technical preview\" label from links panel
documentation","number":194055,"url":"https://github.com/elastic/kibana/pull/194055","mergeCommit":{"message":"[Links
Panel] [Docs] Remove \"technical preview\" label from links panel
documentation (#194055)\n\nCloses
https://github.com/elastic/kibana/issues/193742\r\n\r\n##
Summary\r\n\r\nThe links panel was [GAed
in\r\n8.14](https://github.com/elastic/kibana/pull/178999), but
the\r\n[docs](https://www.elastic.co/guide/en/kibana/current/dashboard-links.html)\r\nwere
not updated to reflect this. This PR removes the
\"technical\r\npreview\" label from the links panel docs to keep them
up-to-date with\r\nthe current status of the links panel.\r\n\r\n|
Before | After
|\r\n|--------|--------|\r\n|\r\n![image](e5ddcb39-db5c-4d5d-b107-8877a5e61d15)\r\n|\r\n\r\n###
Checklist\r\n\r\n-
[x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"3a806b8f946650879be714895f79ed6e0a688a7d"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/194055","number":194055,"mergeCommit":{"message":"[Links
Panel] [Docs] Remove \"technical preview\" label from links panel
documentation (#194055)\n\nCloses
https://github.com/elastic/kibana/issues/193742\r\n\r\n##
Summary\r\n\r\nThe links panel was [GAed
in\r\n8.14](https://github.com/elastic/kibana/pull/178999), but
the\r\n[docs](https://www.elastic.co/guide/en/kibana/current/dashboard-links.html)\r\nwere
not updated to reflect this. This PR removes the
\"technical\r\npreview\" label from the links panel docs to keep them
up-to-date with\r\nthe current status of the links panel.\r\n\r\n|
Before | After
|\r\n|--------|--------|\r\n|\r\n![image](e5ddcb39-db5c-4d5d-b107-8877a5e61d15)\r\n|\r\n\r\n###
Checklist\r\n\r\n-
[x]\r\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\r\nwas
added for features that require explanation or tutorials\r\n\r\n### For
maintainers\r\n\r\n- [ ] This was checked for breaking API changes and
was
[labeled\r\nappropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)","sha":"3a806b8f946650879be714895f79ed6e0a688a7d"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Hannah Mudge <Heenawter@users.noreply.github.com>
2024-09-26 14:35:58 +00:00
Kibana Machine
e9d81b0a0e
[8.x] Updates file format details for Data Visualizer documentation (#193819) (#193883)
# Backport

This will backport the following commits from `main` to `8.x`:
- [Updates file format details for Data Visualizer documentation
(#193819)](https://github.com/elastic/kibana/pull/193819)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"kosabogi","email":"105062005+kosabogi@users.noreply.github.com"},"sourceCommit":{"committedDate":"2024-09-24T14:37:43Z","message":"Updates
file format details for Data Visualizer documentation (#193819)\n\n##
Overview\r\n\r\nThis update adds details to the Data Visualizer
documentation,\r\nspecifying supported file formats and their size
limits.\r\n**Related
issue:**\r\n[#189](https://github.com/elastic/search-docs-team/issues/189)\r\n\r\n###
Preview\r\n\r\n[Machine
Learning]()\r\n\r\n---------\r\n\r\nCo-authored-by: Liam Thompson
<32779855+leemthompo@users.noreply.github.com>","sha":"37af7304f01776e3d89afcbe596a76048371cff8","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version"],"title":"Updates
file format details for Data Visualizer
documentation","number":193819,"url":"https://github.com/elastic/kibana/pull/193819","mergeCommit":{"message":"Updates
file format details for Data Visualizer documentation (#193819)\n\n##
Overview\r\n\r\nThis update adds details to the Data Visualizer
documentation,\r\nspecifying supported file formats and their size
limits.\r\n**Related
issue:**\r\n[#189](https://github.com/elastic/search-docs-team/issues/189)\r\n\r\n###
Preview\r\n\r\n[Machine
Learning]()\r\n\r\n---------\r\n\r\nCo-authored-by: Liam Thompson
<32779855+leemthompo@users.noreply.github.com>","sha":"37af7304f01776e3d89afcbe596a76048371cff8"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193819","number":193819,"mergeCommit":{"message":"Updates
file format details for Data Visualizer documentation (#193819)\n\n##
Overview\r\n\r\nThis update adds details to the Data Visualizer
documentation,\r\nspecifying supported file formats and their size
limits.\r\n**Related
issue:**\r\n[#189](https://github.com/elastic/search-docs-team/issues/189)\r\n\r\n###
Preview\r\n\r\n[Machine
Learning]()\r\n\r\n---------\r\n\r\nCo-authored-by: Liam Thompson
<32779855+leemthompo@users.noreply.github.com>","sha":"37af7304f01776e3d89afcbe596a76048371cff8"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: kosabogi <105062005+kosabogi@users.noreply.github.com>
2024-09-24 15:06:12 +00:00
Kibana Machine
69bdc988e8
[8.x] [Docs] Add visuals to the Use and Filter Dashboards page (#193489) (#193746)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Add visuals to the Use and Filter Dashboards page
(#193489)](https://github.com/elastic/kibana/pull/193489)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2024-09-23T15:54:27Z","message":"[Docs]
Add visuals to the Use and Filter Dashboards page (#193489)\n\n##
Summary\r\n\r\nAdded screenshots and gifs to the [Use and
Filter\r\nDashboards](https://www.elastic.co/guide/en/kibana/master/_use_and_filter_dashboards.html)\r\npage
as part of the ongoing project to add more visuals to the\r\nDashboards
docs.\r\n\r\nRel:[#457](https://github.com/elastic/platform-docs-team/issues/457)
and\r\n[#466](https://github.com/elastic/platform-docs-team/issues/466)","sha":"1cd0531a6a27246a2f3d268f5d37067639fd9479","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","v8.16.0","backport:version"],"title":"[Docs]
Add visuals to the Use and Filter Dashboards
page","number":193489,"url":"https://github.com/elastic/kibana/pull/193489","mergeCommit":{"message":"[Docs]
Add visuals to the Use and Filter Dashboards page (#193489)\n\n##
Summary\r\n\r\nAdded screenshots and gifs to the [Use and
Filter\r\nDashboards](https://www.elastic.co/guide/en/kibana/master/_use_and_filter_dashboards.html)\r\npage
as part of the ongoing project to add more visuals to the\r\nDashboards
docs.\r\n\r\nRel:[#457](https://github.com/elastic/platform-docs-team/issues/457)
and\r\n[#466](https://github.com/elastic/platform-docs-team/issues/466)","sha":"1cd0531a6a27246a2f3d268f5d37067639fd9479"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/193489","number":193489,"mergeCommit":{"message":"[Docs]
Add visuals to the Use and Filter Dashboards page (#193489)\n\n##
Summary\r\n\r\nAdded screenshots and gifs to the [Use and
Filter\r\nDashboards](https://www.elastic.co/guide/en/kibana/master/_use_and_filter_dashboards.html)\r\npage
as part of the ongoing project to add more visuals to the\r\nDashboards
docs.\r\n\r\nRel:[#457](https://github.com/elastic/platform-docs-team/issues/457)
and\r\n[#466](https://github.com/elastic/platform-docs-team/issues/466)","sha":"1cd0531a6a27246a2f3d268f5d37067639fd9479"}},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co>
2024-09-23 16:23:24 +00:00
Kibana Machine
5844ba0e47
[8.x] [Docs] Update Sharing docs (#190318) (#193687)
# Backport

This will backport the following commits from `main` to `8.x`:
- [[Docs] Update Sharing docs
(#190318)](https://github.com/elastic/kibana/pull/190318)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT
[{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2024-09-23T09:31:03Z","message":"[Docs]
Update Sharing docs (#190318)\n\n## Summary\r\n\r\nThis PR updates the
docs regarding the **Share** menu in Kibana.\r\n\r\nNote1: Please advise
on the public URL/anonymous access feature. I'm not\r\nsure whether it
is still present nor under which form for the Link and\r\nEmbed sharing
options.\r\n\r\nNote2: @eokoneyo also has related updates
in\r\nhttps://github.com/elastic/kibana/pull/191067\r\n\r\n![Reporting
Getting\r\nStarted](https://github.com/user-attachments/assets/d2c123a2-b7db-4d5e-928f-79785409ff07)\r\n\r\nNote:
The step ordering for the last section in the screenshot has
been\r\nfixed in the source.\r\n\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/355","sha":"9e2ad98d0681f346085e3277a246ddee0f77018a","branchLabelMapping":{"^v9.0.0$":"main","^v8.16.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","v8.14.0","v8.15.0","v8.16.0","backport:version"],"title":"[Docs]
Update Sharing
docs","number":190318,"url":"https://github.com/elastic/kibana/pull/190318","mergeCommit":{"message":"[Docs]
Update Sharing docs (#190318)\n\n## Summary\r\n\r\nThis PR updates the
docs regarding the **Share** menu in Kibana.\r\n\r\nNote1: Please advise
on the public URL/anonymous access feature. I'm not\r\nsure whether it
is still present nor under which form for the Link and\r\nEmbed sharing
options.\r\n\r\nNote2: @eokoneyo also has related updates
in\r\nhttps://github.com/elastic/kibana/pull/191067\r\n\r\n![Reporting
Getting\r\nStarted](https://github.com/user-attachments/assets/d2c123a2-b7db-4d5e-928f-79785409ff07)\r\n\r\nNote:
The step ordering for the last section in the screenshot has
been\r\nfixed in the source.\r\n\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/355","sha":"9e2ad98d0681f346085e3277a246ddee0f77018a"}},"sourceBranch":"main","suggestedTargetBranches":["8.14","8.15","8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/190318","number":190318,"mergeCommit":{"message":"[Docs]
Update Sharing docs (#190318)\n\n## Summary\r\n\r\nThis PR updates the
docs regarding the **Share** menu in Kibana.\r\n\r\nNote1: Please advise
on the public URL/anonymous access feature. I'm not\r\nsure whether it
is still present nor under which form for the Link and\r\nEmbed sharing
options.\r\n\r\nNote2: @eokoneyo also has related updates
in\r\nhttps://github.com/elastic/kibana/pull/191067\r\n\r\n![Reporting
Getting\r\nStarted](https://github.com/user-attachments/assets/d2c123a2-b7db-4d5e-928f-79785409ff07)\r\n\r\nNote:
The step ordering for the last section in the screenshot has
been\r\nfixed in the source.\r\n\r\nCloses:
https://github.com/elastic/platform-docs-team/issues/355","sha":"9e2ad98d0681f346085e3277a246ddee0f77018a"}},{"branch":"8.14","label":"v8.14.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.15","label":"v8.15.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.x","label":"v8.16.0","branchLabelMappingKey":"^v8.16.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-09-23 09:58:24 +00:00
Alexi Doak
850cdf0275
[ResponseOps][TaskManager] followups from resource based scheduling PR (#192124)
Towards https://github.com/elastic/kibana/issues/190095,
https://github.com/elastic/kibana/issues/192183,
https://github.com/elastic/kibana/issues/192185

## Summary

This PR updates the following:

- heap-to-capacity converter to take into account larger amounts of RAM,
updated this to be 16GB
- initial`maxAllowedCost` to be the default capacity of 10
- adds `xpack.alerting.maxScheduledPerMinute`,
`xpack.discovery.active_nodes_lookback`, `xpack.discovery.interval`
configs to docker
- updates the TM docs for `xpack.task_manager.capacity`

---------

Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2024-09-12 13:42:33 -05:00
florent-leborgne
f23c8997ca
[Docs] Refresh dashboards docs (re-do of #191129) (#192305)
## Summary

[redo of #191129 that got reverted] 
This PR updates the structure of the Dashboards docs and refreshes some
outdated parts of the content.
More updates will be made in future PRs to refresh screenshots and to
refresh the content more in depth.

This new structure and edits:
- distribute the pages in more user-oriented identified themes, for
better findability, scanning, and to ease possible integration of some
of these pages into in-app documentation.
- are more future proof to evolve along with upcoming features.

~I'll leave this PR as a draft until I resolve some link dependencies
coming from other docs sources and check some additional bits of
content.~

Preview available on demand on Slack.

Closes: https://github.com/elastic/platform-docs-team/issues/408 (I'll
create separate issues for remaining items)
Closes: https://github.com/elastic/platform-docs-team/issues/413
Closes: https://github.com/elastic/platform-docs-team/issues/418

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2024-09-10 10:57:53 +02:00
Jon
37dff6429e
Revert "[Docs] Refresh dashboards docs (#191129)" (#192295)
This reverts commit 6d87f5f5e7.


https://buildkite.com/elastic/docs-build-pr/builds/139739#0191c867-8422-4698-a8a5-d800f6abac8d
2024-09-06 13:31:51 -05:00
florent-leborgne
6d87f5f5e7
[Docs] Refresh dashboards docs (#191129)
## Summary

This PR updates the structure of the Dashboards docs and refreshes some
outdated parts of the content.
More updates will be made in future PRs to refresh screenshots and to
refresh the content more in depth.

This new structure and edits:
- distribute the pages in more user-oriented identified themes, for
better findability, scanning, and to ease possible integration of some
of these pages into in-app documentation.
- are more future proof to evolve along with upcoming features.

~I'll leave this PR as a draft until I resolve some link dependencies
coming from other docs sources and check some additional bits of
content.~

Preview available on demand on Slack.

Closes: https://github.com/elastic/platform-docs-team/issues/408 (I'll
create separate issues for remaining items)
Closes: https://github.com/elastic/platform-docs-team/issues/413
Closes: https://github.com/elastic/platform-docs-team/issues/418
2024-09-06 17:18:46 +02:00
wajihaparvez
3e312c3e3c
[Docs] Update troubleshooting with remote monitoring info - redo (#192223)
## Summary

Updated troubleshooting docs about remote monitoring

Rel: #184606
2024-09-05 17:20:37 -04:00
Christiane (Tina) Heiligers
37d6545699
[docs] Document internal API restriction in 9.0 (#191943)
fix: https://github.com/elastic/kibana/issues/191941

Adds note that access to internal APIs will be restricted as of 9.0:


![document-restricted-internal-API-access](https://github.com/user-attachments/assets/56b5c43d-ff6f-4b5b-8c18-2cbe1a1de7c3)

- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials

---------

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
Co-authored-by: lcawl <lcawley@elastic.co>
2024-09-03 17:59:50 -05:00
Tim Sullivan
88626a77ac
[Reporting] Clean ups for deprecated export types (#188270)
Epic link: https://github.com/elastic/kibana-team/issues/720 

## Summary

This PR solves a problem in Reporting code, in that most functional
tests and API integration tests that cover PDF functionality were
referencing the deprecated `printable_pdf` export type. As of this PR,
the tests now use the `printable_pdf_v2` export type.

List of clean up changes:
* Fully remove PNGV1 (leftovers from #162517)
* Update tests and documentation to use PDFV2
* Allow users to see removed types in the listing and download reports
for removed types. This makes it possible to see `csv` and `png` job
types in the current version, even though it's not possible to create
new jobs of those types.

Context: the reporting plugin has two deprecated export types which are
still active in the code:
* `printable_pdf` - this is actively replaced with `printable_pdf_v2'
* `csv_searchsource` - this is replaced with `csv_v2' for certain
applications such as ES|QL export. For general CSV export, `csv_v2' is
currently only offered as an API`.

### Checklist

Delete any items that are not applicable to this PR.

- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios

### For maintainers

- [x] This was checked for breaking API changes and was [labeled
appropriately](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2024-08-30 14:17:37 -05:00
Lisa Cawley
b6ce155bb5
[DOCS] Clarify access to alerting system indices (#191114) 2024-08-22 12:43:59 -07:00
florent-leborgne
2d44619f07
[Docs] Reorder What's new (#190976)
## Summary

This PR updates the structure and ordering of the What's new document
for 8.15 and deletes some duplicate entries

![Whats New
Guide](https://github.com/user-attachments/assets/34b76d60-467f-44cb-b0d6-b6408872dddf)
<img width="636" alt="image"
src="https://github.com/user-attachments/assets/518d0316-640d-4e35-aa0c-c3bbb222a264">
<img width="654" alt="image"
src="https://github.com/user-attachments/assets/a3e3cf90-5fc1-4dd4-9cfe-b3922e60812c">
<img width="657" alt="image"
src="https://github.com/user-attachments/assets/35f6fcdb-5eae-47d0-a8d2-28b186f3c155">
2024-08-22 08:28:39 +00:00
Tim Sullivan
c1e751d9ff
[Reporting] small documentation updates (#190930)
## Summary

This PR offers small updates to documentation on:
* Calling Kibana APIs to automate report generation
* Using Elasticsearch APIs directly to export data
2024-08-21 09:36:22 -07:00
Lisa Cawley
cf43ba2f27
[DOCS] Remove saved object and data view API pages (#190654)
Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
2024-08-20 17:29:06 +00:00