mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
4901 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
|
ec75ce80be
|
[9.0] Update elastic-managed-llm.md (#224337) (#224358)
# Backport This will backport the following commits from `main` to `9.0`: - [Update elastic-managed-llm.md (#224337)](https://github.com/elastic/kibana/pull/224337) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Shubha Anjur Tupil","email":"at.shubha@gmail.com"},"sourceCommit":{"committedDate":"2025-06-18T08:05:55Z","message":"Update elastic-managed-llm.md (#224337)\n\nAdded a detail to make it clear we are not hosting the LLM but proxying\nto AWS Bedrock in us-east-1\n\n## Summary\n\nSummarize your PR. If it involves visual changes include a screenshot or\ngif.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [ ] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [ ] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [ ] If a plugin configuration key changed, check if it needs to be\nallowlisted in the cloud and added to the [docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n- [ ] This was checked for breaking HTTP API changes, and any breaking\nchanges have been approved by the breaking-change committee. The\n`release_note:breaking` label should be applied in these situations.\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [ ] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n### Identify risks\n\nDoes this PR introduce any risks? For example, consider risks like hard\nto test bugs, performance regression, potential of data loss.\n\nDescribe the risk, its severity, and mitigation for each identified\nrisk. Invite stakeholders and evaluate how to proceed before merging.\n\n- [ ] [See some risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n- [ ] ...\n\nCo-authored-by: István Zoltán Szabó <szabosteve@gmail.com>","sha":"1a26254fb6cdde38f1efe84b3ddf21d96f11dacb","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.3"],"title":"Update elastic-managed-llm.md","number":224337,"url":"https://github.com/elastic/kibana/pull/224337","mergeCommit":{"message":"Update elastic-managed-llm.md (#224337)\n\nAdded a detail to make it clear we are not hosting the LLM but proxying\nto AWS Bedrock in us-east-1\n\n## Summary\n\nSummarize your PR. If it involves visual changes include a screenshot or\ngif.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [ ] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [ ] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [ ] If a plugin configuration key changed, check if it needs to be\nallowlisted in the cloud and added to the [docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n- [ ] This was checked for breaking HTTP API changes, and any breaking\nchanges have been approved by the breaking-change committee. The\n`release_note:breaking` label should be applied in these situations.\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [ ] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n### Identify risks\n\nDoes this PR introduce any risks? For example, consider risks like hard\nto test bugs, performance regression, potential of data loss.\n\nDescribe the risk, its severity, and mitigation for each identified\nrisk. Invite stakeholders and evaluate how to proceed before merging.\n\n- [ ] [See some risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n- [ ] ...\n\nCo-authored-by: István Zoltán Szabó <szabosteve@gmail.com>","sha":"1a26254fb6cdde38f1efe84b3ddf21d96f11dacb"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/224337","number":224337,"mergeCommit":{"message":"Update elastic-managed-llm.md (#224337)\n\nAdded a detail to make it clear we are not hosting the LLM but proxying\nto AWS Bedrock in us-east-1\n\n## Summary\n\nSummarize your PR. If it involves visual changes include a screenshot or\ngif.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [ ] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [ ] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [ ] If a plugin configuration key changed, check if it needs to be\nallowlisted in the cloud and added to the [docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n- [ ] This was checked for breaking HTTP API changes, and any breaking\nchanges have been approved by the breaking-change committee. The\n`release_note:breaking` label should be applied in these situations.\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [ ] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n### Identify risks\n\nDoes this PR introduce any risks? For example, consider risks like hard\nto test bugs, performance regression, potential of data loss.\n\nDescribe the risk, its severity, and mitigation for each identified\nrisk. Invite stakeholders and evaluate how to proceed before merging.\n\n- [ ] [See some risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n- [ ] ...\n\nCo-authored-by: István Zoltán Szabó <szabosteve@gmail.com>","sha":"1a26254fb6cdde38f1efe84b3ddf21d96f11dacb"}},{"branch":"9.0","label":"v9.0.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Shubha Anjur Tupil <at.shubha@gmail.com> Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com> |
||
|
e4c562e42f
|
[9.0] Update elastic-managed-llm.md (#222714) (#222744)
# Backport This will backport the following commits from `main` to `9.0`: - [Update elastic-managed-llm.md (#222714)](https://github.com/elastic/kibana/pull/222714) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Shubha Anjur Tupil","email":"at.shubha@gmail.com"},"sourceCommit":{"committedDate":"2025-06-05T07:34:56Z","message":"Update elastic-managed-llm.md (#222714)\n\nChanging optimized to vetted\n\n## Summary\n\nSummarize your PR. If it involves visual changes include a screenshot or\ngif.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [ ] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [ ] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [ ] If a plugin configuration key changed, check if it needs to be\nallowlisted in the cloud and added to the [docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n- [ ] This was checked for breaking HTTP API changes, and any breaking\nchanges have been approved by the breaking-change committee. The\n`release_note:breaking` label should be applied in these situations.\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [ ] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n### Identify risks\n\nDoes this PR introduce any risks? For example, consider risks like hard\nto test bugs, performance regression, potential of data loss.\n\nDescribe the risk, its severity, and mitigation for each identified\nrisk. Invite stakeholders and evaluate how to proceed before merging.\n\n- [ ] [See some risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n- [ ] ...","sha":"e4b3ecb8e9ef9e265ec6b63432aaa598fa3bdb3b","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","docs","DevDocs","documentation","backport:version","v9.1.0","v9.0.3"],"title":"Update elastic-managed-llm.md","number":222714,"url":"https://github.com/elastic/kibana/pull/222714","mergeCommit":{"message":"Update elastic-managed-llm.md (#222714)\n\nChanging optimized to vetted\n\n## Summary\n\nSummarize your PR. If it involves visual changes include a screenshot or\ngif.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [ ] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [ ] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [ ] If a plugin configuration key changed, check if it needs to be\nallowlisted in the cloud and added to the [docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n- [ ] This was checked for breaking HTTP API changes, and any breaking\nchanges have been approved by the breaking-change committee. The\n`release_note:breaking` label should be applied in these situations.\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [ ] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n### Identify risks\n\nDoes this PR introduce any risks? For example, consider risks like hard\nto test bugs, performance regression, potential of data loss.\n\nDescribe the risk, its severity, and mitigation for each identified\nrisk. Invite stakeholders and evaluate how to proceed before merging.\n\n- [ ] [See some risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n- [ ] ...","sha":"e4b3ecb8e9ef9e265ec6b63432aaa598fa3bdb3b"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/222714","number":222714,"mergeCommit":{"message":"Update elastic-managed-llm.md (#222714)\n\nChanging optimized to vetted\n\n## Summary\n\nSummarize your PR. If it involves visual changes include a screenshot or\ngif.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [ ] Any text added follows [EUI's writing\nguidelines](https://elastic.github.io/eui/#/guidelines/writing), uses\nsentence case text and includes [i18n\nsupport](https://github.com/elastic/kibana/blob/main/src/platform/packages/shared/kbn-i18n/README.md)\n- [ ]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [ ] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [ ] If a plugin configuration key changed, check if it needs to be\nallowlisted in the cloud and added to the [docker\nlist](https://github.com/elastic/kibana/blob/main/src/dev/build/tasks/os_packages/docker_generator/resources/base/bin/kibana-docker)\n- [ ] This was checked for breaking HTTP API changes, and any breaking\nchanges have been approved by the breaking-change committee. The\n`release_note:breaking` label should be applied in these situations.\n- [ ] [Flaky Test\nRunner](https://ci-stats.kibana.dev/trigger_flaky_test_runner/1) was\nused on any tests changed\n- [ ] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n### Identify risks\n\nDoes this PR introduce any risks? For example, consider risks like hard\nto test bugs, performance regression, potential of data loss.\n\nDescribe the risk, its severity, and mitigation for each identified\nrisk. Invite stakeholders and evaluate how to proceed before merging.\n\n- [ ] [See some risk\nexamples](https://github.com/elastic/kibana/blob/main/RISK_MATRIX.mdx)\n- [ ] ...","sha":"e4b3ecb8e9ef9e265ec6b63432aaa598fa3bdb3b"}},{"branch":"9.0","label":"v9.0.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Shubha Anjur Tupil <at.shubha@gmail.com> |
||
|
2fdf72b5a0
|
[9.0] [DOCS] Updates model card for Elastic Managed LLM (#222314) (#222512)
# Backport This will backport the following commits from `main` to `9.0`: - [[DOCS] Updates model card for Elastic Managed LLM (#222314)](https://github.com/elastic/kibana/pull/222314) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"István Zoltán Szabó","email":"szabosteve@gmail.com"},"sourceCommit":{"committedDate":"2025-06-04T08:04:41Z","message":"[DOCS] Updates model card for Elastic Managed LLM (#222314)\n\n## Summary\n\nRelated to https://github.com/elastic/search-team/issues/10095\n\nThis PR updates the Elastic Managed LLM model card to state that the\nused model is Claude Sonnet 3.7 and changes the links accordingly.\n\n<img width=\"935\" alt=\"Screenshot 2025-06-03 at 11 32 06\"\nsrc=\"https://github.com/user-attachments/assets/6e9db480-e802-4068-849d-916f600c45d6\"\n/>\n\n\n### Checklist\n\n- [x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials","sha":"12ef92b462623cbcc79a630a921cfa8a48bb5ef2","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","DevDocs","backport:version","v9.1.0","v9.0.3"],"title":"[DOCS] Updates model card for Elastic Managed LLM","number":222314,"url":"https://github.com/elastic/kibana/pull/222314","mergeCommit":{"message":"[DOCS] Updates model card for Elastic Managed LLM (#222314)\n\n## Summary\n\nRelated to https://github.com/elastic/search-team/issues/10095\n\nThis PR updates the Elastic Managed LLM model card to state that the\nused model is Claude Sonnet 3.7 and changes the links accordingly.\n\n<img width=\"935\" alt=\"Screenshot 2025-06-03 at 11 32 06\"\nsrc=\"https://github.com/user-attachments/assets/6e9db480-e802-4068-849d-916f600c45d6\"\n/>\n\n\n### Checklist\n\n- [x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials","sha":"12ef92b462623cbcc79a630a921cfa8a48bb5ef2"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/222314","number":222314,"mergeCommit":{"message":"[DOCS] Updates model card for Elastic Managed LLM (#222314)\n\n## Summary\n\nRelated to https://github.com/elastic/search-team/issues/10095\n\nThis PR updates the Elastic Managed LLM model card to state that the\nused model is Claude Sonnet 3.7 and changes the links accordingly.\n\n<img width=\"935\" alt=\"Screenshot 2025-06-03 at 11 32 06\"\nsrc=\"https://github.com/user-attachments/assets/6e9db480-e802-4068-849d-916f600c45d6\"\n/>\n\n\n### Checklist\n\n- [x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials","sha":"12ef92b462623cbcc79a630a921cfa8a48bb5ef2"}},{"branch":"9.0","label":"v9.0.3","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com> |
||
|
f1f4946158
|
[9.0] [Docs][9.0.2] Add known issue about kibana.yml file (#222213) (#222351)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs][9.0.2] Add known issue about kibana.yml file (#222213)](https://github.com/elastic/kibana/pull/222213) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Nastasha Solomon","email":"79124755+nastasha-solomon@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-06-03T12:57:59Z","message":"[Docs][9.0.2] Add known issue about kibana.yml file (#222213)\n\n## Summary\n\nContributes to https://github.com/elastic/kibana/issues/222127 by\nupdating the Kibana 9.0.2 release notes to include a known issue about\n`kibana.yml` file\n\n**Corresponding PRs**\n- Kibana 8.18.2 known issues:\nhttps://github.com/elastic/kibana/pull/222212\n\n## Preview\n- [Known\nissues](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/222213/release-notes/known-issues)\n\n---------\n\nCo-authored-by: Ying Mao <ying.mao@elastic.co>","sha":"168eef7949bc3793bb765e679bed431912a8307a","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.2"],"title":"[Docs][9.0.2] Add known issue about kibana.yml file","number":222213,"url":"https://github.com/elastic/kibana/pull/222213","mergeCommit":{"message":"[Docs][9.0.2] Add known issue about kibana.yml file (#222213)\n\n## Summary\n\nContributes to https://github.com/elastic/kibana/issues/222127 by\nupdating the Kibana 9.0.2 release notes to include a known issue about\n`kibana.yml` file\n\n**Corresponding PRs**\n- Kibana 8.18.2 known issues:\nhttps://github.com/elastic/kibana/pull/222212\n\n## Preview\n- [Known\nissues](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/222213/release-notes/known-issues)\n\n---------\n\nCo-authored-by: Ying Mao <ying.mao@elastic.co>","sha":"168eef7949bc3793bb765e679bed431912a8307a"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/222213","number":222213,"mergeCommit":{"message":"[Docs][9.0.2] Add known issue about kibana.yml file (#222213)\n\n## Summary\n\nContributes to https://github.com/elastic/kibana/issues/222127 by\nupdating the Kibana 9.0.2 release notes to include a known issue about\n`kibana.yml` file\n\n**Corresponding PRs**\n- Kibana 8.18.2 known issues:\nhttps://github.com/elastic/kibana/pull/222212\n\n## Preview\n- [Known\nissues](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/222213/release-notes/known-issues)\n\n---------\n\nCo-authored-by: Ying Mao <ying.mao@elastic.co>","sha":"168eef7949bc3793bb765e679bed431912a8307a"}},{"branch":"9.0","label":"v9.0.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Co-authored-by: Ying Mao <ying.mao@elastic.co> |
||
|
0b26531499
|
[9.0] [Docs] Add release notes for 9.0.2 Kibana (#221237) (#222340)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Add release notes for 9.0.2 Kibana (#221237)](https://github.com/elastic/kibana/pull/221237) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-06-03T11:41:59Z","message":"[Docs] Add release notes for 9.0.2 Kibana (#221237)\n\n/!\\ Merge on release day\n\nThis PR adds release notes for the 9.0.2 release of Kibana.\n\nPlease check that listed items are correct and that nothing major is\nmissing.\n\nCloses: https://github.com/elastic/platform-docs-team/issues/680\n\n---------\n\nCo-authored-by: wajihaparvez <wajiha.parvez@elastic.co>","sha":"e8ff655fd2e2498e6f473b3387c528c2c42b438b","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.2"],"title":"[Docs] Add release notes for 9.0.2 Kibana","number":221237,"url":"https://github.com/elastic/kibana/pull/221237","mergeCommit":{"message":"[Docs] Add release notes for 9.0.2 Kibana (#221237)\n\n/!\\ Merge on release day\n\nThis PR adds release notes for the 9.0.2 release of Kibana.\n\nPlease check that listed items are correct and that nothing major is\nmissing.\n\nCloses: https://github.com/elastic/platform-docs-team/issues/680\n\n---------\n\nCo-authored-by: wajihaparvez <wajiha.parvez@elastic.co>","sha":"e8ff655fd2e2498e6f473b3387c528c2c42b438b"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/221237","number":221237,"mergeCommit":{"message":"[Docs] Add release notes for 9.0.2 Kibana (#221237)\n\n/!\\ Merge on release day\n\nThis PR adds release notes for the 9.0.2 release of Kibana.\n\nPlease check that listed items are correct and that nothing major is\nmissing.\n\nCloses: https://github.com/elastic/platform-docs-team/issues/680\n\n---------\n\nCo-authored-by: wajihaparvez <wajiha.parvez@elastic.co>","sha":"e8ff655fd2e2498e6f473b3387c528c2c42b438b"}},{"branch":"9.0","label":"v9.0.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co> |
||
|
cafa9d5f6c
|
[9.0] [Docs][9.0.x] Add known issue about maintenance windows (#222097) (#222258)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs][9.0.x] Add known issue about maintenance windows (#222097)](https://github.com/elastic/kibana/pull/222097) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Nastasha Solomon","email":"79124755+nastasha-solomon@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-06-02T18:38:04Z","message":"[Docs][9.0.x] Add known issue about maintenance windows (#222097)\n\n## Summary\n\nContributes to https://github.com/elastic/response-ops-team/issues/320\nby updating the Kibana 9.0.2 and 9.1.0 release notes to include a known\nissue about maintenance windows.\n\n**Corresponding PRs**\n- Kibana 8.18.x known issues:\nhttps://github.com/elastic/kibana/pull/222096\n\n## Preview\n- [Known\nissues](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/222097/release-notes/known-issues)\n\n---------\n\nCo-authored-by: Lisa Cawley <lcawley@elastic.co>","sha":"dbe3a5d769353ce63b59bb36f3d35ee3eaee34d9","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0","v9.0.1"],"title":"[Docs][9.0.x] Add known issue about maintenance windows","number":222097,"url":"https://github.com/elastic/kibana/pull/222097","mergeCommit":{"message":"[Docs][9.0.x] Add known issue about maintenance windows (#222097)\n\n## Summary\n\nContributes to https://github.com/elastic/response-ops-team/issues/320\nby updating the Kibana 9.0.2 and 9.1.0 release notes to include a known\nissue about maintenance windows.\n\n**Corresponding PRs**\n- Kibana 8.18.x known issues:\nhttps://github.com/elastic/kibana/pull/222096\n\n## Preview\n- [Known\nissues](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/222097/release-notes/known-issues)\n\n---------\n\nCo-authored-by: Lisa Cawley <lcawley@elastic.co>","sha":"dbe3a5d769353ce63b59bb36f3d35ee3eaee34d9"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/222097","number":222097,"mergeCommit":{"message":"[Docs][9.0.x] Add known issue about maintenance windows (#222097)\n\n## Summary\n\nContributes to https://github.com/elastic/response-ops-team/issues/320\nby updating the Kibana 9.0.2 and 9.1.0 release notes to include a known\nissue about maintenance windows.\n\n**Corresponding PRs**\n- Kibana 8.18.x known issues:\nhttps://github.com/elastic/kibana/pull/222096\n\n## Preview\n- [Known\nissues](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/222097/release-notes/known-issues)\n\n---------\n\nCo-authored-by: Lisa Cawley <lcawley@elastic.co>","sha":"dbe3a5d769353ce63b59bb36f3d35ee3eaee34d9"}}]}] BACKPORT--> Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> Co-authored-by: Lisa Cawley <lcawley@elastic.co> |
||
|
3aeedb58d1
|
[9.0] [Docs][9.0.x] Add known issue about AI Obs Assistant getting stuck when attempting to call the call the execute_connector function (#221834) (#221858)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs][9.0.x] Add known issue about AI Obs Assistant getting stuck when attempting to call the call the `execute_connector` function (#221834)](https://github.com/elastic/kibana/pull/221834) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Nastasha Solomon","email":"79124755+nastasha-solomon@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-05-28T20:44:28Z","message":"[Docs][9.0.x] Add known issue about AI Obs Assistant getting stuck when attempting to call the call the `execute_connector` function (#221834)\n\n## Summary\n\nContributes to https://github.com/elastic/docs-content/issues/1508 by\nupdating the Kibana 9.0.x release notes to include a known issue about\nAI Observability Assistant getting stuck when attempting to call the\n`execute_connector` function.\n\n**NOTE:** I also removed the version title on the known issues page\nsince we're no longer separating known issues by version in the V3\nrelease notes. To convey the affected versions, I added the `Applies\nto:` section to all known issue summaries. Example\n[here](https://github.com/elastic/kibana/pull/221834/files#diff-30afc7e6ff1580c73ef66adaddc840df18c2c28b7b9b4835cdf8104d3fd2b31cR22).\n\n**Corresponding PRs**\n- Kibana 8.18.x known issues:\nhttps://github.com/elastic/kibana/pull/221804\n\n## Preview\n- [Known\nissues](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/221834/release-notes/known-issues)","sha":"95609f9bf6a13ba73440955e8dc7768c3b6e3a84","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0","v9.0.1","v9.0.2"],"title":"[Docs][9.0.x] Add known issue about AI Obs Assistant getting stuck when attempting to call the call the `execute_connector` function","number":221834,"url":"https://github.com/elastic/kibana/pull/221834","mergeCommit":{"message":"[Docs][9.0.x] Add known issue about AI Obs Assistant getting stuck when attempting to call the call the `execute_connector` function (#221834)\n\n## Summary\n\nContributes to https://github.com/elastic/docs-content/issues/1508 by\nupdating the Kibana 9.0.x release notes to include a known issue about\nAI Observability Assistant getting stuck when attempting to call the\n`execute_connector` function.\n\n**NOTE:** I also removed the version title on the known issues page\nsince we're no longer separating known issues by version in the V3\nrelease notes. To convey the affected versions, I added the `Applies\nto:` section to all known issue summaries. Example\n[here](https://github.com/elastic/kibana/pull/221834/files#diff-30afc7e6ff1580c73ef66adaddc840df18c2c28b7b9b4835cdf8104d3fd2b31cR22).\n\n**Corresponding PRs**\n- Kibana 8.18.x known issues:\nhttps://github.com/elastic/kibana/pull/221804\n\n## Preview\n- [Known\nissues](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/221834/release-notes/known-issues)","sha":"95609f9bf6a13ba73440955e8dc7768c3b6e3a84"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/221834","number":221834,"mergeCommit":{"message":"[Docs][9.0.x] Add known issue about AI Obs Assistant getting stuck when attempting to call the call the `execute_connector` function (#221834)\n\n## Summary\n\nContributes to https://github.com/elastic/docs-content/issues/1508 by\nupdating the Kibana 9.0.x release notes to include a known issue about\nAI Observability Assistant getting stuck when attempting to call the\n`execute_connector` function.\n\n**NOTE:** I also removed the version title on the known issues page\nsince we're no longer separating known issues by version in the V3\nrelease notes. To convey the affected versions, I added the `Applies\nto:` section to all known issue summaries. Example\n[here](https://github.com/elastic/kibana/pull/221834/files#diff-30afc7e6ff1580c73ef66adaddc840df18c2c28b7b9b4835cdf8104d3fd2b31cR22).\n\n**Corresponding PRs**\n- Kibana 8.18.x known issues:\nhttps://github.com/elastic/kibana/pull/221804\n\n## Preview\n- [Known\nissues](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/221834/release-notes/known-issues)","sha":"95609f9bf6a13ba73440955e8dc7768c3b6e3a84"}}]}] BACKPORT--> Co-authored-by: Nastasha Solomon <79124755+nastasha-solomon@users.noreply.github.com> |
||
|
7bf91e71e2
|
update docs (#221505)
## Summary Reruns `src/platform/packages/shared/kbn-dev-utils/src/plugin_list/run_plugin_list_cli.ts` to regenerate `plugin-list.md`. |
||
|
32c5a38b1e
|
[9.0] [docs] Fix various syntax and rendering errors (#218883) (#221477)
# Backport This will backport the following commits from `main` to `9.0`: - [[docs] Fix various syntax and rendering errors (#218883)](https://github.com/elastic/kibana/pull/218883) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Colleen McGinnis","email":"colleen.mcginnis@elastic.co"},"sourceCommit":{"committedDate":"2025-05-22T08:10:07Z","message":"[docs] Fix various syntax and rendering errors (#218883)\n\nFixes various syntax and rendering errors that might include:\n\n* Fixing broken images\n* Hardcoding book-level substitution values\n* Fixing incorrectly closed blocks (admonitions, tab sets, code blocks,\ndropdowns etc.)\n* Fixing poorly migrated complex tables\n* Fixing poorly migrated lists\n* Fixing poorly migrated tab sets\n* Removing inline text formatting from directive titles where they won't\nbe rendered (for example, inline `code` formatting in dropdown titles)\n* Specifying if a version is trying to communicate if a feature was\nadded, deprecated, or coming (for example, during migration\n`deprecated:[8.15.0]` became `[8.15.0]`, which doesn't give any\ninformation about _what_ happened in 8.15.0)\n* Note: I used an `{admonition}` for this, but you can change it to\nprose or some other kind of admonition if you want.\n* Fixing nested dropdowns / definition lists\n* Fixing poorly migrated footnotes\n* Updating references to prerelease `9.0.0` versions (using a repo-level\nsubstitution until there is a solution to\nhttps://github.com/elastic/docs-builder/issues/737)\n\nLinks to pages that were updated:\n\n| Before | After |\n|---|---|\n| https://www.elastic.co/docs/extend/kibana/development-documentation |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/development-documentation\n|\n| https://www.elastic.co/docs/extend/kibana/development-security |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/development-security\n|\n| https://www.elastic.co/docs/extend/kibana/development-tests |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/development-tests\n|\n|\nhttps://www.elastic.co/docs/extend/kibana/external-plugin-functional-tests\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/external-plugin-functional-tests\n|\n| https://www.elastic.co/docs/extend/kibana/external-plugin-localization\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/external-plugin-localization\n|\n| https://www.elastic.co/docs/extend/kibana/interpreting-ci-failures |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/interpreting-ci-failures\n|\n| https://www.elastic.co/docs/extend/kibana/plugin-list |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/plugin-list\n|\n| https://www.elastic.co/docs/extend/kibana/sample-data |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/sample-data\n|\n| https://www.elastic.co/docs/extend/kibana/saved-objects-service |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/saved-objects-service\n|\n| https://www.elastic.co/docs/extend/kibana/sharing-saved-objects |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/sharing-saved-objects\n|\n| https://www.elastic.co/docs/extend/kibana/stability |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/stability\n|\n| https://www.elastic.co/docs/reference/kibana/advanced-settings |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/advanced-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/ai-assistant-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/ai-assistant-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/fleet-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/fleet-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/general-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/general-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/monitoring-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/monitoring-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/reporting-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/reporting-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/task-manager-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/task-manager-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/cases-webhook-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/cases-webhook-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/email-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/email-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/pre-configured-connectors\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/pre-configured-connectors\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/servicenow-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/servicenow-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/servicenow-itom-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/servicenow-itom-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/servicenow-sir-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/servicenow-sir-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/thehive-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/thehive-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/webhook-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/webhook-action-type\n|\n| https://www.elastic.co/docs/reference/kibana/kibana-audit-events |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/kibana-audit-events\n|\n| https://www.elastic.co/docs/reference/kibana/kibana-plugins |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/kibana-plugins\n|\n| https://www.elastic.co/docs/release-kibana/notes/index |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/release-notes/index\n|\n\n---------\n\nCo-authored-by: wajihaparvez <wajiha.parvez@elastic.co>","sha":"fbda17de2dbcf4289b1c269bdec0cb1d626bc7ad","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","backport missing","docs","documentation","backport:version","v9.1.0","v9.0.2"],"title":"[docs] Fix various syntax and rendering errors","number":218883,"url":"https://github.com/elastic/kibana/pull/218883","mergeCommit":{"message":"[docs] Fix various syntax and rendering errors (#218883)\n\nFixes various syntax and rendering errors that might include:\n\n* Fixing broken images\n* Hardcoding book-level substitution values\n* Fixing incorrectly closed blocks (admonitions, tab sets, code blocks,\ndropdowns etc.)\n* Fixing poorly migrated complex tables\n* Fixing poorly migrated lists\n* Fixing poorly migrated tab sets\n* Removing inline text formatting from directive titles where they won't\nbe rendered (for example, inline `code` formatting in dropdown titles)\n* Specifying if a version is trying to communicate if a feature was\nadded, deprecated, or coming (for example, during migration\n`deprecated:[8.15.0]` became `[8.15.0]`, which doesn't give any\ninformation about _what_ happened in 8.15.0)\n* Note: I used an `{admonition}` for this, but you can change it to\nprose or some other kind of admonition if you want.\n* Fixing nested dropdowns / definition lists\n* Fixing poorly migrated footnotes\n* Updating references to prerelease `9.0.0` versions (using a repo-level\nsubstitution until there is a solution to\nhttps://github.com/elastic/docs-builder/issues/737)\n\nLinks to pages that were updated:\n\n| Before | After |\n|---|---|\n| https://www.elastic.co/docs/extend/kibana/development-documentation |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/development-documentation\n|\n| https://www.elastic.co/docs/extend/kibana/development-security |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/development-security\n|\n| https://www.elastic.co/docs/extend/kibana/development-tests |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/development-tests\n|\n|\nhttps://www.elastic.co/docs/extend/kibana/external-plugin-functional-tests\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/external-plugin-functional-tests\n|\n| https://www.elastic.co/docs/extend/kibana/external-plugin-localization\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/external-plugin-localization\n|\n| https://www.elastic.co/docs/extend/kibana/interpreting-ci-failures |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/interpreting-ci-failures\n|\n| https://www.elastic.co/docs/extend/kibana/plugin-list |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/plugin-list\n|\n| https://www.elastic.co/docs/extend/kibana/sample-data |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/sample-data\n|\n| https://www.elastic.co/docs/extend/kibana/saved-objects-service |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/saved-objects-service\n|\n| https://www.elastic.co/docs/extend/kibana/sharing-saved-objects |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/sharing-saved-objects\n|\n| https://www.elastic.co/docs/extend/kibana/stability |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/stability\n|\n| https://www.elastic.co/docs/reference/kibana/advanced-settings |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/advanced-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/ai-assistant-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/ai-assistant-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/fleet-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/fleet-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/general-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/general-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/monitoring-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/monitoring-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/reporting-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/reporting-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/task-manager-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/task-manager-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/cases-webhook-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/cases-webhook-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/email-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/email-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/pre-configured-connectors\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/pre-configured-connectors\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/servicenow-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/servicenow-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/servicenow-itom-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/servicenow-itom-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/servicenow-sir-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/servicenow-sir-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/thehive-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/thehive-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/webhook-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/webhook-action-type\n|\n| https://www.elastic.co/docs/reference/kibana/kibana-audit-events |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/kibana-audit-events\n|\n| https://www.elastic.co/docs/reference/kibana/kibana-plugins |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/kibana-plugins\n|\n| https://www.elastic.co/docs/release-kibana/notes/index |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/release-notes/index\n|\n\n---------\n\nCo-authored-by: wajihaparvez <wajiha.parvez@elastic.co>","sha":"fbda17de2dbcf4289b1c269bdec0cb1d626bc7ad"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/218883","number":218883,"mergeCommit":{"message":"[docs] Fix various syntax and rendering errors (#218883)\n\nFixes various syntax and rendering errors that might include:\n\n* Fixing broken images\n* Hardcoding book-level substitution values\n* Fixing incorrectly closed blocks (admonitions, tab sets, code blocks,\ndropdowns etc.)\n* Fixing poorly migrated complex tables\n* Fixing poorly migrated lists\n* Fixing poorly migrated tab sets\n* Removing inline text formatting from directive titles where they won't\nbe rendered (for example, inline `code` formatting in dropdown titles)\n* Specifying if a version is trying to communicate if a feature was\nadded, deprecated, or coming (for example, during migration\n`deprecated:[8.15.0]` became `[8.15.0]`, which doesn't give any\ninformation about _what_ happened in 8.15.0)\n* Note: I used an `{admonition}` for this, but you can change it to\nprose or some other kind of admonition if you want.\n* Fixing nested dropdowns / definition lists\n* Fixing poorly migrated footnotes\n* Updating references to prerelease `9.0.0` versions (using a repo-level\nsubstitution until there is a solution to\nhttps://github.com/elastic/docs-builder/issues/737)\n\nLinks to pages that were updated:\n\n| Before | After |\n|---|---|\n| https://www.elastic.co/docs/extend/kibana/development-documentation |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/development-documentation\n|\n| https://www.elastic.co/docs/extend/kibana/development-security |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/development-security\n|\n| https://www.elastic.co/docs/extend/kibana/development-tests |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/development-tests\n|\n|\nhttps://www.elastic.co/docs/extend/kibana/external-plugin-functional-tests\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/external-plugin-functional-tests\n|\n| https://www.elastic.co/docs/extend/kibana/external-plugin-localization\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/external-plugin-localization\n|\n| https://www.elastic.co/docs/extend/kibana/interpreting-ci-failures |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/interpreting-ci-failures\n|\n| https://www.elastic.co/docs/extend/kibana/plugin-list |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/plugin-list\n|\n| https://www.elastic.co/docs/extend/kibana/sample-data |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/sample-data\n|\n| https://www.elastic.co/docs/extend/kibana/saved-objects-service |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/saved-objects-service\n|\n| https://www.elastic.co/docs/extend/kibana/sharing-saved-objects |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/sharing-saved-objects\n|\n| https://www.elastic.co/docs/extend/kibana/stability |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/extend/stability\n|\n| https://www.elastic.co/docs/reference/kibana/advanced-settings |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/advanced-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/ai-assistant-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/ai-assistant-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/fleet-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/fleet-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/general-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/general-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/monitoring-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/monitoring-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/reporting-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/reporting-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/configuration-reference/task-manager-settings\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/configuration-reference/task-manager-settings\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/cases-webhook-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/cases-webhook-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/email-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/email-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/pre-configured-connectors\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/pre-configured-connectors\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/servicenow-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/servicenow-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/servicenow-itom-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/servicenow-itom-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/servicenow-sir-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/servicenow-sir-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/thehive-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/thehive-action-type\n|\n|\nhttps://www.elastic.co/docs/reference/kibana/connectors-kibana/webhook-action-type\n|\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/connectors-kibana/webhook-action-type\n|\n| https://www.elastic.co/docs/reference/kibana/kibana-audit-events |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/kibana-audit-events\n|\n| https://www.elastic.co/docs/reference/kibana/kibana-plugins |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/reference/kibana-plugins\n|\n| https://www.elastic.co/docs/release-kibana/notes/index |\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/218883/release-notes/index\n|\n\n---------\n\nCo-authored-by: wajihaparvez <wajiha.parvez@elastic.co>","sha":"fbda17de2dbcf4289b1c269bdec0cb1d626bc7ad"}},{"branch":"9.0","label":"v9.0.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co> |
||
|
13cb0f8e97
|
[9.0] [Docs] Add Kibana Accessibility statement page (#220997) (#221005)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Add Kibana Accessibility statement page (#220997)](https://github.com/elastic/kibana/pull/220997) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-05-20T14:11:48Z","message":"[Docs] Add Kibana Accessibility statement page (#220997)\n\nThis PR re-makes the Kibana accessibility statement page its own page to\nease sharing.","sha":"0ce0f65f491cbd24ddf9d5db42a9b3d7c96b834c","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.2"],"title":"[Docs] Add Kibana Accessibility statement page","number":220997,"url":"https://github.com/elastic/kibana/pull/220997","mergeCommit":{"message":"[Docs] Add Kibana Accessibility statement page (#220997)\n\nThis PR re-makes the Kibana accessibility statement page its own page to\nease sharing.","sha":"0ce0f65f491cbd24ddf9d5db42a9b3d7c96b834c"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220997","number":220997,"mergeCommit":{"message":"[Docs] Add Kibana Accessibility statement page (#220997)\n\nThis PR re-makes the Kibana accessibility statement page its own page to\nease sharing.","sha":"0ce0f65f491cbd24ddf9d5db42a9b3d7c96b834c"}},{"branch":"9.0","label":"v9.0.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
966c70fa78
|
[9.0] [Docs] Add behavioral analytics removal to Kibana 9.0 breaking changes (#220906) (#220969)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Add behavioral analytics removal to Kibana 9.0 breaking changes (#220906)](https://github.com/elastic/kibana/pull/220906) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-05-20T09:00:55Z","message":"[Docs] Add behavioral analytics removal to Kibana 9.0 breaking changes (#220906)\n\nBehavioral analytics was hidden from the UI and its associated APIs were\ndeprecated in 9.0, but only the API deprecation was called out in\nElasticseach release notes. This PR addresses the UI communication gap\nby adding a mention to the 9.0 breaking changes (while it's technically\na deprecation, the fact that it's been hidden in Kibana makes it look\nmore like a breaking change from a customer perspective).\n\nRel: https://github.com/elastic/docs-content/issues/1417\nRel: https://github.com/elastic/kibana/pull/212031","sha":"edd73b2df6d4b302deeb10f9687b2174a4603762","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.2"],"title":"[Docs] Add behavioral analytics removal to Kibana 9.0 breaking changes","number":220906,"url":"https://github.com/elastic/kibana/pull/220906","mergeCommit":{"message":"[Docs] Add behavioral analytics removal to Kibana 9.0 breaking changes (#220906)\n\nBehavioral analytics was hidden from the UI and its associated APIs were\ndeprecated in 9.0, but only the API deprecation was called out in\nElasticseach release notes. This PR addresses the UI communication gap\nby adding a mention to the 9.0 breaking changes (while it's technically\na deprecation, the fact that it's been hidden in Kibana makes it look\nmore like a breaking change from a customer perspective).\n\nRel: https://github.com/elastic/docs-content/issues/1417\nRel: https://github.com/elastic/kibana/pull/212031","sha":"edd73b2df6d4b302deeb10f9687b2174a4603762"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220906","number":220906,"mergeCommit":{"message":"[Docs] Add behavioral analytics removal to Kibana 9.0 breaking changes (#220906)\n\nBehavioral analytics was hidden from the UI and its associated APIs were\ndeprecated in 9.0, but only the API deprecation was called out in\nElasticseach release notes. This PR addresses the UI communication gap\nby adding a mention to the 9.0 breaking changes (while it's technically\na deprecation, the fact that it's been hidden in Kibana makes it look\nmore like a breaking change from a customer perspective).\n\nRel: https://github.com/elastic/docs-content/issues/1417\nRel: https://github.com/elastic/kibana/pull/212031","sha":"edd73b2df6d4b302deeb10f9687b2174a4603762"}},{"branch":"9.0","label":"v9.0.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
fc409afb69
|
[9.0] [docs] Add products to docset.yml (#220848) (#220871)
# Backport This will backport the following commits from `main` to `9.0`: - [[docs] Add `products` to `docset.yml` (#220848)](https://github.com/elastic/kibana/pull/220848) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Colleen McGinnis","email":"colleen.mcginnis@elastic.co"},"sourceCommit":{"committedDate":"2025-05-16T15:17:06Z","message":"[docs] Add `products` to `docset.yml` (#220848)\n\nRelated to https://github.com/elastic/docs-builder/issues/1200\n\nAdd `products` to `docset.yml` to be used in the search experience.\n\ncc @KOTungseth","sha":"266def5a2605156522ec808ab5f333d8845678c2","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","documentation","backport:version","v9.1.0","v9.0.2"],"title":"[docs] Add `products` to `docset.yml`","number":220848,"url":"https://github.com/elastic/kibana/pull/220848","mergeCommit":{"message":"[docs] Add `products` to `docset.yml` (#220848)\n\nRelated to https://github.com/elastic/docs-builder/issues/1200\n\nAdd `products` to `docset.yml` to be used in the search experience.\n\ncc @KOTungseth","sha":"266def5a2605156522ec808ab5f333d8845678c2"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220848","number":220848,"mergeCommit":{"message":"[docs] Add `products` to `docset.yml` (#220848)\n\nRelated to https://github.com/elastic/docs-builder/issues/1200\n\nAdd `products` to `docset.yml` to be used in the search experience.\n\ncc @KOTungseth","sha":"266def5a2605156522ec808ab5f333d8845678c2"}},{"branch":"9.0","label":"v9.0.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> |
||
|
ae60366332
|
[9.0] [DOCS] Adds Elastic Managed LLM to Kibana connectors (#220247) (#220797)
# Backport This will backport the following commits from `main` to `9.0`: - [[DOCS] Adds Elastic Managed LLM to Kibana connectors (#220247)](https://github.com/elastic/kibana/pull/220247) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"István Zoltán Szabó","email":"szabosteve@gmail.com"},"sourceCommit":{"committedDate":"2025-05-14T18:27:35Z","message":"[DOCS] Adds Elastic Managed LLM to Kibana connectors (#220247)\n\n## Summary\n\nRelated to https://github.com/elastic/search-team/issues/9890\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials","sha":"e499dd4e6dd4148e0b3b4ea07865d823171602c8","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","docs","backport:version","v9.1.0","v9.0.2"],"title":"[DOCS] Adds Elastic Managed LLM to Kibana connectors","number":220247,"url":"https://github.com/elastic/kibana/pull/220247","mergeCommit":{"message":"[DOCS] Adds Elastic Managed LLM to Kibana connectors (#220247)\n\n## Summary\n\nRelated to https://github.com/elastic/search-team/issues/9890\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials","sha":"e499dd4e6dd4148e0b3b4ea07865d823171602c8"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220247","number":220247,"mergeCommit":{"message":"[DOCS] Adds Elastic Managed LLM to Kibana connectors (#220247)\n\n## Summary\n\nRelated to https://github.com/elastic/search-team/issues/9890\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials","sha":"e499dd4e6dd4148e0b3b4ea07865d823171602c8"}},{"branch":"9.0","label":"v9.0.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: István Zoltán Szabó <szabosteve@gmail.com> |
||
|
dcecfb513c
|
[9.0] [DOCS] Update CrowdStrike and SentinelOne connectors (#219887) (#220564)
# Backport This will backport the following commits from `main` to `9.0`: - [[DOCS] Update CrowdStrike and SentinelOne connectors (#219887)](https://github.com/elastic/kibana/pull/219887) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2025-05-08T18:34:40Z","message":"[DOCS] Update CrowdStrike and SentinelOne connectors (#219887)","sha":"f3115c6746fe071672911a2e7f74b03bff10b209","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","docs","backport:version","v9.1.0","v8.19.0","v8.18.2","v9.0.2"],"title":"[DOCS] Update CrowdStrike and SentinelOne connectors","number":219887,"url":"https://github.com/elastic/kibana/pull/219887","mergeCommit":{"message":"[DOCS] Update CrowdStrike and SentinelOne connectors (#219887)","sha":"f3115c6746fe071672911a2e7f74b03bff10b209"}},"sourceBranch":"main","suggestedTargetBranches":["8.19","8.18","9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219887","number":219887,"mergeCommit":{"message":"[DOCS] Update CrowdStrike and SentinelOne connectors (#219887)","sha":"f3115c6746fe071672911a2e7f74b03bff10b209"}},{"branch":"8.19","label":"v8.19.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.2","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co> |
||
|
ef4d7839f8
|
[9.0] [DOCS] Microsoft Defender for Endpoint connector (#219999) (#220563)
# Backport This will backport the following commits from `main` to `9.0`: - [[DOCS] Microsoft Defender for Endpoint connector (#219999)](https://github.com/elastic/kibana/pull/219999) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2025-05-08T18:34:12Z","message":"[DOCS] Microsoft Defender for Endpoint connector (#219999)","sha":"154ed1ef6f4168963399db3bc0c24745e9e6a01e","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:ResponseOps","docs","backport:version","v9.1.0","v8.18.1","v9.0.1"],"title":"[DOCS] Microsoft Defender for Endpoint connector","number":219999,"url":"https://github.com/elastic/kibana/pull/219999","mergeCommit":{"message":"[DOCS] Microsoft Defender for Endpoint connector (#219999)","sha":"154ed1ef6f4168963399db3bc0c24745e9e6a01e"}},"sourceBranch":"main","suggestedTargetBranches":["8.18","9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219999","number":219999,"mergeCommit":{"message":"[DOCS] Microsoft Defender for Endpoint connector (#219999)","sha":"154ed1ef6f4168963399db3bc0c24745e9e6a01e"}},{"branch":"8.18","label":"v8.18.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co> |
||
|
7fa52fb2f3
|
[9.0] release notes security advisor message added to 9.0.1 release notes (#220498) (#220523)
# Backport This will backport the following commits from `main` to `9.0`: - [release notes security advisor message added to 9.0.1 release notes (#220498)](https://github.com/elastic/kibana/pull/220498) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Edu González de la Herrán","email":"25320357+eedugon@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-05-08T14:25:42Z","message":"release notes security advisor message added to 9.0.1 release notes (#220498)\n\nUpdating release notes for 9.0.1 (docs V3) in main branch.\n\nNot sure how we plan to deal with the security advisor messages in the\nrelease notes in the new docs system, considering the release notes page\ninclude a generic message at the beginning pointing to the security\nadvisory board.\n\nAlso I'm not totally sure if this needs to be merged into any other\nbranch, I'll let @wajihaparvez and @florent-leborgne to determine how\nthis should be done, and approve or reject the PR.","sha":"802c79165576948ce7e43a4445bd1f140530066f","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0"],"title":"release notes security advisor message added to 9.0.1 release notes","number":220498,"url":"https://github.com/elastic/kibana/pull/220498","mergeCommit":{"message":"release notes security advisor message added to 9.0.1 release notes (#220498)\n\nUpdating release notes for 9.0.1 (docs V3) in main branch.\n\nNot sure how we plan to deal with the security advisor messages in the\nrelease notes in the new docs system, considering the release notes page\ninclude a generic message at the beginning pointing to the security\nadvisory board.\n\nAlso I'm not totally sure if this needs to be merged into any other\nbranch, I'll let @wajihaparvez and @florent-leborgne to determine how\nthis should be done, and approve or reject the PR.","sha":"802c79165576948ce7e43a4445bd1f140530066f"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220498","number":220498,"mergeCommit":{"message":"release notes security advisor message added to 9.0.1 release notes (#220498)\n\nUpdating release notes for 9.0.1 (docs V3) in main branch.\n\nNot sure how we plan to deal with the security advisor messages in the\nrelease notes in the new docs system, considering the release notes page\ninclude a generic message at the beginning pointing to the security\nadvisory board.\n\nAlso I'm not totally sure if this needs to be merged into any other\nbranch, I'll let @wajihaparvez and @florent-leborgne to determine how\nthis should be done, and approve or reject the PR.","sha":"802c79165576948ce7e43a4445bd1f140530066f"}}]}] BACKPORT--> Co-authored-by: Edu González de la Herrán <25320357+eedugon@users.noreply.github.com> |
||
|
555a8961f1
|
[9.0] [Docs] Add known issue about Obs AI Assistant KB to 9.0 docs (#220401) (#220409)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Add known issue about Obs AI Assistant KB to 9.0 docs (#220401)](https://github.com/elastic/kibana/pull/220401) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-05-07T16:53:02Z","message":"[Docs] Add known issue about Obs AI Assistant KB to 9.0 docs (#220401)\n\n^^ \n\nCounterpart of https://github.com/elastic/kibana/pull/220397 for 9.0\ndocs","sha":"2671acc6955f31571111fccc458bd81efe6100bd","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0"],"title":"[Docs] Add known issue about Obs AI Assistant KB to 9.0 docs","number":220401,"url":"https://github.com/elastic/kibana/pull/220401","mergeCommit":{"message":"[Docs] Add known issue about Obs AI Assistant KB to 9.0 docs (#220401)\n\n^^ \n\nCounterpart of https://github.com/elastic/kibana/pull/220397 for 9.0\ndocs","sha":"2671acc6955f31571111fccc458bd81efe6100bd"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220401","number":220401,"mergeCommit":{"message":"[Docs] Add known issue about Obs AI Assistant KB to 9.0 docs (#220401)\n\n^^ \n\nCounterpart of https://github.com/elastic/kibana/pull/220397 for 9.0\ndocs","sha":"2671acc6955f31571111fccc458bd81efe6100bd"}}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
4cb574ccdf
|
[9.0] Revert "Removed switchToModelVersionAt from SO API definition (#219029)" (#220059) (#220259)
# Backport This will backport the following commits from `main` to `9.0`: - [Revert "Removed switchToModelVersionAt from SO API definition (#219029)" (#220059)](https://github.com/elastic/kibana/pull/220059) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Alejandro Fernández Haro","email":"alejandro.haro@elastic.co"},"sourceCommit":{"committedDate":"2025-05-05T14:01:45Z","message":"Revert \"Removed switchToModelVersionAt from SO API definition (#219029)\" (#220059)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"75c0f9543acc80e0d875e908f8c4570581393e20","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","backport:prev-minor","Team:obs-ux-management","v9.1.0"],"title":"Revert \"Removed switchToModelVersionAt from SO API definition (#219029)\"","number":220059,"url":"https://github.com/elastic/kibana/pull/220059","mergeCommit":{"message":"Revert \"Removed switchToModelVersionAt from SO API definition (#219029)\" (#220059)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"75c0f9543acc80e0d875e908f8c4570581393e20"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220059","number":220059,"mergeCommit":{"message":"Revert \"Removed switchToModelVersionAt from SO API definition (#219029)\" (#220059)\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"75c0f9543acc80e0d875e908f8c4570581393e20"}}]}] BACKPORT--> |
||
|
0bab2b19c4
|
[9.0] [Docs] Kibana 9.0.1 release notes (#219734) (#220211)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Kibana 9.0.1 release notes (#219734)](https://github.com/elastic/kibana/pull/219734) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-05-06T09:11:58Z","message":"[Docs] Kibana 9.0.1 release notes (#219734)\n\nThis PR adds release notes for the Kibana 9.0.1 release\n\n👀\n[preview](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/219734/release-notes/)\n👀\n\n---------\n\nCo-authored-by: Matthias Wilhelm <ankertal@gmail.com>","sha":"b1a7bc3b10aaf97df777151877889660f9b1bf3f","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.1"],"title":"[Docs] Kibana 9.0.1 release notes","number":219734,"url":"https://github.com/elastic/kibana/pull/219734","mergeCommit":{"message":"[Docs] Kibana 9.0.1 release notes (#219734)\n\nThis PR adds release notes for the Kibana 9.0.1 release\n\n👀\n[preview](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/219734/release-notes/)\n👀\n\n---------\n\nCo-authored-by: Matthias Wilhelm <ankertal@gmail.com>","sha":"b1a7bc3b10aaf97df777151877889660f9b1bf3f"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219734","number":219734,"mergeCommit":{"message":"[Docs] Kibana 9.0.1 release notes (#219734)\n\nThis PR adds release notes for the Kibana 9.0.1 release\n\n👀\n[preview](https://docs-v3-preview.elastic.dev/elastic/kibana/pull/219734/release-notes/)\n👀\n\n---------\n\nCo-authored-by: Matthias Wilhelm <ankertal@gmail.com>","sha":"b1a7bc3b10aaf97df777151877889660f9b1bf3f"}},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
fa5c88fd6d
|
[9.0] [DOCS] Fix images and frontmatter in connector docs (#219892) (#220100)
# Backport This will backport the following commits from `main` to `9.0`: - [[DOCS] Fix images and frontmatter in connector docs (#219892)](https://github.com/elastic/kibana/pull/219892) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2025-05-05T14:45:27Z","message":"[DOCS] Fix images and frontmatter in connector docs (#219892)","sha":"3dd3975f7b4134234aeadcb954a022c1179e06dd","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.1"],"title":"[DOCS] Fix images and frontmatter in connector docs","number":219892,"url":"https://github.com/elastic/kibana/pull/219892","mergeCommit":{"message":"[DOCS] Fix images and frontmatter in connector docs (#219892)","sha":"3dd3975f7b4134234aeadcb954a022c1179e06dd"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219892","number":219892,"mergeCommit":{"message":"[DOCS] Fix images and frontmatter in connector docs (#219892)","sha":"3dd3975f7b4134234aeadcb954a022c1179e06dd"}},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co> |
||
|
8e35be50fe
|
[9.0] [Docs] Replace remaining occurrences of ESS (#220045) (#220052)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Replace remaining occurrences of ESS (#220045)](https://github.com/elastic/kibana/pull/220045) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-05-05T10:29:30Z","message":"[Docs] Replace remaining occurrences of ESS (#220045)\n\nThis PR updates some remaining obsolete variables and mentions of\nESS/Elasticsearch Service that should now refer to Elastic Cloud Hosted.\n\nNote: There are still a few valid references to the Elasticsearch\nservice, not to be mixed with the cloud offering bearing the same name.","sha":"8a05701cc41fc437c872bb84662f102b77dc802c","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.1"],"title":"[Docs] Replace remaining occurrences of ESS","number":220045,"url":"https://github.com/elastic/kibana/pull/220045","mergeCommit":{"message":"[Docs] Replace remaining occurrences of ESS (#220045)\n\nThis PR updates some remaining obsolete variables and mentions of\nESS/Elasticsearch Service that should now refer to Elastic Cloud Hosted.\n\nNote: There are still a few valid references to the Elasticsearch\nservice, not to be mixed with the cloud offering bearing the same name.","sha":"8a05701cc41fc437c872bb84662f102b77dc802c"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220045","number":220045,"mergeCommit":{"message":"[Docs] Replace remaining occurrences of ESS (#220045)\n\nThis PR updates some remaining obsolete variables and mentions of\nESS/Elasticsearch Service that should now refer to Elastic Cloud Hosted.\n\nNote: There are still a few valid references to the Elasticsearch\nservice, not to be mixed with the cloud offering bearing the same name.","sha":"8a05701cc41fc437c872bb84662f102b77dc802c"}},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
86c236cedb
|
[9.0] [Reference] Revisit the kibana landing page (#220025) (#220047)
# Backport This will backport the following commits from `main` to `9.0`: - [[Reference] Revisit the kibana landing page (#220025)](https://github.com/elastic/kibana/pull/220025) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Arianna Laudazzi","email":"46651782+alaudazzi@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-05-05T09:56:31Z","message":"[Reference] Revisit the kibana landing page (#220025)\n\nThis PR updates the Kibana landing page.\nRelates to https://github.com/elastic/docs-content/issues/1303\n\n---------\n\nCo-authored-by: Florent Le Borgne <florent.leborgne@elastic.co>","sha":"0fbb1509074c7c660e5f05c9ba46a00f76c44ab2","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.1"],"title":"[Reference] Revisit the kibana landing page","number":220025,"url":"https://github.com/elastic/kibana/pull/220025","mergeCommit":{"message":"[Reference] Revisit the kibana landing page (#220025)\n\nThis PR updates the Kibana landing page.\nRelates to https://github.com/elastic/docs-content/issues/1303\n\n---------\n\nCo-authored-by: Florent Le Borgne <florent.leborgne@elastic.co>","sha":"0fbb1509074c7c660e5f05c9ba46a00f76c44ab2"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/220025","number":220025,"mergeCommit":{"message":"[Reference] Revisit the kibana landing page (#220025)\n\nThis PR updates the Kibana landing page.\nRelates to https://github.com/elastic/docs-content/issues/1303\n\n---------\n\nCo-authored-by: Florent Le Borgne <florent.leborgne@elastic.co>","sha":"0fbb1509074c7c660e5f05c9ba46a00f76c44ab2"}},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Arianna Laudazzi <46651782+alaudazzi@users.noreply.github.com> |
||
|
35f51dabd7
|
[9.0] Removed switchToModelVersionAt from SO API definition (#219029) (#219329)
# Backport This will backport the following commits from `main` to `9.0`: - [Removed switchToModelVersionAt from SO API definition (#219029)](https://github.com/elastic/kibana/pull/219029) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Christiane (Tina) Heiligers","email":"christiane.heiligers@elastic.co"},"sourceCommit":{"committedDate":"2025-04-26T15:00:09Z","message":"Removed switchToModelVersionAt from SO API definition (#219029)\n\n## Summary\nPart of https://github.com/elastic/kibana/issues/201807\n\n**Strategy**:\nThis PR assumes that `switchToModelVersionAt` has done it’s job and all\nSO type owners now use `modelVersions` instead of `migrations`.\nIt takes the approach of trusting that this is fine™\n\n**Changes in this PR:**\n- `switchToModelVersionAt` removed from all registered saved objects, so\ntheir mapping hash had to be updated.\n- Implements `globalSwitchToModelVersionAt` directly in `version_map`\n- Updates logic to prioritize `modelVersions` over `migrations` in\n`getLatestMappingsModelVersion`, that previously relied on\n`switchToModelVersionAt` being set\n- Updates unit tests to match the refactored logic\n- Updates snapshots\n- Adapts SO types registered in the **cases**, **SLO** and **encrypted\nsaved objects** plugins.\n- Updates docs\n\n**Risks**:\n- Plugin developers disregard the deprecated status of `migrations` and\nintroduce new versions, which will not be BWC. Saved object type hash\nchanges will notify the core team for a code owner review. The core team\nneeds to investigate the related changes and provide feedback.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"19c017a111ff79155b2e7f94abe7601efd3d86c2","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","Feature:Saved Objects","technical debt","release_note:skip","backport:prev-minor","Team:obs-ux-management","v9.1.0"],"title":"Removed switchToModelVersionAt from SO API definition","number":219029,"url":"https://github.com/elastic/kibana/pull/219029","mergeCommit":{"message":"Removed switchToModelVersionAt from SO API definition (#219029)\n\n## Summary\nPart of https://github.com/elastic/kibana/issues/201807\n\n**Strategy**:\nThis PR assumes that `switchToModelVersionAt` has done it’s job and all\nSO type owners now use `modelVersions` instead of `migrations`.\nIt takes the approach of trusting that this is fine™\n\n**Changes in this PR:**\n- `switchToModelVersionAt` removed from all registered saved objects, so\ntheir mapping hash had to be updated.\n- Implements `globalSwitchToModelVersionAt` directly in `version_map`\n- Updates logic to prioritize `modelVersions` over `migrations` in\n`getLatestMappingsModelVersion`, that previously relied on\n`switchToModelVersionAt` being set\n- Updates unit tests to match the refactored logic\n- Updates snapshots\n- Adapts SO types registered in the **cases**, **SLO** and **encrypted\nsaved objects** plugins.\n- Updates docs\n\n**Risks**:\n- Plugin developers disregard the deprecated status of `migrations` and\nintroduce new versions, which will not be BWC. Saved object type hash\nchanges will notify the core team for a code owner review. The core team\nneeds to investigate the related changes and provide feedback.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"19c017a111ff79155b2e7f94abe7601efd3d86c2"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/219029","number":219029,"mergeCommit":{"message":"Removed switchToModelVersionAt from SO API definition (#219029)\n\n## Summary\nPart of https://github.com/elastic/kibana/issues/201807\n\n**Strategy**:\nThis PR assumes that `switchToModelVersionAt` has done it’s job and all\nSO type owners now use `modelVersions` instead of `migrations`.\nIt takes the approach of trusting that this is fine™\n\n**Changes in this PR:**\n- `switchToModelVersionAt` removed from all registered saved objects, so\ntheir mapping hash had to be updated.\n- Implements `globalSwitchToModelVersionAt` directly in `version_map`\n- Updates logic to prioritize `modelVersions` over `migrations` in\n`getLatestMappingsModelVersion`, that previously relied on\n`switchToModelVersionAt` being set\n- Updates unit tests to match the refactored logic\n- Updates snapshots\n- Adapts SO types registered in the **cases**, **SLO** and **encrypted\nsaved objects** plugins.\n- Updates docs\n\n**Risks**:\n- Plugin developers disregard the deprecated status of `migrations` and\nintroduce new versions, which will not be BWC. Saved object type hash\nchanges will notify the core team for a code owner review. The core team\nneeds to investigate the related changes and provide feedback.\n\n\n### Checklist\n\nCheck the PR satisfies following conditions. \n\nReviewers should verify this PR satisfies this list as well.\n\n- [x]\n[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)\nwas added for features that require explanation or tutorials\n- [x] [Unit or functional\ntests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)\nwere updated or added to match the most common scenarios\n- [x] The PR description includes the appropriate Release Notes section,\nand the correct `release_note:*` label is applied per the\n[guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process)\n\n---------\n\nCo-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"19c017a111ff79155b2e7f94abe7601efd3d86c2"}}]}] BACKPORT--> --------- Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
|
ad3d3e98a6
|
[9.0] [Docs] Fix column offset from migration to md in Audit events page (#218938) (#218941)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Fix column offset from migration to md in Audit events page (#218938)](https://github.com/elastic/kibana/pull/218938) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-04-23T10:49:28Z","message":"[Docs] Fix column offset from migration to md in Audit events page (#218938)\n\nSome values are not in the right column on this page\nhttps://www.elastic.co/docs/reference/kibana/kibana-audit-events\n(basically for all \"failure\" rows). This PR fixes this","sha":"22109601524540ed7f00591fa5927c520a0fada2","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0"],"title":"[Docs] Fix column offset from migration to md in Audit events page","number":218938,"url":"https://github.com/elastic/kibana/pull/218938","mergeCommit":{"message":"[Docs] Fix column offset from migration to md in Audit events page (#218938)\n\nSome values are not in the right column on this page\nhttps://www.elastic.co/docs/reference/kibana/kibana-audit-events\n(basically for all \"failure\" rows). This PR fixes this","sha":"22109601524540ed7f00591fa5927c520a0fada2"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/218938","number":218938,"mergeCommit":{"message":"[Docs] Fix column offset from migration to md in Audit events page (#218938)\n\nSome values are not in the right column on this page\nhttps://www.elastic.co/docs/reference/kibana/kibana-audit-events\n(basically for all \"failure\" rows). This PR fixes this","sha":"22109601524540ed7f00591fa5927c520a0fada2"}}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
381511fca9
|
[9.0] [Docs] Release notes ID structure template (#218782) (#218796)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Release notes ID structure template (#218782)](https://github.com/elastic/kibana/pull/218782) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-04-22T10:31:15Z","message":"[Docs] Release notes ID structure template (#218782)\n\nFor future release notes, section IDs should follow a specific pattern.\nThis PR updates the ID template in related files.\n\nRel: https://github.com/elastic/docs-content/issues/1152","sha":"9e082dd1ff2b05bbd68179f0b8dab422bf310f59","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0"],"title":"[Docs] Release notes ID structure template","number":218782,"url":"https://github.com/elastic/kibana/pull/218782","mergeCommit":{"message":"[Docs] Release notes ID structure template (#218782)\n\nFor future release notes, section IDs should follow a specific pattern.\nThis PR updates the ID template in related files.\n\nRel: https://github.com/elastic/docs-content/issues/1152","sha":"9e082dd1ff2b05bbd68179f0b8dab422bf310f59"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/218782","number":218782,"mergeCommit":{"message":"[Docs] Release notes ID structure template (#218782)\n\nFor future release notes, section IDs should follow a specific pattern.\nThis PR updates the ID template in related files.\n\nRel: https://github.com/elastic/docs-content/issues/1152","sha":"9e082dd1ff2b05bbd68179f0b8dab422bf310f59"}}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
02dc9ab14e
|
[9.0] SKA: Relocate ai assistant management (#218129) (#218555)
# Backport This will backport the following commits from `main` to `9.0`: - [SKA: Relocate ai assistant management (#218129)](https://github.com/elastic/kibana/pull/218129) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2025-04-17T11:55:02Z","message":"SKA: Relocate ai assistant management (#218129)\n\n## Summary\n\nPre-requisite for https://github.com/elastic/kibana/pull/216088, as the\n`AI Assistant Management` configuration settings should be available for\nSearch too.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"cf94c2fe0f572e52edf379b91a61128a33912c17","branchLabelMapping":{"^v9.1.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","backport:prev-minor","v9.1.0"],"title":"SKA: Relocate ai assistant management","number":218129,"url":"https://github.com/elastic/kibana/pull/218129","mergeCommit":{"message":"SKA: Relocate ai assistant management (#218129)\n\n## Summary\n\nPre-requisite for https://github.com/elastic/kibana/pull/216088, as the\n`AI Assistant Management` configuration settings should be available for\nSearch too.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"cf94c2fe0f572e52edf379b91a61128a33912c17"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/218129","number":218129,"mergeCommit":{"message":"SKA: Relocate ai assistant management (#218129)\n\n## Summary\n\nPre-requisite for https://github.com/elastic/kibana/pull/216088, as the\n`AI Assistant Management` configuration settings should be available for\nSearch too.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"cf94c2fe0f572e52edf379b91a61128a33912c17"}}]}] BACKPORT--> Co-authored-by: Gerard Soldevila <gerard.soldevila@elastic.co> Co-authored-by: Viduni Wickramarachchi <viduni.wickramarachchi@elastic.co> |
||
|
24f351bf0b
|
[9.0] [docs] Fix image paths for docs-assembler (#218344) (#218359)
# Backport This will backport the following commits from `main` to `9.0`: - [[docs] Fix image paths for docs-assembler (#218344)](https://github.com/elastic/kibana/pull/218344) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Colleen McGinnis","email":"colleen.mcginnis@elastic.co"},"sourceCommit":{"committedDate":"2025-04-15T21:59:57Z","message":"[docs] Fix image paths for docs-assembler (#218344)\n\nFixes image paths to work with docs-assembler.\n\nNotes for the reviewer:\n* I was not able to get images in reference, extend, or release-notes to\nwork using the `:::{image}` syntax because it seems to resolve\ndifferently than the Markdown `![]()` syntax. We should address this in\ndocs-builder, but in order to get images working as soon as possible,\nI've used Markdown syntax and left us a `TO DO` in a code comment to add\nback the `screenshot` class where applicable.\n* Can you please add the appropriate labels needed for backporting?","sha":"907cd5904b3328d5c89da31fb19c0528a6acdd50","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","documentation","backport:version","v9.1.0","v9.0.1"],"title":"[docs] Fix image paths for docs-assembler","number":218344,"url":"https://github.com/elastic/kibana/pull/218344","mergeCommit":{"message":"[docs] Fix image paths for docs-assembler (#218344)\n\nFixes image paths to work with docs-assembler.\n\nNotes for the reviewer:\n* I was not able to get images in reference, extend, or release-notes to\nwork using the `:::{image}` syntax because it seems to resolve\ndifferently than the Markdown `![]()` syntax. We should address this in\ndocs-builder, but in order to get images working as soon as possible,\nI've used Markdown syntax and left us a `TO DO` in a code comment to add\nback the `screenshot` class where applicable.\n* Can you please add the appropriate labels needed for backporting?","sha":"907cd5904b3328d5c89da31fb19c0528a6acdd50"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/218344","number":218344,"mergeCommit":{"message":"[docs] Fix image paths for docs-assembler (#218344)\n\nFixes image paths to work with docs-assembler.\n\nNotes for the reviewer:\n* I was not able to get images in reference, extend, or release-notes to\nwork using the `:::{image}` syntax because it seems to resolve\ndifferently than the Markdown `![]()` syntax. We should address this in\ndocs-builder, but in order to get images working as soon as possible,\nI've used Markdown syntax and left us a `TO DO` in a code comment to add\nback the `screenshot` class where applicable.\n* Can you please add the appropriate labels needed for backporting?","sha":"907cd5904b3328d5c89da31fb19c0528a6acdd50"}}]}] BACKPORT--> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> |
||
|
f1ceefa36b
|
[9.0] [DOCS] Fix path to images in connector docs (#217920) (#217927)
# Backport This will backport the following commits from `main` to `9.0`: - [[DOCS] Fix path to images in connector docs (#217920)](https://github.com/elastic/kibana/pull/217920) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2025-04-11T00:16:06Z","message":"[DOCS] Fix path to images in connector docs (#217920)","sha":"388a6fcfbd2d61b8c97463b73572b54499c8fb20","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.1"],"title":"[DOCS] Fix path to images in connector docs","number":217920,"url":"https://github.com/elastic/kibana/pull/217920","mergeCommit":{"message":"[DOCS] Fix path to images in connector docs (#217920)","sha":"388a6fcfbd2d61b8c97463b73572b54499c8fb20"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/217920","number":217920,"mergeCommit":{"message":"[DOCS] Fix path to images in connector docs (#217920)","sha":"388a6fcfbd2d61b8c97463b73572b54499c8fb20"}},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co> |
||
|
3f956f5576
|
[9.0] [Docs] Add link to 8.18 RNs from 9.0 (#217215) (#217227)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Add link to 8.18 RNs from 9.0 (#217215)](https://github.com/elastic/kibana/pull/217215) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-04-04T15:39:27Z","message":"[Docs] Add link to 8.18 RNs from 9.0 (#217215)\n\nAdd a link since 8.18 is mandatory to upgrade to 9.0","sha":"f7482f00061754108b9d98a95bce7dd6dc553be6","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0"],"title":"[Docs] Add link to 8.18 RNs from 9.0","number":217215,"url":"https://github.com/elastic/kibana/pull/217215","mergeCommit":{"message":"[Docs] Add link to 8.18 RNs from 9.0 (#217215)\n\nAdd a link since 8.18 is mandatory to upgrade to 9.0","sha":"f7482f00061754108b9d98a95bce7dd6dc553be6"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/217215","number":217215,"mergeCommit":{"message":"[Docs] Add link to 8.18 RNs from 9.0 (#217215)\n\nAdd a link since 8.18 is mandatory to upgrade to 9.0","sha":"f7482f00061754108b9d98a95bce7dd6dc553be6"}}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
c853073bc2
|
[9.0] [Docs] Kibana 9.0 release notes (#215772) (#217071)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Kibana 9.0 release notes (#215772)](https://github.com/elastic/kibana/pull/215772) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-04-03T16:33:15Z","message":"[Docs] Kibana 9.0 release notes (#215772)\n\nThis PR adds 9.0 GA release notes for Kibana.\n\n- [x] convert the [9.0.0rc1 release\nnotes](https://github.com/elastic/stack-docs/blob/9.0/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc)\ninto markdown to prepare for the release to the new docs site\n- [x] Add anchors `$$kibana-PR$# Backport This will backport the following commits from `main` to `9.0`: {{{{raw}}}} - [[Docs] Kibana 9.0 release notes (#215772)](https://github.com/elastic/kibana/pull/215772){{{{/raw}}}} <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT to breaking changes for links from\nUpgrade Assistant. cc @lcawl FYI\n- [x] Run release notes tool for post-rc1 changes\n- [x] Reviews\n\n## For reviewers\n\nPreview link:\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/215772/release-notes/\n\nRelease notes are adopting a new structure from 9.0, identical across\nall Elastic products. Pages are broken down as follows:\n- A main page listing all new features, enhancements, and bug fixes.\nEach new release gets added to the same page. (9.1 will be above 9.0,\netc.)\n- Subpages for breaking changes, deprecations, and known issues.\n- There is no longer a \"What's new page\". This is replaced with a link\nto the blog's release announcement from this page, that will be the\n\"home page\" for release notes in the new assembled docs website:\nhttps://staging-website.elastic.co/docs/release-notes/ (not visible in\nthis PR)\n\n---------\n\nCo-authored-by: wajihaparvez <wajiha.parvez@elastic.co>","sha":"8db71f1febe4bfdbcf63dfd5a2c574ed014f44c3","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0"],"title":"[Docs] Kibana 9.0 release notes","number":215772,"url":"https://github.com/elastic/kibana/pull/215772","mergeCommit":{"message":"[Docs] Kibana 9.0 release notes (#215772)\n\nThis PR adds 9.0 GA release notes for Kibana.\n\n- [x] convert the [9.0.0rc1 release\nnotes](https://github.com/elastic/stack-docs/blob/9.0/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc)\ninto markdown to prepare for the release to the new docs site\n- [x] Add anchors `$$kibana-PR$# Backport This will backport the following commits from `main` to `9.0`: {{{{raw}}}} - [[Docs] Kibana 9.0 release notes (#215772)](https://github.com/elastic/kibana/pull/215772){{{{/raw}}}} <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT to breaking changes for links from\nUpgrade Assistant. cc @lcawl FYI\n- [x] Run release notes tool for post-rc1 changes\n- [x] Reviews\n\n## For reviewers\n\nPreview link:\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/215772/release-notes/\n\nRelease notes are adopting a new structure from 9.0, identical across\nall Elastic products. Pages are broken down as follows:\n- A main page listing all new features, enhancements, and bug fixes.\nEach new release gets added to the same page. (9.1 will be above 9.0,\netc.)\n- Subpages for breaking changes, deprecations, and known issues.\n- There is no longer a \"What's new page\". This is replaced with a link\nto the blog's release announcement from this page, that will be the\n\"home page\" for release notes in the new assembled docs website:\nhttps://staging-website.elastic.co/docs/release-notes/ (not visible in\nthis PR)\n\n---------\n\nCo-authored-by: wajihaparvez <wajiha.parvez@elastic.co>","sha":"8db71f1febe4bfdbcf63dfd5a2c574ed014f44c3"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215772","number":215772,"mergeCommit":{"message":"[Docs] Kibana 9.0 release notes (#215772)\n\nThis PR adds 9.0 GA release notes for Kibana.\n\n- [x] convert the [9.0.0rc1 release\nnotes](https://github.com/elastic/stack-docs/blob/9.0/docs/en/install-upgrade/release-notes/release-notes-kibana.asciidoc)\ninto markdown to prepare for the release to the new docs site\n- [x] Add anchors `$$kibana-PR$# Backport This will backport the following commits from `main` to `9.0`: {{{{raw}}}} - [[Docs] Kibana 9.0 release notes (#215772)](https://github.com/elastic/kibana/pull/215772){{{{/raw}}}} <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT to breaking changes for links from\nUpgrade Assistant. cc @lcawl FYI\n- [x] Run release notes tool for post-rc1 changes\n- [x] Reviews\n\n## For reviewers\n\nPreview link:\nhttps://docs-v3-preview.elastic.dev/elastic/kibana/pull/215772/release-notes/\n\nRelease notes are adopting a new structure from 9.0, identical across\nall Elastic products. Pages are broken down as follows:\n- A main page listing all new features, enhancements, and bug fixes.\nEach new release gets added to the same page. (9.1 will be above 9.0,\netc.)\n- Subpages for breaking changes, deprecations, and known issues.\n- There is no longer a \"What's new page\". This is replaced with a link\nto the blog's release announcement from this page, that will be the\n\"home page\" for release notes in the new assembled docs website:\nhttps://staging-website.elastic.co/docs/release-notes/ (not visible in\nthis PR)\n\n---------\n\nCo-authored-by: wajihaparvez <wajiha.parvez@elastic.co>","sha":"8db71f1febe4bfdbcf63dfd5a2c574ed014f44c3"}}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
020c8fce78
|
[9.0] [docs] Add missing mapped pages (#216681) (#216694)
# Backport This will backport the following commits from `main` to `9.0`: - [[docs] Add missing mapped pages (#216681)](https://github.com/elastic/kibana/pull/216681) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Colleen McGinnis","email":"colleen.mcginnis@elastic.co"},"sourceCommit":{"committedDate":"2025-04-01T16:24:52Z","message":"[docs] Add missing mapped pages (#216681)\n\nAdd missing mapped pages listed in [Possible invalid redirects to\n8.18](https://docs.google.com/spreadsheets/d/1bQQVc-QwwXDSd24Vw6Q62dnn_9bxsBeAzeWJAdyxdqI/edit?gid=2025227146#gid=2025227146).","sha":"c8fc5e74d9625af9fecc0f7e8a4b0a3a765277bb","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","documentation","backport:version","v9.1.0"],"title":"[docs] Add missing mapped pages","number":216681,"url":"https://github.com/elastic/kibana/pull/216681","mergeCommit":{"message":"[docs] Add missing mapped pages (#216681)\n\nAdd missing mapped pages listed in [Possible invalid redirects to\n8.18](https://docs.google.com/spreadsheets/d/1bQQVc-QwwXDSd24Vw6Q62dnn_9bxsBeAzeWJAdyxdqI/edit?gid=2025227146#gid=2025227146).","sha":"c8fc5e74d9625af9fecc0f7e8a4b0a3a765277bb"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/216681","number":216681,"mergeCommit":{"message":"[docs] Add missing mapped pages (#216681)\n\nAdd missing mapped pages listed in [Possible invalid redirects to\n8.18](https://docs.google.com/spreadsheets/d/1bQQVc-QwwXDSd24Vw6Q62dnn_9bxsBeAzeWJAdyxdqI/edit?gid=2025227146#gid=2025227146).","sha":"c8fc5e74d9625af9fecc0f7e8a4b0a3a765277bb"}}]}] BACKPORT--> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> |
||
|
f54310457d
|
[9.0] [docs] Remove reliance on temporary redirects part 2 (#216362) (#216420)
# Backport This will backport the following commits from `main` to `9.0`: - [[docs] Remove reliance on temporary redirects part 2 (#216362)](https://github.com/elastic/kibana/pull/216362) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Colleen McGinnis","email":"colleen.mcginnis@elastic.co"},"sourceCommit":{"committedDate":"2025-03-31T07:43:40Z","message":"[docs] Remove reliance on temporary redirects part 2 (#216362)\n\nRelated to https://github.com/elastic/docs-content/pull/914\nRelated to https://github.com/elastic/elasticsearch/pull/125663\n\nRemoves reliance on temporary redirects in the elasticsearch and\ndocs-content repos.","sha":"e60b91a07621152f23bc9b39689f933301ab5e70","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","documentation","backport:version","v9.1.0"],"title":"[docs] Remove reliance on temporary redirects part 2 ","number":216362,"url":"https://github.com/elastic/kibana/pull/216362","mergeCommit":{"message":"[docs] Remove reliance on temporary redirects part 2 (#216362)\n\nRelated to https://github.com/elastic/docs-content/pull/914\nRelated to https://github.com/elastic/elasticsearch/pull/125663\n\nRemoves reliance on temporary redirects in the elasticsearch and\ndocs-content repos.","sha":"e60b91a07621152f23bc9b39689f933301ab5e70"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/216362","number":216362,"mergeCommit":{"message":"[docs] Remove reliance on temporary redirects part 2 (#216362)\n\nRelated to https://github.com/elastic/docs-content/pull/914\nRelated to https://github.com/elastic/elasticsearch/pull/125663\n\nRemoves reliance on temporary redirects in the elasticsearch and\ndocs-content repos.","sha":"e60b91a07621152f23bc9b39689f933301ab5e70"}}]}] BACKPORT--> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> |
||
|
e650537637
|
[9.0] [docs] Remove reliance on temporary redirects (#216315) (#216338)
# Backport This will backport the following commits from `main` to `9.0`: - [[docs] Remove reliance on temporary redirects (#216315)](https://github.com/elastic/kibana/pull/216315) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Colleen McGinnis","email":"colleen.mcginnis@elastic.co"},"sourceCommit":{"committedDate":"2025-03-28T15:54:32Z","message":"[docs] Remove reliance on temporary redirects (#216315)\n\nRelated to https://github.com/elastic/docs-content/pull/914\n\nRemoves reliance on temporary redirects in the docs-content repo.\n\n@florent-leborgne can you help me with backport labels? I always get\nmixed up across repos.","sha":"369a43b2c2065ebbac7da6283dabc4730237ce56","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","documentation","backport:version","v9.1.0"],"title":"[docs] Remove reliance on temporary redirects","number":216315,"url":"https://github.com/elastic/kibana/pull/216315","mergeCommit":{"message":"[docs] Remove reliance on temporary redirects (#216315)\n\nRelated to https://github.com/elastic/docs-content/pull/914\n\nRemoves reliance on temporary redirects in the docs-content repo.\n\n@florent-leborgne can you help me with backport labels? I always get\nmixed up across repos.","sha":"369a43b2c2065ebbac7da6283dabc4730237ce56"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/216315","number":216315,"mergeCommit":{"message":"[docs] Remove reliance on temporary redirects (#216315)\n\nRelated to https://github.com/elastic/docs-content/pull/914\n\nRemoves reliance on temporary redirects in the docs-content repo.\n\n@florent-leborgne can you help me with backport labels? I always get\nmixed up across repos.","sha":"369a43b2c2065ebbac7da6283dabc4730237ce56"}}]}] BACKPORT--> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> |
||
|
87524096dc
|
[9.0] [Docs] Remove mention of visualization:colorMapping setting (#215962) (#216213)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Remove mention of visualization:colorMapping setting (#215962)](https://github.com/elastic/kibana/pull/215962) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"wajihaparvez","email":"wajiha.parvez@elastic.co"},"sourceCommit":{"committedDate":"2025-03-27T16:50:27Z","message":"[Docs] Remove mention of visualization:colorMapping setting (#215962)\n\n## Summary\n\nThis PR removes the `visualization:colorMapping` setting from the\nAdvanced settings page.\n\nRel: https://github.com/elastic/kibana/pull/197802,\n[#616](https://github.com/elastic/platform-docs-team/issues/616)\n\n---------\n\nCo-authored-by: Nick Partridge <nicholas.partridge@elastic.co>","sha":"37528a6cb4b9613a302ee787c28d0bb5981bcc79","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0"],"title":"[Docs] Remove mention of visualization:colorMapping setting","number":215962,"url":"https://github.com/elastic/kibana/pull/215962","mergeCommit":{"message":"[Docs] Remove mention of visualization:colorMapping setting (#215962)\n\n## Summary\n\nThis PR removes the `visualization:colorMapping` setting from the\nAdvanced settings page.\n\nRel: https://github.com/elastic/kibana/pull/197802,\n[#616](https://github.com/elastic/platform-docs-team/issues/616)\n\n---------\n\nCo-authored-by: Nick Partridge <nicholas.partridge@elastic.co>","sha":"37528a6cb4b9613a302ee787c28d0bb5981bcc79"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215962","number":215962,"mergeCommit":{"message":"[Docs] Remove mention of visualization:colorMapping setting (#215962)\n\n## Summary\n\nThis PR removes the `visualization:colorMapping` setting from the\nAdvanced settings page.\n\nRel: https://github.com/elastic/kibana/pull/197802,\n[#616](https://github.com/elastic/platform-docs-team/issues/616)\n\n---------\n\nCo-authored-by: Nick Partridge <nicholas.partridge@elastic.co>","sha":"37528a6cb4b9613a302ee787c28d0bb5981bcc79"}}]}] BACKPORT--> Co-authored-by: wajihaparvez <wajiha.parvez@elastic.co> |
||
|
4297a07fab
|
[9.0] [Docs] Settings - Specify that search sessions are disabled by default in 9.0 (#216091) (#216128)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Settings - Specify that search sessions are disabled by default in 9.0 (#216091)](https://github.com/elastic/kibana/pull/216091) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-03-27T08:44:06Z","message":"[Docs] Settings - Specify that search sessions are disabled by default in 9.0 (#216091)\n\nUpdating search session settings docs to indicate that `.enable` is now\nset to false by default.\n\nRel: https://github.com/elastic/kibana/issues/205814","sha":"56acc69d59c91aa75af3caa635e5943ee7437163","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","Team:DataDiscovery","backport:version","v9.1.0"],"title":"[Docs] Settings - Specify that search sessions are now disabled by default","number":216091,"url":"https://github.com/elastic/kibana/pull/216091","mergeCommit":{"message":"[Docs] Settings - Specify that search sessions are disabled by default in 9.0 (#216091)\n\nUpdating search session settings docs to indicate that `.enable` is now\nset to false by default.\n\nRel: https://github.com/elastic/kibana/issues/205814","sha":"56acc69d59c91aa75af3caa635e5943ee7437163"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/216091","number":216091,"mergeCommit":{"message":"[Docs] Settings - Specify that search sessions are disabled by default in 9.0 (#216091)\n\nUpdating search session settings docs to indicate that `.enable` is now\nset to false by default.\n\nRel: https://github.com/elastic/kibana/issues/205814","sha":"56acc69d59c91aa75af3caa635e5943ee7437163"}}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
dbf34e58ef
|
[9.0] [docs] Miscellaneous docs clean up (#215260) (#215860)
# Backport This will backport the following commits from `main` to `9.0`: - [[docs] Miscellaneous docs clean up (#215260)](https://github.com/elastic/kibana/pull/215260) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Colleen McGinnis","email":"colleen.mcginnis@elastic.co"},"sourceCommit":{"committedDate":"2025-03-25T12:57:00Z","message":"[docs] Miscellaneous docs clean up (#215260)\n\nMiscellaneous docs clean up including: \n\n* [x] Removing unused substitutions\n* [x] Moving images per https://github.com/elastic/docs-builder/pull/774\n* [x] ~~Clean up redirecting links~~\n* [x] ~~Clean up asciidoc-style links~~","sha":"5e5aff3b5b890abbb9652f8bef2484e10c8341c4","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0"],"title":"[docs] Miscellaneous docs clean up","number":215260,"url":"https://github.com/elastic/kibana/pull/215260","mergeCommit":{"message":"[docs] Miscellaneous docs clean up (#215260)\n\nMiscellaneous docs clean up including: \n\n* [x] Removing unused substitutions\n* [x] Moving images per https://github.com/elastic/docs-builder/pull/774\n* [x] ~~Clean up redirecting links~~\n* [x] ~~Clean up asciidoc-style links~~","sha":"5e5aff3b5b890abbb9652f8bef2484e10c8341c4"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215260","number":215260,"mergeCommit":{"message":"[docs] Miscellaneous docs clean up (#215260)\n\nMiscellaneous docs clean up including: \n\n* [x] Removing unused substitutions\n* [x] Moving images per https://github.com/elastic/docs-builder/pull/774\n* [x] ~~Clean up redirecting links~~\n* [x] ~~Clean up asciidoc-style links~~","sha":"5e5aff3b5b890abbb9652f8bef2484e10c8341c4"}}]}] BACKPORT--> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> |
||
|
deaee35a4e
|
[9.0] Fix plugin-list script (#215648) (#215713)
# Backport This will backport the following commits from `main` to `9.0`: - [Fix plugin-list script (#215648)](https://github.com/elastic/kibana/pull/215648) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2025-03-24T13:53:17Z","message":"Fix plugin-list script (#215648)\n\n## Summary\n\nA [recent PR](https://github.com/elastic/kibana/pull/212558/files) (3\nweeks ago) migrated docs under `/docs` folder, from `.asciidoc` to\n`.md`.\n\nUnfortunately, some of these docs (well, at least one) were generated\nautomatically using a script:\n\n`node scripts/build_plugin_list_docs.js` was updating the\n`docs/developer/plugin-list.asciidoc`\n\nAs a result of the migration:\n\nThe CI pipeline step fails, and the list of plugins is no longer\nupdated.\nBesides:\n* The https://www.elastic.co/guide/en/kibana/current/plugin-list.html is\ncurrently broken.\n* This page is (or should be) built from\nhttps://github.com/elastic/kibana/blob/main/docs/extend/plugin-list.md,\nwhich is also broken.\n\nThey are broken cause some plugins' descriptions use the pipe `|`\ncharacter, which breaks the Markdown layout.\n\nThis PR updates the logic that generates the plugin-list, switching from\n`.asciidoc` to `.md`, and escaping `\\n` and `|` characters to allow for\nbetter descriptions.","sha":"366a0da35ce94ccf6b1bf01ec356549f512361d2","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","Team:Operations","release_note:skip","v9.0.0","backport:version","v9.1.0","v9.0.1"],"title":"Fix plugin-list script","number":215648,"url":"https://github.com/elastic/kibana/pull/215648","mergeCommit":{"message":"Fix plugin-list script (#215648)\n\n## Summary\n\nA [recent PR](https://github.com/elastic/kibana/pull/212558/files) (3\nweeks ago) migrated docs under `/docs` folder, from `.asciidoc` to\n`.md`.\n\nUnfortunately, some of these docs (well, at least one) were generated\nautomatically using a script:\n\n`node scripts/build_plugin_list_docs.js` was updating the\n`docs/developer/plugin-list.asciidoc`\n\nAs a result of the migration:\n\nThe CI pipeline step fails, and the list of plugins is no longer\nupdated.\nBesides:\n* The https://www.elastic.co/guide/en/kibana/current/plugin-list.html is\ncurrently broken.\n* This page is (or should be) built from\nhttps://github.com/elastic/kibana/blob/main/docs/extend/plugin-list.md,\nwhich is also broken.\n\nThey are broken cause some plugins' descriptions use the pipe `|`\ncharacter, which breaks the Markdown layout.\n\nThis PR updates the logic that generates the plugin-list, switching from\n`.asciidoc` to `.md`, and escaping `\\n` and `|` characters to allow for\nbetter descriptions.","sha":"366a0da35ce94ccf6b1bf01ec356549f512361d2"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215648","number":215648,"mergeCommit":{"message":"Fix plugin-list script (#215648)\n\n## Summary\n\nA [recent PR](https://github.com/elastic/kibana/pull/212558/files) (3\nweeks ago) migrated docs under `/docs` folder, from `.asciidoc` to\n`.md`.\n\nUnfortunately, some of these docs (well, at least one) were generated\nautomatically using a script:\n\n`node scripts/build_plugin_list_docs.js` was updating the\n`docs/developer/plugin-list.asciidoc`\n\nAs a result of the migration:\n\nThe CI pipeline step fails, and the list of plugins is no longer\nupdated.\nBesides:\n* The https://www.elastic.co/guide/en/kibana/current/plugin-list.html is\ncurrently broken.\n* This page is (or should be) built from\nhttps://github.com/elastic/kibana/blob/main/docs/extend/plugin-list.md,\nwhich is also broken.\n\nThey are broken cause some plugins' descriptions use the pipe `|`\ncharacter, which breaks the Markdown layout.\n\nThis PR updates the logic that generates the plugin-list, switching from\n`.asciidoc` to `.md`, and escaping `\\n` and `|` characters to allow for\nbetter descriptions.","sha":"366a0da35ce94ccf6b1bf01ec356549f512361d2"}}]}] BACKPORT--> --------- Co-authored-by: Gerard Soldevila <gerard.soldevila@elastic.co> |
||
|
cd881bece5
|
[9.0] Updates navigation titles and descriptions for release notes (#215422) (#215540)
# Backport This will backport the following commits from `main` to `9.0`: - [Updates navigation titles and descriptions for release notes (#215422)](https://github.com/elastic/kibana/pull/215422) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Kaarina Tungseth","email":"kaarina.tungseth@elastic.co"},"sourceCommit":{"committedDate":"2025-03-21T16:56:16Z","message":"Updates navigation titles and descriptions for release notes (#215422)\n\n## Summary\n\nUpdates the navigation titles, adds short descriptions, and removes\nrelease dates.","sha":"9bbfb7e7afb2e76f6aca0ed8c1862b188e9f4827","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","backport:version","v9.1.0"],"title":"Updates navigation titles and descriptions for release notes","number":215422,"url":"https://github.com/elastic/kibana/pull/215422","mergeCommit":{"message":"Updates navigation titles and descriptions for release notes (#215422)\n\n## Summary\n\nUpdates the navigation titles, adds short descriptions, and removes\nrelease dates.","sha":"9bbfb7e7afb2e76f6aca0ed8c1862b188e9f4827"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215422","number":215422,"mergeCommit":{"message":"Updates navigation titles and descriptions for release notes (#215422)\n\n## Summary\n\nUpdates the navigation titles, adds short descriptions, and removes\nrelease dates.","sha":"9bbfb7e7afb2e76f6aca0ed8c1862b188e9f4827"}}]}] BACKPORT--> Co-authored-by: Kaarina Tungseth <kaarina.tungseth@elastic.co> |
||
|
5acd953a80
|
[9.0] Small fixes for alert & actions yaml file (#215218) (#215231)
# Backport This will backport the following commits from `main` to `9.0`: - [Small fixes for alert & actions yaml file (#215218)](https://github.com/elastic/kibana/pull/215218) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"David Kilfoyle","email":"41695641+kilfoyle@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-03-19T18:19:53Z","message":"Small fixes for alert & actions yaml file (#215218)\n\nThis updates the versioning tags in the Alert and Action settings yaml\nfile to use `all` instead of `ga`. I guess the former makes more sense\nsince these settings aren't newly GAed.\n\n\nThe PR also makes a couple of very minor content changes based on\nhttps://github.com/elastic/kibana/pull/214934","sha":"5d6bed8479bfad14b7ac5c0b98cb535527dcf94b","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","backport:version","v9.1.0","v9.0.1"],"title":"Small fixes for alert & actions yaml file","number":215218,"url":"https://github.com/elastic/kibana/pull/215218","mergeCommit":{"message":"Small fixes for alert & actions yaml file (#215218)\n\nThis updates the versioning tags in the Alert and Action settings yaml\nfile to use `all` instead of `ga`. I guess the former makes more sense\nsince these settings aren't newly GAed.\n\n\nThe PR also makes a couple of very minor content changes based on\nhttps://github.com/elastic/kibana/pull/214934","sha":"5d6bed8479bfad14b7ac5c0b98cb535527dcf94b"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/215218","number":215218,"mergeCommit":{"message":"Small fixes for alert & actions yaml file (#215218)\n\nThis updates the versioning tags in the Alert and Action settings yaml\nfile to use `all` instead of `ga`. I guess the former makes more sense\nsince these settings aren't newly GAed.\n\n\nThe PR also makes a couple of very minor content changes based on\nhttps://github.com/elastic/kibana/pull/214934","sha":"5d6bed8479bfad14b7ac5c0b98cb535527dcf94b"}}]}] BACKPORT--> Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> |
||
|
8e250788c7
|
[9.0] [DOCS] Consolidate and clean up Kibana settings (part 1) (#214934) (#215048)
# Backport This will backport the following commits from `main` to `9.0`: - [[DOCS] Consolidate and clean up Kibana settings (part 1) (#214934)](https://github.com/elastic/kibana/pull/214934) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Lisa Cawley","email":"lcawley@elastic.co"},"sourceCommit":{"committedDate":"2025-03-18T18:37:40Z","message":"[DOCS] Consolidate and clean up Kibana settings (part 1) (#214934)","sha":"3b2df8935b7ab386a7b94df5f14737fc1b9b0307","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","docs","backport:version","v9.1.0","v9.0.1"],"title":"[DOCS] Consolidate and clean up Kibana settings (part 1)","number":214934,"url":"https://github.com/elastic/kibana/pull/214934","mergeCommit":{"message":"[DOCS] Consolidate and clean up Kibana settings (part 1) (#214934)","sha":"3b2df8935b7ab386a7b94df5f14737fc1b9b0307"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/214934","number":214934,"mergeCommit":{"message":"[DOCS] Consolidate and clean up Kibana settings (part 1) (#214934)","sha":"3b2df8935b7ab386a7b94df5f14737fc1b9b0307"}},{"branch":"9.0","label":"v9.0.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Lisa Cawley <lcawley@elastic.co> |
||
|
3cbf60a903
|
[Docs] Add link to dependencies page - 9.0 (#214668)
## Summary This PR adds a page to the 9.0 Kibana docs linking to the list of third-party dependencies. Closes: [#212706](https://github.com/elastic/kibana/issues/212706) Rel: https://github.com/elastic/kibana/pull/214667, [#797](https://github.com/elastic/docs-content/pull/797) --------- Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
5c8e1a4726
|
[9.0] Convert Alert and Action Settings yaml strings to Markdown (#214642) (#214806)
# Backport This will backport the following commits from `main` to `9.0`: - [Convert Alert and Action Settings yaml strings to Markdown (#214642)](https://github.com/elastic/kibana/pull/214642) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"David Kilfoyle","email":"41695641+kilfoyle@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-03-17T15:39:26Z","message":"Convert Alert and Action Settings yaml strings to Markdown (#214642)\n\nThis PR:\n- Makes a backup copy of the `kibana-alert-action-settings.yml` file\njust in case I mess things up badly.\n- Converts all of the descriptions and examples in the original file to\nMarkdown format.\n - Adds the versioning info as follows:\n - supported on ESS/ECH:\n ```\n applies_to:\n stack: ga\n deployment:\n self: ga\n ess: ga\n ``` \n - not supported on ESS/ECH:\n ```\n applies_to:\n stack: ga\n deployment:\n self: ga\n ``` \n\nIn the current Kibana settings docs we indicate settings available on\nESS/ECH. We don't indicate anything for other deployment types such as\nECK or ECE. I assume that no settings are available on Serverless. So,\nthe above versioning basically just copies what we document currently.\n\nOnce merged, I expect that we can test rendering the docs HTML pages\n(like [this\none](https://www.elastic.co/guide/en/kibana/8.x/alert-action-settings-kb.html))\ndirectly from this [YAML\nsource](https://github.com/elastic/kibana/blob/main/docs/settings-gen/source/kibana-alert-action-settings.yml).\n\n@florent-leborgne and @wajihaparvez Sorry, I know this is kind of big.\nI'd appreciate any input, especially on the versioning / `applies_to`\npart since that's still a bit new.\n\nJust for my own reference, I cut and pasted all of the Markdown from\n[here](https://github.com/elastic/asciidocalypse/blob/main/docs/kibana/docs/reference/configuration-reference/alerting-settings.md?plain=1).\n\nCloses: https://github.com/elastic/ingest-docs/issues/1659","sha":"be351d3c973978f56d8b527d4878911e0ade68eb","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","backport:version","v9.1.0"],"title":"Convert Alert and Action Settings yaml strings to Markdown","number":214642,"url":"https://github.com/elastic/kibana/pull/214642","mergeCommit":{"message":"Convert Alert and Action Settings yaml strings to Markdown (#214642)\n\nThis PR:\n- Makes a backup copy of the `kibana-alert-action-settings.yml` file\njust in case I mess things up badly.\n- Converts all of the descriptions and examples in the original file to\nMarkdown format.\n - Adds the versioning info as follows:\n - supported on ESS/ECH:\n ```\n applies_to:\n stack: ga\n deployment:\n self: ga\n ess: ga\n ``` \n - not supported on ESS/ECH:\n ```\n applies_to:\n stack: ga\n deployment:\n self: ga\n ``` \n\nIn the current Kibana settings docs we indicate settings available on\nESS/ECH. We don't indicate anything for other deployment types such as\nECK or ECE. I assume that no settings are available on Serverless. So,\nthe above versioning basically just copies what we document currently.\n\nOnce merged, I expect that we can test rendering the docs HTML pages\n(like [this\none](https://www.elastic.co/guide/en/kibana/8.x/alert-action-settings-kb.html))\ndirectly from this [YAML\nsource](https://github.com/elastic/kibana/blob/main/docs/settings-gen/source/kibana-alert-action-settings.yml).\n\n@florent-leborgne and @wajihaparvez Sorry, I know this is kind of big.\nI'd appreciate any input, especially on the versioning / `applies_to`\npart since that's still a bit new.\n\nJust for my own reference, I cut and pasted all of the Markdown from\n[here](https://github.com/elastic/asciidocalypse/blob/main/docs/kibana/docs/reference/configuration-reference/alerting-settings.md?plain=1).\n\nCloses: https://github.com/elastic/ingest-docs/issues/1659","sha":"be351d3c973978f56d8b527d4878911e0ade68eb"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/214642","number":214642,"mergeCommit":{"message":"Convert Alert and Action Settings yaml strings to Markdown (#214642)\n\nThis PR:\n- Makes a backup copy of the `kibana-alert-action-settings.yml` file\njust in case I mess things up badly.\n- Converts all of the descriptions and examples in the original file to\nMarkdown format.\n - Adds the versioning info as follows:\n - supported on ESS/ECH:\n ```\n applies_to:\n stack: ga\n deployment:\n self: ga\n ess: ga\n ``` \n - not supported on ESS/ECH:\n ```\n applies_to:\n stack: ga\n deployment:\n self: ga\n ``` \n\nIn the current Kibana settings docs we indicate settings available on\nESS/ECH. We don't indicate anything for other deployment types such as\nECK or ECE. I assume that no settings are available on Serverless. So,\nthe above versioning basically just copies what we document currently.\n\nOnce merged, I expect that we can test rendering the docs HTML pages\n(like [this\none](https://www.elastic.co/guide/en/kibana/8.x/alert-action-settings-kb.html))\ndirectly from this [YAML\nsource](https://github.com/elastic/kibana/blob/main/docs/settings-gen/source/kibana-alert-action-settings.yml).\n\n@florent-leborgne and @wajihaparvez Sorry, I know this is kind of big.\nI'd appreciate any input, especially on the versioning / `applies_to`\npart since that's still a bit new.\n\nJust for my own reference, I cut and pasted all of the Markdown from\n[here](https://github.com/elastic/asciidocalypse/blob/main/docs/kibana/docs/reference/configuration-reference/alerting-settings.md?plain=1).\n\nCloses: https://github.com/elastic/ingest-docs/issues/1659","sha":"be351d3c973978f56d8b527d4878911e0ade68eb"}}]}] BACKPORT--> Co-authored-by: David Kilfoyle <41695641+kilfoyle@users.noreply.github.com> |
||
|
63331c0e8c
|
[9.0] [Docs] Simplify link to PRs in breaking changes and deprecation notices (#214444) (#214459)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Simplify link to PRs in breaking changes and deprecation notices (#214444)](https://github.com/elastic/kibana/pull/214444) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-03-13T17:50:58Z","message":"[Docs] Simplify link to PRs in breaking changes and deprecation notices (#214444)\n\nThis PR simplifies the wording in breaking changes and deprecations docs\nto feel less redundant, and re-adds a proper template for adding new\nentries.","sha":"2e80cd19f5dee2e08d96f072a001fd7ff8ac4d08","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0"],"title":"[Docs] Simplify link to PRs in breaking changes and deprecation notices","number":214444,"url":"https://github.com/elastic/kibana/pull/214444","mergeCommit":{"message":"[Docs] Simplify link to PRs in breaking changes and deprecation notices (#214444)\n\nThis PR simplifies the wording in breaking changes and deprecations docs\nto feel less redundant, and re-adds a proper template for adding new\nentries.","sha":"2e80cd19f5dee2e08d96f072a001fd7ff8ac4d08"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/214444","number":214444,"mergeCommit":{"message":"[Docs] Simplify link to PRs in breaking changes and deprecation notices (#214444)\n\nThis PR simplifies the wording in breaking changes and deprecations docs\nto feel less redundant, and re-adds a proper template for adding new\nentries.","sha":"2e80cd19f5dee2e08d96f072a001fd7ff8ac4d08"}}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
4916b1df6f
|
[9.0] [DOCS] Comment out broken link (#214371) (#214387)
# Backport This will backport the following commits from `main` to `9.0`: - [[DOCS] Comment out broken link (#214371)](https://github.com/elastic/kibana/pull/214371) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Liam Thompson","email":"32779855+leemthompo@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-03-13T14:00:46Z","message":"[DOCS] Comment out broken link (#214371)\n\nChicken and egg breaking\n |
||
|
417dc639ec
|
[9.0] [docs] Remove jsx from typescript code blocks (#213955) (#213961)
# Backport This will backport the following commits from `main` to `9.0`: - [[docs] Remove `jsx` from `typescript` code blocks (#213955)](https://github.com/elastic/kibana/pull/213955) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Colleen McGinnis","email":"colleen.mcginnis@elastic.co"},"sourceCommit":{"committedDate":"2025-03-11T15:48:24Z","message":"[docs] Remove `jsx` from `typescript` code blocks (#213955)\n\nIn https://github.com/elastic/docs-builder/pull/699, we added the\nability to pass arguments to code blocks. In this repo, there are a few\ncode blocks that list two languages (`typescript jsx`). The docs-builder\ninterprets the second language `jsx` as an argument, but `jsx` is not a\nvalid argument so it throws an error. This should fix the `docs-build`\ncheck.\n\ncc @elastic/docs-engineering","sha":"52381cb9bcc8f84a200184254d042a45924f6f85","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0"],"title":"[docs] Remove `jsx` from `typescript` code blocks","number":213955,"url":"https://github.com/elastic/kibana/pull/213955","mergeCommit":{"message":"[docs] Remove `jsx` from `typescript` code blocks (#213955)\n\nIn https://github.com/elastic/docs-builder/pull/699, we added the\nability to pass arguments to code blocks. In this repo, there are a few\ncode blocks that list two languages (`typescript jsx`). The docs-builder\ninterprets the second language `jsx` as an argument, but `jsx` is not a\nvalid argument so it throws an error. This should fix the `docs-build`\ncheck.\n\ncc @elastic/docs-engineering","sha":"52381cb9bcc8f84a200184254d042a45924f6f85"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/213955","number":213955,"mergeCommit":{"message":"[docs] Remove `jsx` from `typescript` code blocks (#213955)\n\nIn https://github.com/elastic/docs-builder/pull/699, we added the\nability to pass arguments to code blocks. In this repo, there are a few\ncode blocks that list two languages (`typescript jsx`). The docs-builder\ninterprets the second language `jsx` as an argument, but `jsx` is not a\nvalid argument so it throws an error. This should fix the `docs-build`\ncheck.\n\ncc @elastic/docs-engineering","sha":"52381cb9bcc8f84a200184254d042a45924f6f85"}}]}] BACKPORT--> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> |
||
|
e03a86b4bd
|
[9.0] [docs] Fix external links (#213437) (#213451)
# Backport This will backport the following commits from `main` to `9.0`: - [[docs] Fix external links (#213437)](https://github.com/elastic/kibana/pull/213437) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Colleen McGinnis","email":"colleen.mcginnis@elastic.co"},"sourceCommit":{"committedDate":"2025-03-06T17:42:56Z","message":"[docs] Fix external links (#213437)\n\nFix external links that incorrectly use `.md` instead of `.html`.","sha":"65a41a6b966ab7448927deb0ac25022d58de2e3f","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","documentation","backport:version","v9.1.0"],"title":"[docs] Fix external links","number":213437,"url":"https://github.com/elastic/kibana/pull/213437","mergeCommit":{"message":"[docs] Fix external links (#213437)\n\nFix external links that incorrectly use `.md` instead of `.html`.","sha":"65a41a6b966ab7448927deb0ac25022d58de2e3f"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/213437","number":213437,"mergeCommit":{"message":"[docs] Fix external links (#213437)\n\nFix external links that incorrectly use `.md` instead of `.html`.","sha":"65a41a6b966ab7448927deb0ac25022d58de2e3f"}}]}] BACKPORT--> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> |
||
|
6517579518
|
[9.0] [docs] Migrate docs from AsciiDoc to Markdown (#212558) (#213145)
# Backport This will backport the following commits from `main` to `9.0`: - [[docs] Migrate docs from AsciiDoc to Markdown (#212558)](https://github.com/elastic/kibana/pull/212558) <!--- Backport version: 8.9.8 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Colleen McGinnis","email":"colleen.mcginnis@elastic.co"},"sourceCommit":{"committedDate":"2025-03-04T13:56:07Z","message":"[docs] Migrate docs from AsciiDoc to Markdown (#212558)\n\nMigrate docs from AsciiDoc to Markdown. The preview can be built after\n#212557 is merged.\n\n@florent-leborgne please tag reviewers, add the appropriate label(s),\nand take this out of draft when you're ready.\n\nNote: More files are deleted than added here because the content from\nsome files was moved to\n[elastic/docs-content](https://github.com/elastic/docs-content).\n\n**What has moved to\n[elastic/docs-content](https://github.com/elastic/docs-content)?**\n\nPublic-facing narrative and conceptual docs have moved. Most can now be\nfound under the following directories in the new docs:\n- explore-analyze: Discover, Dashboards, Visualizations, Reporting,\nAlerting, dev tools...\n- deploy-manage: Stack management (Spaces, user management, remote\nclusters...)\n- troubleshooting: .... troubleshooting pages\n\n**What is staying in the Kibana repo?**\n\n- Reference content (= anything that is or could be auto-generated):\nSettings, syntax references\n- Release notes\n- Developer guide\n\n---------\n\nCo-authored-by: Florent Le Borgne <florent.leborgne@elastic.co>","sha":"1814c60017da172427cd270bf2c99a8e144d378c","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","backport:version","v9.1.0"],"number":212558,"url":"https://github.com/elastic/kibana/pull/212558","mergeCommit":{"message":"[docs] Migrate docs from AsciiDoc to Markdown (#212558)\n\nMigrate docs from AsciiDoc to Markdown. The preview can be built after\n#212557 is merged.\n\n@florent-leborgne please tag reviewers, add the appropriate label(s),\nand take this out of draft when you're ready.\n\nNote: More files are deleted than added here because the content from\nsome files was moved to\n[elastic/docs-content](https://github.com/elastic/docs-content).\n\n**What has moved to\n[elastic/docs-content](https://github.com/elastic/docs-content)?**\n\nPublic-facing narrative and conceptual docs have moved. Most can now be\nfound under the following directories in the new docs:\n- explore-analyze: Discover, Dashboards, Visualizations, Reporting,\nAlerting, dev tools...\n- deploy-manage: Stack management (Spaces, user management, remote\nclusters...)\n- troubleshooting: .... troubleshooting pages\n\n**What is staying in the Kibana repo?**\n\n- Reference content (= anything that is or could be auto-generated):\nSettings, syntax references\n- Release notes\n- Developer guide\n\n---------\n\nCo-authored-by: Florent Le Borgne <florent.leborgne@elastic.co>","sha":"1814c60017da172427cd270bf2c99a8e144d378c"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","labelRegex":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/212558","number":212558,"mergeCommit":{"message":"[docs] Migrate docs from AsciiDoc to Markdown (#212558)\n\nMigrate docs from AsciiDoc to Markdown. The preview can be built after\n#212557 is merged.\n\n@florent-leborgne please tag reviewers, add the appropriate label(s),\nand take this out of draft when you're ready.\n\nNote: More files are deleted than added here because the content from\nsome files was moved to\n[elastic/docs-content](https://github.com/elastic/docs-content).\n\n**What has moved to\n[elastic/docs-content](https://github.com/elastic/docs-content)?**\n\nPublic-facing narrative and conceptual docs have moved. Most can now be\nfound under the following directories in the new docs:\n- explore-analyze: Discover, Dashboards, Visualizations, Reporting,\nAlerting, dev tools...\n- deploy-manage: Stack management (Spaces, user management, remote\nclusters...)\n- troubleshooting: .... troubleshooting pages\n\n**What is staying in the Kibana repo?**\n\n- Reference content (= anything that is or could be auto-generated):\nSettings, syntax references\n- Release notes\n- Developer guide\n\n---------\n\nCo-authored-by: Florent Le Borgne <florent.leborgne@elastic.co>","sha":"1814c60017da172427cd270bf2c99a8e144d378c"}}]}] BACKPORT--> Co-authored-by: Colleen McGinnis <colleen.mcginnis@elastic.co> |
||
|
19db8f87a9
|
[9.0] SKA: Relocate "platform" packages that remain on /packages (#208704) (#212224)
# Backport This will backport the following commits from `main` to `9.0`: - [SKA: Relocate "platform" packages that remain on `/packages` (#208704)](https://github.com/elastic/kibana/pull/208704) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2025-02-24T11:03:30Z","message":"SKA: Relocate \"platform\" packages that remain on `/packages` (#208704)\n\n## Summary\n\nThe `/packages` folder at the root of the Kibana repository used to\ncontain a lot of packages.\nIn the context of SKA, they have been gradually moved to various\nlocations:\n* `src/platform/packages`\n* `x-pack/platform/packages`\n* `src/core/packages`\n\nCurrently, only `devOnly: true` packages are left in this folder. This\ncomprises libraries for CLI scripts as well as testing utilities.\n\nWith this PR, we are moving ~half of these packages under\n`src/platform/packages/(private|shared)/`.\nIn particular, we are moving those packages that are being used from\nplatform and/or solutions.\n\nSince they are `\"devOnly\": true`, this means they are ONLY used from\ntests, cypress tests, storybook configs, ./scripts/ folders inside some\nmodules, or other non-prod-time logic. Nonetheless, they are effectively\nreferenced from platform and/or solutions code, hence I decided they\nshould be placed under `platform` folders.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6a7c904f921434fe21dfa00eceabfb5e64e915dc","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Core","release_note:skip","v9.0.0","ci:project-deploy-observability","Team:obs-ux-infra_services","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"SKA: Relocate \"platform\" packages that remain on `/packages`","number":208704,"url":"https://github.com/elastic/kibana/pull/208704","mergeCommit":{"message":"SKA: Relocate \"platform\" packages that remain on `/packages` (#208704)\n\n## Summary\n\nThe `/packages` folder at the root of the Kibana repository used to\ncontain a lot of packages.\nIn the context of SKA, they have been gradually moved to various\nlocations:\n* `src/platform/packages`\n* `x-pack/platform/packages`\n* `src/core/packages`\n\nCurrently, only `devOnly: true` packages are left in this folder. This\ncomprises libraries for CLI scripts as well as testing utilities.\n\nWith this PR, we are moving ~half of these packages under\n`src/platform/packages/(private|shared)/`.\nIn particular, we are moving those packages that are being used from\nplatform and/or solutions.\n\nSince they are `\"devOnly\": true`, this means they are ONLY used from\ntests, cypress tests, storybook configs, ./scripts/ folders inside some\nmodules, or other non-prod-time logic. Nonetheless, they are effectively\nreferenced from platform and/or solutions code, hence I decided they\nshould be placed under `platform` folders.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6a7c904f921434fe21dfa00eceabfb5e64e915dc"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/208704","number":208704,"mergeCommit":{"message":"SKA: Relocate \"platform\" packages that remain on `/packages` (#208704)\n\n## Summary\n\nThe `/packages` folder at the root of the Kibana repository used to\ncontain a lot of packages.\nIn the context of SKA, they have been gradually moved to various\nlocations:\n* `src/platform/packages`\n* `x-pack/platform/packages`\n* `src/core/packages`\n\nCurrently, only `devOnly: true` packages are left in this folder. This\ncomprises libraries for CLI scripts as well as testing utilities.\n\nWith this PR, we are moving ~half of these packages under\n`src/platform/packages/(private|shared)/`.\nIn particular, we are moving those packages that are being used from\nplatform and/or solutions.\n\nSince they are `\"devOnly\": true`, this means they are ONLY used from\ntests, cypress tests, storybook configs, ./scripts/ folders inside some\nmodules, or other non-prod-time logic. Nonetheless, they are effectively\nreferenced from platform and/or solutions code, hence I decided they\nshould be placed under `platform` folders.\n\n---------\n\nCo-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>","sha":"6a7c904f921434fe21dfa00eceabfb5e64e915dc"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> |
||
|
d3048a64c8
|
[9.0] [Docs] Add missing setting in advanced options (#212528) (#212543)
# Backport This will backport the following commits from `main` to `9.0`: - [[Docs] Add missing setting in advanced options (#212528)](https://github.com/elastic/kibana/pull/212528) <!--- Backport version: 9.6.6 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport) <!--BACKPORT [{"author":{"name":"florent-leborgne","email":"florent.leborgne@elastic.co"},"sourceCommit":{"committedDate":"2025-02-26T15:23:13Z","message":"[Docs] Add missing setting in advanced options (#212528)\n\nThis PR reproduces https://github.com/elastic/kibana/pull/212514 to make\nit simpler to backport down to the 8.13 version.\n\nI'll port the change to the new location for 9.0+ docs as well.","sha":"76ae900e1abb468a0015a62f90667c3c0c357e52","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","v9.0.0","docs","v8.13.0","v8.14.0","v8.15.0","v8.16.0","backport:version","v8.17.0","v8.18.0","v9.1.0","v8.19.0"],"title":"[Docs] Add missing setting in advanced options","number":212528,"url":"https://github.com/elastic/kibana/pull/212528","mergeCommit":{"message":"[Docs] Add missing setting in advanced options (#212528)\n\nThis PR reproduces https://github.com/elastic/kibana/pull/212514 to make\nit simpler to backport down to the 8.13 version.\n\nI'll port the change to the new location for 9.0+ docs as well.","sha":"76ae900e1abb468a0015a62f90667c3c0c357e52"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.13","8.14","8.15","8.16","8.17","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"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.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.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/212528","number":212528,"mergeCommit":{"message":"[Docs] Add missing setting in advanced options (#212528)\n\nThis PR reproduces https://github.com/elastic/kibana/pull/212514 to make\nit simpler to backport down to the 8.13 version.\n\nI'll port the change to the new location for 9.0+ docs as well.","sha":"76ae900e1abb468a0015a62f90667c3c0c357e52"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: florent-leborgne <florent.leborgne@elastic.co> |
||
|
126a3d603e
|
[9.0] SKA: Fix kebab-case issues in observability-ui packages (#211248) (#211311)
# Backport This will backport the following commits from `main` to `9.0`: - [SKA: Fix kebab-case issues in observability-ui packages (#211248)](https://github.com/elastic/kibana/pull/211248) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Gerard Soldevila","email":"gerard.soldevila@elastic.co"},"sourceCommit":{"committedDate":"2025-02-14T18:34:14Z","message":"SKA: Fix kebab-case issues in observability-ui packages (#211248)\n\n## Summary\r\n\r\nThis PR aims at relocating some of the Kibana modules (plugins and\r\npackages) into a new folder structure, according to the _Sustainable\r\nKibana Architecture_ initiative.\r\n\r\n> [!IMPORTANT]\r\n> * We kindly ask you to:\r\n> * Manually fix the errors in the error section below (if there are\r\nany).\r\n> * Search for the `packages[\\/\\\\]` and `plugins[\\/\\\\]` patterns in the\r\nsource code (Babel and Eslint config files), and update them\r\nappropriately.\r\n> * Manually review\r\n`.buildkite/scripts/pipelines/pull_request/pipeline.ts` to ensure that\r\nany CI pipeline customizations continue to be correctly applied after\r\nthe changed path names\r\n> * Review all of the updated files, specially the `.ts` and `.js` files\r\nlisted in the sections below, as some of them contain relative paths\r\nthat have been updated.\r\n> * Think of potential impact of the move, including tooling and\r\nconfiguration files that can be pointing to the relocated modules. E.g.:\r\n> * customised eslint rules\r\n> * docs pointing to source code\r\n\r\n> [!NOTE]\r\n> * This PR has been auto-generated.\r\n> * Any manual contributions will be lost if the 'relocate' script is\r\nre-run.\r\n> * Try to obtain the missing reviews / approvals before applying manual\r\nfixes, and/or keep your changes in a .patch / git stash.\r\n> * Please use\r\n[#sustainable_kibana_architecture](https://elastic.slack.com/archives/C07TCKTA22E)\r\nSlack channel for feedback.\r\n\r\nAre you trying to rebase this PR to solve merge conflicts? Please follow\r\nthe steps describe\r\n[here](https://elastic.slack.com/archives/C07TCKTA22E/p1734019532879269?thread_ts=1734019339.935419&cid=C07TCKTA22E).\r\n\r\n#### 3 packages(s) are going to be relocated:\r\n\r\n| Id | Target folder |\r\n| -- | ------------- |\r\n| `@kbn/observability-utils-browser` |\r\n`x-pack/solutions/observability/packages/utils-browser` |\r\n| `@kbn/observability-utils-common` |\r\n`x-pack/solutions/observability/packages/utils-common` |\r\n| `@kbn/observability-utils-server` |\r\n`x-pack/solutions/observability/packages/utils-server` |\r\n\r\n\r\n<details >\r\n<summary>Updated references</summary>\r\n\r\n```\r\n./package.json\r\n./packages/kbn-ts-projects/config-paths.json\r\n./src/platform/packages/private/kbn-repo-packages/package-map.json\r\n./tsconfig.base.json\r\n./x-pack/solutions/observability/packages/utils-browser/jest.config.js\r\n./x-pack/solutions/observability/packages/utils-common/jest.config.js\r\n./x-pack/solutions/observability/packages/utils-server/jest.config.js\r\n./x-pack/solutions/observability/packages/utils-server/jest.integration.config.js\r\n./yarn.lock\r\n.github/CODEOWNERS\r\n```\r\n\r\n</details><details >\r\n<summary>Updated relative paths</summary>\r\n\r\n```\r\nx-pack/solutions/observability/packages/utils-browser/jest.config.js:10\r\nx-pack/solutions/observability/packages/utils-browser/tsconfig.json:2\r\nx-pack/solutions/observability/packages/utils-common/jest.config.js:10\r\nx-pack/solutions/observability/packages/utils-common/tsconfig.json:2\r\nx-pack/solutions/observability/packages/utils-server/jest.config.js:10\r\nx-pack/solutions/observability/packages/utils-server/jest.integration.config.js:10\r\nx-pack/solutions/observability/packages/utils-server/tsconfig.json:2\r\n```\r\n\r\n</details>","sha":"239bd8db9be41f38289306a1356a7fad86f0a734","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Observability","v9.0.0","backport:version","v9.1.0","v8.19.0"],"title":"SKA: Fix kebab-case issues in observability-ui packages","number":211248,"url":"https://github.com/elastic/kibana/pull/211248","mergeCommit":{"message":"SKA: Fix kebab-case issues in observability-ui packages (#211248)\n\n## Summary\r\n\r\nThis PR aims at relocating some of the Kibana modules (plugins and\r\npackages) into a new folder structure, according to the _Sustainable\r\nKibana Architecture_ initiative.\r\n\r\n> [!IMPORTANT]\r\n> * We kindly ask you to:\r\n> * Manually fix the errors in the error section below (if there are\r\nany).\r\n> * Search for the `packages[\\/\\\\]` and `plugins[\\/\\\\]` patterns in the\r\nsource code (Babel and Eslint config files), and update them\r\nappropriately.\r\n> * Manually review\r\n`.buildkite/scripts/pipelines/pull_request/pipeline.ts` to ensure that\r\nany CI pipeline customizations continue to be correctly applied after\r\nthe changed path names\r\n> * Review all of the updated files, specially the `.ts` and `.js` files\r\nlisted in the sections below, as some of them contain relative paths\r\nthat have been updated.\r\n> * Think of potential impact of the move, including tooling and\r\nconfiguration files that can be pointing to the relocated modules. E.g.:\r\n> * customised eslint rules\r\n> * docs pointing to source code\r\n\r\n> [!NOTE]\r\n> * This PR has been auto-generated.\r\n> * Any manual contributions will be lost if the 'relocate' script is\r\nre-run.\r\n> * Try to obtain the missing reviews / approvals before applying manual\r\nfixes, and/or keep your changes in a .patch / git stash.\r\n> * Please use\r\n[#sustainable_kibana_architecture](https://elastic.slack.com/archives/C07TCKTA22E)\r\nSlack channel for feedback.\r\n\r\nAre you trying to rebase this PR to solve merge conflicts? Please follow\r\nthe steps describe\r\n[here](https://elastic.slack.com/archives/C07TCKTA22E/p1734019532879269?thread_ts=1734019339.935419&cid=C07TCKTA22E).\r\n\r\n#### 3 packages(s) are going to be relocated:\r\n\r\n| Id | Target folder |\r\n| -- | ------------- |\r\n| `@kbn/observability-utils-browser` |\r\n`x-pack/solutions/observability/packages/utils-browser` |\r\n| `@kbn/observability-utils-common` |\r\n`x-pack/solutions/observability/packages/utils-common` |\r\n| `@kbn/observability-utils-server` |\r\n`x-pack/solutions/observability/packages/utils-server` |\r\n\r\n\r\n<details >\r\n<summary>Updated references</summary>\r\n\r\n```\r\n./package.json\r\n./packages/kbn-ts-projects/config-paths.json\r\n./src/platform/packages/private/kbn-repo-packages/package-map.json\r\n./tsconfig.base.json\r\n./x-pack/solutions/observability/packages/utils-browser/jest.config.js\r\n./x-pack/solutions/observability/packages/utils-common/jest.config.js\r\n./x-pack/solutions/observability/packages/utils-server/jest.config.js\r\n./x-pack/solutions/observability/packages/utils-server/jest.integration.config.js\r\n./yarn.lock\r\n.github/CODEOWNERS\r\n```\r\n\r\n</details><details >\r\n<summary>Updated relative paths</summary>\r\n\r\n```\r\nx-pack/solutions/observability/packages/utils-browser/jest.config.js:10\r\nx-pack/solutions/observability/packages/utils-browser/tsconfig.json:2\r\nx-pack/solutions/observability/packages/utils-common/jest.config.js:10\r\nx-pack/solutions/observability/packages/utils-common/tsconfig.json:2\r\nx-pack/solutions/observability/packages/utils-server/jest.config.js:10\r\nx-pack/solutions/observability/packages/utils-server/jest.integration.config.js:10\r\nx-pack/solutions/observability/packages/utils-server/tsconfig.json:2\r\n```\r\n\r\n</details>","sha":"239bd8db9be41f38289306a1356a7fad86f0a734"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/211248","number":211248,"mergeCommit":{"message":"SKA: Fix kebab-case issues in observability-ui packages (#211248)\n\n## Summary\r\n\r\nThis PR aims at relocating some of the Kibana modules (plugins and\r\npackages) into a new folder structure, according to the _Sustainable\r\nKibana Architecture_ initiative.\r\n\r\n> [!IMPORTANT]\r\n> * We kindly ask you to:\r\n> * Manually fix the errors in the error section below (if there are\r\nany).\r\n> * Search for the `packages[\\/\\\\]` and `plugins[\\/\\\\]` patterns in the\r\nsource code (Babel and Eslint config files), and update them\r\nappropriately.\r\n> * Manually review\r\n`.buildkite/scripts/pipelines/pull_request/pipeline.ts` to ensure that\r\nany CI pipeline customizations continue to be correctly applied after\r\nthe changed path names\r\n> * Review all of the updated files, specially the `.ts` and `.js` files\r\nlisted in the sections below, as some of them contain relative paths\r\nthat have been updated.\r\n> * Think of potential impact of the move, including tooling and\r\nconfiguration files that can be pointing to the relocated modules. E.g.:\r\n> * customised eslint rules\r\n> * docs pointing to source code\r\n\r\n> [!NOTE]\r\n> * This PR has been auto-generated.\r\n> * Any manual contributions will be lost if the 'relocate' script is\r\nre-run.\r\n> * Try to obtain the missing reviews / approvals before applying manual\r\nfixes, and/or keep your changes in a .patch / git stash.\r\n> * Please use\r\n[#sustainable_kibana_architecture](https://elastic.slack.com/archives/C07TCKTA22E)\r\nSlack channel for feedback.\r\n\r\nAre you trying to rebase this PR to solve merge conflicts? Please follow\r\nthe steps describe\r\n[here](https://elastic.slack.com/archives/C07TCKTA22E/p1734019532879269?thread_ts=1734019339.935419&cid=C07TCKTA22E).\r\n\r\n#### 3 packages(s) are going to be relocated:\r\n\r\n| Id | Target folder |\r\n| -- | ------------- |\r\n| `@kbn/observability-utils-browser` |\r\n`x-pack/solutions/observability/packages/utils-browser` |\r\n| `@kbn/observability-utils-common` |\r\n`x-pack/solutions/observability/packages/utils-common` |\r\n| `@kbn/observability-utils-server` |\r\n`x-pack/solutions/observability/packages/utils-server` |\r\n\r\n\r\n<details >\r\n<summary>Updated references</summary>\r\n\r\n```\r\n./package.json\r\n./packages/kbn-ts-projects/config-paths.json\r\n./src/platform/packages/private/kbn-repo-packages/package-map.json\r\n./tsconfig.base.json\r\n./x-pack/solutions/observability/packages/utils-browser/jest.config.js\r\n./x-pack/solutions/observability/packages/utils-common/jest.config.js\r\n./x-pack/solutions/observability/packages/utils-server/jest.config.js\r\n./x-pack/solutions/observability/packages/utils-server/jest.integration.config.js\r\n./yarn.lock\r\n.github/CODEOWNERS\r\n```\r\n\r\n</details><details >\r\n<summary>Updated relative paths</summary>\r\n\r\n```\r\nx-pack/solutions/observability/packages/utils-browser/jest.config.js:10\r\nx-pack/solutions/observability/packages/utils-browser/tsconfig.json:2\r\nx-pack/solutions/observability/packages/utils-common/jest.config.js:10\r\nx-pack/solutions/observability/packages/utils-common/tsconfig.json:2\r\nx-pack/solutions/observability/packages/utils-server/jest.config.js:10\r\nx-pack/solutions/observability/packages/utils-server/jest.integration.config.js:10\r\nx-pack/solutions/observability/packages/utils-server/tsconfig.json:2\r\n```\r\n\r\n</details>","sha":"239bd8db9be41f38289306a1356a7fad86f0a734"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Gerard Soldevila <gerard.soldevila@elastic.co> |