Skip to content

Comments

Fix outdated alerting authorization documentation link#248515

Merged
bmorelli25 merged 18 commits intoelastic:mainfrom
mahesh-diwan:fix-outdated-alerting-docs-link
Jan 16, 2026
Merged

Fix outdated alerting authorization documentation link#248515
bmorelli25 merged 18 commits intoelastic:mainfrom
mahesh-diwan:fix-outdated-alerting-docs-link

Conversation

@mahesh-diwan
Copy link
Contributor

@mahesh-diwan mahesh-diwan commented Jan 9, 2026

Updated the error message URL from the deprecated /guide/en/kibana/9.2/ format to the current /docs/explore-analyze/ documentation structure.

Fixes #244942

Summary

Updates the alerting authorization documentation URL used in error messages from the deprecated /guide/en/kibana/9.2/ path to the current /docs/explore-analyze/alerts-cases/alerts/ documentation structure.

This ensures users are directed to the correct and up-to-date Elastic documentation.

Checklist

  • Any text added follows EUI's writing guidelines, uses sentence case text, and includes i18n support (existing message only updates a URL)
  • Documentation was not added (documentation link update only)
  • Unit tests were updated where applicable to reflect the new documentation URL
  • No plugin configuration keys were changed
  • This change does not introduce any breaking HTTP API changes
  • Flaky Test Runner was not required (no behavioral or logic changes)
  • Release notes: skipped (use label release_note:skip)
  • Backport labels: skipped (use label backport:skip)

Identify risks

This PR does not introduce any risks.

  • Risk: None
  • Severity: None
  • Mitigation:
    This change only updates a documentation URL referenced in an error message and does not affect application logic, behavior, performance, or data.

Updated the error message URL from the deprecated /guide/en/kibana/9.2/
format to the current /docs/explore-analyze/ documentation structure.

Fixes elastic#244942
@mahesh-diwan mahesh-diwan requested a review from a team as a code owner January 9, 2026 17:47
@cla-checker-service
Copy link

cla-checker-service bot commented Jan 9, 2026

💚 CLA has been signed

@florent-leborgne florent-leborgne added Team:Docs release_note:skip Skip the PR/issue when compiling release notes docs backport:version Backport to applied version labels v9.3.0 v9.2.4 v9.1.10 labels Jan 9, 2026
@elasticmachine
Copy link
Contributor

Pinging @elastic/experience-docs (Team:Docs)

Copy link
Contributor

@florent-leborgne florent-leborgne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for this update! I pushed a quick change and it should be good to go as is now.

@florent-leborgne florent-leborgne enabled auto-merge (squash) January 9, 2026 18:04
@bmorelli25
Copy link
Member

/ci

@bmorelli25 bmorelli25 enabled auto-merge (squash) January 9, 2026 21:43
@mahesh-diwan
Copy link
Contributor Author

Am I supposed to do something here?

@lcawl
Copy link
Contributor

lcawl commented Jan 10, 2026

Am I supposed to do something here?

This should merge automatically as soon as the CI checks pass. Thanks again for the fix!

@florent-leborgne
Copy link
Contributor

buildkite test this

@florent-leborgne
Copy link
Contributor

/ci

@florent-leborgne
Copy link
Contributor

/ci

@florent-leborgne
Copy link
Contributor

Never give up

@florent-leborgne
Copy link
Contributor

/ci

@elasticmachine
Copy link
Contributor

💛 Build succeeded, but was flaky

Failed CI Steps

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
aiAssistantManagementSelection 91.2KB 91.2KB +1.0B
lists 130.2KB 130.2KB +1.0B
total +2.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
core 501.7KB 501.7KB +1.0B

History

cc @florent-leborgne

Copy link
Contributor

@denar50 denar50 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@florent-leborgne
Copy link
Contributor

run docs-build

@bmorelli25 bmorelli25 merged commit 735c39b into elastic:main Jan 16, 2026
13 checks passed
@kibanamachine
Copy link
Contributor

Starting backport for target branches: 9.1, 9.2, 9.3

https://github.com/elastic/kibana/actions/runs/21071145613

kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 16, 2026
Updated the error message URL from the deprecated /guide/en/kibana/9.2/
format to the current /docs/explore-analyze/ documentation structure.

Fixes elastic#244942

## Summary

Updates the alerting authorization documentation URL used in error
messages from the deprecated `/guide/en/kibana/9.2/` path to the current
`/docs/explore-analyze/alerts-cases/alerts/` documentation structure.

This ensures users are directed to the correct and up-to-date Elastic
documentation.

### Checklist

- [x] Any text added follows EUI's writing guidelines, uses sentence
case text, and includes i18n support (existing message only updates a
URL)
- [x] Documentation was not added (documentation link update only)
- [x] Unit tests were updated where applicable to reflect the new
documentation URL
- [x] No plugin configuration keys were changed
- [x] This change does not introduce any breaking HTTP API changes
- [x] Flaky Test Runner was not required (no behavioral or logic
changes)
- [x] Release notes: **skipped** (use label `release_note:skip`)
- [x] Backport labels: **skipped** (use label `backport:skip`)

### Identify risks

This PR does not introduce any risks.

- **Risk:** None
- **Severity:** None
- **Mitigation:**
This change only updates a documentation URL referenced in an error
message and does not affect application logic, behavior, performance, or
data.

---------

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
(cherry picked from commit 735c39b)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 16, 2026
Updated the error message URL from the deprecated /guide/en/kibana/9.2/
format to the current /docs/explore-analyze/ documentation structure.

Fixes elastic#244942

## Summary

Updates the alerting authorization documentation URL used in error
messages from the deprecated `/guide/en/kibana/9.2/` path to the current
`/docs/explore-analyze/alerts-cases/alerts/` documentation structure.

This ensures users are directed to the correct and up-to-date Elastic
documentation.

### Checklist

- [x] Any text added follows EUI's writing guidelines, uses sentence
case text, and includes i18n support (existing message only updates a
URL)
- [x] Documentation was not added (documentation link update only)
- [x] Unit tests were updated where applicable to reflect the new
documentation URL
- [x] No plugin configuration keys were changed
- [x] This change does not introduce any breaking HTTP API changes
- [x] Flaky Test Runner was not required (no behavioral or logic
changes)
- [x] Release notes: **skipped** (use label `release_note:skip`)
- [x] Backport labels: **skipped** (use label `backport:skip`)

### Identify risks

This PR does not introduce any risks.

- **Risk:** None
- **Severity:** None
- **Mitigation:**
This change only updates a documentation URL referenced in an error
message and does not affect application logic, behavior, performance, or
data.

---------

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
(cherry picked from commit 735c39b)
kibanamachine pushed a commit to kibanamachine/kibana that referenced this pull request Jan 16, 2026
Updated the error message URL from the deprecated /guide/en/kibana/9.2/
format to the current /docs/explore-analyze/ documentation structure.

Fixes elastic#244942

## Summary

Updates the alerting authorization documentation URL used in error
messages from the deprecated `/guide/en/kibana/9.2/` path to the current
`/docs/explore-analyze/alerts-cases/alerts/` documentation structure.

This ensures users are directed to the correct and up-to-date Elastic
documentation.

### Checklist

- [x] Any text added follows EUI's writing guidelines, uses sentence
case text, and includes i18n support (existing message only updates a
URL)
- [x] Documentation was not added (documentation link update only)
- [x] Unit tests were updated where applicable to reflect the new
documentation URL
- [x] No plugin configuration keys were changed
- [x] This change does not introduce any breaking HTTP API changes
- [x] Flaky Test Runner was not required (no behavioral or logic
changes)
- [x] Release notes: **skipped** (use label `release_note:skip`)
- [x] Backport labels: **skipped** (use label `backport:skip`)

### Identify risks

This PR does not introduce any risks.

- **Risk:** None
- **Severity:** None
- **Mitigation:**
This change only updates a documentation URL referenced in an error
message and does not affect application logic, behavior, performance, or
data.

---------

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
(cherry picked from commit 735c39b)
@kibanamachine
Copy link
Contributor

💚 All backports created successfully

Status Branch Result
9.1
9.2
9.3

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

smith pushed a commit to smith/kibana that referenced this pull request Jan 16, 2026
Updated the error message URL from the deprecated /guide/en/kibana/9.2/
format to the current /docs/explore-analyze/ documentation structure.

Fixes elastic#244942

## Summary

Updates the alerting authorization documentation URL used in error
messages from the deprecated `/guide/en/kibana/9.2/` path to the current
`/docs/explore-analyze/alerts-cases/alerts/` documentation structure.

This ensures users are directed to the correct and up-to-date Elastic
documentation.

### Checklist

- [x] Any text added follows EUI's writing guidelines, uses sentence
case text, and includes i18n support (existing message only updates a
URL)
- [x] Documentation was not added (documentation link update only)
- [x] Unit tests were updated where applicable to reflect the new
documentation URL
- [x] No plugin configuration keys were changed
- [x] This change does not introduce any breaking HTTP API changes
- [x] Flaky Test Runner was not required (no behavioral or logic
changes)
- [x] Release notes: **skipped** (use label `release_note:skip`)
- [x] Backport labels: **skipped** (use label `backport:skip`)

### Identify risks

This PR does not introduce any risks.

- **Risk:** None  
- **Severity:** None  
- **Mitigation:**  
This change only updates a documentation URL referenced in an error
message and does not affect application logic, behavior, performance, or
data.

---------

Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
kibanamachine added a commit that referenced this pull request Jan 16, 2026
#249399)

# Backport

This will backport the following commits from `main` to `9.1`:
- [Fix outdated alerting authorization documentation link
(#248515)](#248515)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT
[{"author":{"name":"MaheshDiwan","email":"91125460+mahesh-diwan@users.noreply.github.com"},"sourceCommit":{"committedDate":"2026-01-16T15:10:25Z","message":"Fix
outdated alerting authorization documentation link (#248515)\n\nUpdated
the error message URL from the deprecated /guide/en/kibana/9.2/\nformat
to the current /docs/explore-analyze/ documentation structure.\n\nFixes
#244942\n\n## Summary\n\nUpdates the alerting authorization
documentation URL used in error\nmessages from the deprecated
`/guide/en/kibana/9.2/` path to the
current\n`/docs/explore-analyze/alerts-cases/alerts/` documentation
structure.\n\nThis ensures users are directed to the correct and
up-to-date Elastic\ndocumentation.\n\n### Checklist\n\n- [x] Any text
added follows EUI's writing guidelines, uses sentence\ncase text, and
includes i18n support (existing message only updates a\nURL)\n- [x]
Documentation was not added (documentation link update only)\n- [x] Unit
tests were updated where applicable to reflect the new\ndocumentation
URL\n- [x] No plugin configuration keys were changed\n- [x] This change
does not introduce any breaking HTTP API changes\n- [x] Flaky Test
Runner was not required (no behavioral or logic\nchanges)\n- [x] Release
notes: **skipped** (use label `release_note:skip`)\n- [x] Backport
labels: **skipped** (use label `backport:skip`)\n\n### Identify
risks\n\nThis PR does not introduce any risks.\n\n- **Risk:** None \n-
**Severity:** None \n- **Mitigation:** \nThis change only updates a
documentation URL referenced in an error\nmessage and does not affect
application logic, behavior, performance,
or\ndata.\n\n---------\n\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>\nCo-authored-by: Brandon Morelli
<brandon.morelli@elastic.co>","sha":"735c39b9868de62f67433a003b0c1c6cb819d575","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","💝community","docs","backport:version","v9.3.0","v9.4.0","v9.2.4","v9.1.10"],"title":"Fix
outdated alerting authorization documentation
link","number":248515,"url":"https://github.com/elastic/kibana/pull/248515","mergeCommit":{"message":"Fix
outdated alerting authorization documentation link (#248515)\n\nUpdated
the error message URL from the deprecated /guide/en/kibana/9.2/\nformat
to the current /docs/explore-analyze/ documentation structure.\n\nFixes
#244942\n\n## Summary\n\nUpdates the alerting authorization
documentation URL used in error\nmessages from the deprecated
`/guide/en/kibana/9.2/` path to the
current\n`/docs/explore-analyze/alerts-cases/alerts/` documentation
structure.\n\nThis ensures users are directed to the correct and
up-to-date Elastic\ndocumentation.\n\n### Checklist\n\n- [x] Any text
added follows EUI's writing guidelines, uses sentence\ncase text, and
includes i18n support (existing message only updates a\nURL)\n- [x]
Documentation was not added (documentation link update only)\n- [x] Unit
tests were updated where applicable to reflect the new\ndocumentation
URL\n- [x] No plugin configuration keys were changed\n- [x] This change
does not introduce any breaking HTTP API changes\n- [x] Flaky Test
Runner was not required (no behavioral or logic\nchanges)\n- [x] Release
notes: **skipped** (use label `release_note:skip`)\n- [x] Backport
labels: **skipped** (use label `backport:skip`)\n\n### Identify
risks\n\nThis PR does not introduce any risks.\n\n- **Risk:** None \n-
**Severity:** None \n- **Mitigation:** \nThis change only updates a
documentation URL referenced in an error\nmessage and does not affect
application logic, behavior, performance,
or\ndata.\n\n---------\n\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>\nCo-authored-by: Brandon Morelli
<brandon.morelli@elastic.co>","sha":"735c39b9868de62f67433a003b0c1c6cb819d575"}},"sourceBranch":"main","suggestedTargetBranches":["9.3","9.2","9.1"],"targetPullRequestStates":[{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/248515","number":248515,"mergeCommit":{"message":"Fix
outdated alerting authorization documentation link (#248515)\n\nUpdated
the error message URL from the deprecated /guide/en/kibana/9.2/\nformat
to the current /docs/explore-analyze/ documentation structure.\n\nFixes
#244942\n\n## Summary\n\nUpdates the alerting authorization
documentation URL used in error\nmessages from the deprecated
`/guide/en/kibana/9.2/` path to the
current\n`/docs/explore-analyze/alerts-cases/alerts/` documentation
structure.\n\nThis ensures users are directed to the correct and
up-to-date Elastic\ndocumentation.\n\n### Checklist\n\n- [x] Any text
added follows EUI's writing guidelines, uses sentence\ncase text, and
includes i18n support (existing message only updates a\nURL)\n- [x]
Documentation was not added (documentation link update only)\n- [x] Unit
tests were updated where applicable to reflect the new\ndocumentation
URL\n- [x] No plugin configuration keys were changed\n- [x] This change
does not introduce any breaking HTTP API changes\n- [x] Flaky Test
Runner was not required (no behavioral or logic\nchanges)\n- [x] Release
notes: **skipped** (use label `release_note:skip`)\n- [x] Backport
labels: **skipped** (use label `backport:skip`)\n\n### Identify
risks\n\nThis PR does not introduce any risks.\n\n- **Risk:** None \n-
**Severity:** None \n- **Mitigation:** \nThis change only updates a
documentation URL referenced in an error\nmessage and does not affect
application logic, behavior, performance,
or\ndata.\n\n---------\n\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>\nCo-authored-by: Brandon Morelli
<brandon.morelli@elastic.co>","sha":"735c39b9868de62f67433a003b0c1c6cb819d575"}},{"branch":"9.2","label":"v9.2.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.10","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: MaheshDiwan <91125460+mahesh-diwan@users.noreply.github.com>
Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
kibanamachine added a commit that referenced this pull request Jan 16, 2026
#249400)

# Backport

This will backport the following commits from `main` to `9.2`:
- [Fix outdated alerting authorization documentation link
(#248515)](#248515)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT
[{"author":{"name":"MaheshDiwan","email":"91125460+mahesh-diwan@users.noreply.github.com"},"sourceCommit":{"committedDate":"2026-01-16T15:10:25Z","message":"Fix
outdated alerting authorization documentation link (#248515)\n\nUpdated
the error message URL from the deprecated /guide/en/kibana/9.2/\nformat
to the current /docs/explore-analyze/ documentation structure.\n\nFixes
#244942\n\n## Summary\n\nUpdates the alerting authorization
documentation URL used in error\nmessages from the deprecated
`/guide/en/kibana/9.2/` path to the
current\n`/docs/explore-analyze/alerts-cases/alerts/` documentation
structure.\n\nThis ensures users are directed to the correct and
up-to-date Elastic\ndocumentation.\n\n### Checklist\n\n- [x] Any text
added follows EUI's writing guidelines, uses sentence\ncase text, and
includes i18n support (existing message only updates a\nURL)\n- [x]
Documentation was not added (documentation link update only)\n- [x] Unit
tests were updated where applicable to reflect the new\ndocumentation
URL\n- [x] No plugin configuration keys were changed\n- [x] This change
does not introduce any breaking HTTP API changes\n- [x] Flaky Test
Runner was not required (no behavioral or logic\nchanges)\n- [x] Release
notes: **skipped** (use label `release_note:skip`)\n- [x] Backport
labels: **skipped** (use label `backport:skip`)\n\n### Identify
risks\n\nThis PR does not introduce any risks.\n\n- **Risk:** None \n-
**Severity:** None \n- **Mitigation:** \nThis change only updates a
documentation URL referenced in an error\nmessage and does not affect
application logic, behavior, performance,
or\ndata.\n\n---------\n\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>\nCo-authored-by: Brandon Morelli
<brandon.morelli@elastic.co>","sha":"735c39b9868de62f67433a003b0c1c6cb819d575","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","💝community","docs","backport:version","v9.3.0","v9.4.0","v9.2.4","v9.1.10"],"title":"Fix
outdated alerting authorization documentation
link","number":248515,"url":"https://github.com/elastic/kibana/pull/248515","mergeCommit":{"message":"Fix
outdated alerting authorization documentation link (#248515)\n\nUpdated
the error message URL from the deprecated /guide/en/kibana/9.2/\nformat
to the current /docs/explore-analyze/ documentation structure.\n\nFixes
#244942\n\n## Summary\n\nUpdates the alerting authorization
documentation URL used in error\nmessages from the deprecated
`/guide/en/kibana/9.2/` path to the
current\n`/docs/explore-analyze/alerts-cases/alerts/` documentation
structure.\n\nThis ensures users are directed to the correct and
up-to-date Elastic\ndocumentation.\n\n### Checklist\n\n- [x] Any text
added follows EUI's writing guidelines, uses sentence\ncase text, and
includes i18n support (existing message only updates a\nURL)\n- [x]
Documentation was not added (documentation link update only)\n- [x] Unit
tests were updated where applicable to reflect the new\ndocumentation
URL\n- [x] No plugin configuration keys were changed\n- [x] This change
does not introduce any breaking HTTP API changes\n- [x] Flaky Test
Runner was not required (no behavioral or logic\nchanges)\n- [x] Release
notes: **skipped** (use label `release_note:skip`)\n- [x] Backport
labels: **skipped** (use label `backport:skip`)\n\n### Identify
risks\n\nThis PR does not introduce any risks.\n\n- **Risk:** None \n-
**Severity:** None \n- **Mitigation:** \nThis change only updates a
documentation URL referenced in an error\nmessage and does not affect
application logic, behavior, performance,
or\ndata.\n\n---------\n\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>\nCo-authored-by: Brandon Morelli
<brandon.morelli@elastic.co>","sha":"735c39b9868de62f67433a003b0c1c6cb819d575"}},"sourceBranch":"main","suggestedTargetBranches":["9.3","9.2","9.1"],"targetPullRequestStates":[{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/248515","number":248515,"mergeCommit":{"message":"Fix
outdated alerting authorization documentation link (#248515)\n\nUpdated
the error message URL from the deprecated /guide/en/kibana/9.2/\nformat
to the current /docs/explore-analyze/ documentation structure.\n\nFixes
#244942\n\n## Summary\n\nUpdates the alerting authorization
documentation URL used in error\nmessages from the deprecated
`/guide/en/kibana/9.2/` path to the
current\n`/docs/explore-analyze/alerts-cases/alerts/` documentation
structure.\n\nThis ensures users are directed to the correct and
up-to-date Elastic\ndocumentation.\n\n### Checklist\n\n- [x] Any text
added follows EUI's writing guidelines, uses sentence\ncase text, and
includes i18n support (existing message only updates a\nURL)\n- [x]
Documentation was not added (documentation link update only)\n- [x] Unit
tests were updated where applicable to reflect the new\ndocumentation
URL\n- [x] No plugin configuration keys were changed\n- [x] This change
does not introduce any breaking HTTP API changes\n- [x] Flaky Test
Runner was not required (no behavioral or logic\nchanges)\n- [x] Release
notes: **skipped** (use label `release_note:skip`)\n- [x] Backport
labels: **skipped** (use label `backport:skip`)\n\n### Identify
risks\n\nThis PR does not introduce any risks.\n\n- **Risk:** None \n-
**Severity:** None \n- **Mitigation:** \nThis change only updates a
documentation URL referenced in an error\nmessage and does not affect
application logic, behavior, performance,
or\ndata.\n\n---------\n\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>\nCo-authored-by: Brandon Morelli
<brandon.morelli@elastic.co>","sha":"735c39b9868de62f67433a003b0c1c6cb819d575"}},{"branch":"9.2","label":"v9.2.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.10","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: MaheshDiwan <91125460+mahesh-diwan@users.noreply.github.com>
Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
@kibanamachine kibanamachine added v9.2.5 backport missing Added to PRs automatically when the are determined to be missing a backport. labels Jan 16, 2026
@kibanamachine
Copy link
Contributor

Looks like this PR has backport PRs but they still haven't been merged. Please merge them ASAP to keep the branches relatively in sync.
cc: @florent-leborgne

kibanamachine added a commit that referenced this pull request Jan 19, 2026
#249402)

# Backport

This will backport the following commits from `main` to `9.3`:
- [Fix outdated alerting authorization documentation link
(#248515)](#248515)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT
[{"author":{"name":"MaheshDiwan","email":"91125460+mahesh-diwan@users.noreply.github.com"},"sourceCommit":{"committedDate":"2026-01-16T15:10:25Z","message":"Fix
outdated alerting authorization documentation link (#248515)\n\nUpdated
the error message URL from the deprecated /guide/en/kibana/9.2/\nformat
to the current /docs/explore-analyze/ documentation structure.\n\nFixes
#244942\n\n## Summary\n\nUpdates the alerting authorization
documentation URL used in error\nmessages from the deprecated
`/guide/en/kibana/9.2/` path to the
current\n`/docs/explore-analyze/alerts-cases/alerts/` documentation
structure.\n\nThis ensures users are directed to the correct and
up-to-date Elastic\ndocumentation.\n\n### Checklist\n\n- [x] Any text
added follows EUI's writing guidelines, uses sentence\ncase text, and
includes i18n support (existing message only updates a\nURL)\n- [x]
Documentation was not added (documentation link update only)\n- [x] Unit
tests were updated where applicable to reflect the new\ndocumentation
URL\n- [x] No plugin configuration keys were changed\n- [x] This change
does not introduce any breaking HTTP API changes\n- [x] Flaky Test
Runner was not required (no behavioral or logic\nchanges)\n- [x] Release
notes: **skipped** (use label `release_note:skip`)\n- [x] Backport
labels: **skipped** (use label `backport:skip`)\n\n### Identify
risks\n\nThis PR does not introduce any risks.\n\n- **Risk:** None \n-
**Severity:** None \n- **Mitigation:** \nThis change only updates a
documentation URL referenced in an error\nmessage and does not affect
application logic, behavior, performance,
or\ndata.\n\n---------\n\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>\nCo-authored-by: Brandon Morelli
<brandon.morelli@elastic.co>","sha":"735c39b9868de62f67433a003b0c1c6cb819d575","branchLabelMapping":{"^v9.4.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","💝community","docs","backport:version","v9.3.0","v9.4.0","v9.2.4","v9.1.10"],"title":"Fix
outdated alerting authorization documentation
link","number":248515,"url":"https://github.com/elastic/kibana/pull/248515","mergeCommit":{"message":"Fix
outdated alerting authorization documentation link (#248515)\n\nUpdated
the error message URL from the deprecated /guide/en/kibana/9.2/\nformat
to the current /docs/explore-analyze/ documentation structure.\n\nFixes
#244942\n\n## Summary\n\nUpdates the alerting authorization
documentation URL used in error\nmessages from the deprecated
`/guide/en/kibana/9.2/` path to the
current\n`/docs/explore-analyze/alerts-cases/alerts/` documentation
structure.\n\nThis ensures users are directed to the correct and
up-to-date Elastic\ndocumentation.\n\n### Checklist\n\n- [x] Any text
added follows EUI's writing guidelines, uses sentence\ncase text, and
includes i18n support (existing message only updates a\nURL)\n- [x]
Documentation was not added (documentation link update only)\n- [x] Unit
tests were updated where applicable to reflect the new\ndocumentation
URL\n- [x] No plugin configuration keys were changed\n- [x] This change
does not introduce any breaking HTTP API changes\n- [x] Flaky Test
Runner was not required (no behavioral or logic\nchanges)\n- [x] Release
notes: **skipped** (use label `release_note:skip`)\n- [x] Backport
labels: **skipped** (use label `backport:skip`)\n\n### Identify
risks\n\nThis PR does not introduce any risks.\n\n- **Risk:** None \n-
**Severity:** None \n- **Mitigation:** \nThis change only updates a
documentation URL referenced in an error\nmessage and does not affect
application logic, behavior, performance,
or\ndata.\n\n---------\n\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>\nCo-authored-by: Brandon Morelli
<brandon.morelli@elastic.co>","sha":"735c39b9868de62f67433a003b0c1c6cb819d575"}},"sourceBranch":"main","suggestedTargetBranches":["9.3","9.2","9.1"],"targetPullRequestStates":[{"branch":"9.3","label":"v9.3.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.4.0","branchLabelMappingKey":"^v9.4.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/248515","number":248515,"mergeCommit":{"message":"Fix
outdated alerting authorization documentation link (#248515)\n\nUpdated
the error message URL from the deprecated /guide/en/kibana/9.2/\nformat
to the current /docs/explore-analyze/ documentation structure.\n\nFixes
#244942\n\n## Summary\n\nUpdates the alerting authorization
documentation URL used in error\nmessages from the deprecated
`/guide/en/kibana/9.2/` path to the
current\n`/docs/explore-analyze/alerts-cases/alerts/` documentation
structure.\n\nThis ensures users are directed to the correct and
up-to-date Elastic\ndocumentation.\n\n### Checklist\n\n- [x] Any text
added follows EUI's writing guidelines, uses sentence\ncase text, and
includes i18n support (existing message only updates a\nURL)\n- [x]
Documentation was not added (documentation link update only)\n- [x] Unit
tests were updated where applicable to reflect the new\ndocumentation
URL\n- [x] No plugin configuration keys were changed\n- [x] This change
does not introduce any breaking HTTP API changes\n- [x] Flaky Test
Runner was not required (no behavioral or logic\nchanges)\n- [x] Release
notes: **skipped** (use label `release_note:skip`)\n- [x] Backport
labels: **skipped** (use label `backport:skip`)\n\n### Identify
risks\n\nThis PR does not introduce any risks.\n\n- **Risk:** None \n-
**Severity:** None \n- **Mitigation:** \nThis change only updates a
documentation URL referenced in an error\nmessage and does not affect
application logic, behavior, performance,
or\ndata.\n\n---------\n\nCo-authored-by: florent-leborgne
<florent.leborgne@elastic.co>\nCo-authored-by: Brandon Morelli
<brandon.morelli@elastic.co>","sha":"735c39b9868de62f67433a003b0c1c6cb819d575"}},{"branch":"9.2","label":"v9.2.4","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"9.1","label":"v9.1.10","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: MaheshDiwan <91125460+mahesh-diwan@users.noreply.github.com>
Co-authored-by: florent-leborgne <florent.leborgne@elastic.co>
Co-authored-by: Brandon Morelli <brandon.morelli@elastic.co>
@kibanamachine kibanamachine removed the backport missing Added to PRs automatically when the are determined to be missing a backport. label Jan 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Security Solution] Update error message docs link

7 participants