[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>
This commit is contained in:
Kibana Machine 2025-06-03 15:33:45 +02:00 committed by GitHub
parent 42b413b4da
commit f1f4946158
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,30 @@ navigation_title: "Known issues"
# Kibana known issues
::::{dropdown} Upgrading Kibana from 8.18.x to 9.0.2 fails due to a configuration conflict in the kibana.yml file
Applies to: {{stack}} 9.0.2
**Details**
Upgrading {{kib}} from version 8.18.x to 9.0.2 fails due to a configuration conflict if `xpack.alerting.cancelAlertsOnRuleTimeout` is set to `false` in the `kibana.yml` file. {{kib}} fails to boot and shows a fatal error message in the {{kib}} logs that's similar to the following:
````
FATAL Error: Rule type "transform_health" cannot have both cancelAlertsOnRuleTimeout set to false and autoRecoverAlerts set to true.
````
This failure occurs when the `xpack.alerting.cancelAlertsOnRuleTimeout` setting is set to `false`, which is incompatible with the default configuration of an internal setting (`autoRecoverAlerts`) in 9.0.2.
**Action**
To temporarily resolve the issue and allow the upgrade to proceed, follow these steps:
1. Remove the `xpack.alerting.cancelAlertsOnRuleTimeout: false` setting from the `kibana.yml` file.
2. Restart {{kib}} to apply the changes.
::::
::::{dropdown} Errors in rule executions occur when maintenance windows have filters
Applies to: {{stack}} 9.0.0, 9.0.1