# Backport
This will backport the following commits from `main` to `8.7`:
- [[DOCS] Describe how to use Elastic Agent to monitor Kibana
(#152634)](https://github.com/elastic/kibana/pull/152634)
<!--- Backport version: 8.9.7 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)
<!--BACKPORT [{"author":{"name":"DeDe
Morton","email":"dede.morton@elastic.co"},"sourceCommit":{"committedDate":"2023-03-23T18:00:13Z","message":"[DOCS]
Describe how to use Elastic Agent to monitor Kibana (#152634)\n\n##
Summary\r\n\r\nAdd Elastic Agent as another way to collect monitoring
data.\r\n\r\nThis work is tracked
by\r\nhttps://github.com/elastic/observability-docs/issues/2602.\r\n\r\nThere
will be additional PRs to address changes required to monitoring\r\ndocs
for other stack components. TBH, it pains me a bit to see how
many\r\nplaces users need to go to find info about stack monitoring, but
fixing\r\nthat problem is not in scope for these updates unfortunately.
:-/\r\n\r\nPlease respond to questions addressed to
reviewers.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not
applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n\r\n###
To Do before merging\r\n\r\n- [x] Remove questions to
reviewers.\r\n\r\n---------\r\n\r\nCo-authored-by: Kevin Lacabane
<klacabane@gmail.com>","sha":"9ff847dec75a5a562cc46d121cbec57c45da177d","branchLabelMapping":{"^v8.8.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","release_note:skip","auto-backport-next","v8.7.0","v8.8.0"],"number":152634,"url":"https://github.com/elastic/kibana/pull/152634","mergeCommit":{"message":"[DOCS]
Describe how to use Elastic Agent to monitor Kibana (#152634)\n\n##
Summary\r\n\r\nAdd Elastic Agent as another way to collect monitoring
data.\r\n\r\nThis work is tracked
by\r\nhttps://github.com/elastic/observability-docs/issues/2602.\r\n\r\nThere
will be additional PRs to address changes required to monitoring\r\ndocs
for other stack components. TBH, it pains me a bit to see how
many\r\nplaces users need to go to find info about stack monitoring, but
fixing\r\nthat problem is not in scope for these updates unfortunately.
:-/\r\n\r\nPlease respond to questions addressed to
reviewers.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not
applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n\r\n###
To Do before merging\r\n\r\n- [x] Remove questions to
reviewers.\r\n\r\n---------\r\n\r\nCo-authored-by: Kevin Lacabane
<klacabane@gmail.com>","sha":"9ff847dec75a5a562cc46d121cbec57c45da177d"}},"sourceBranch":"main","suggestedTargetBranches":["8.7"],"targetPullRequestStates":[{"branch":"8.7","label":"v8.7.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.8.0","labelRegex":"^v8.8.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/152634","number":152634,"mergeCommit":{"message":"[DOCS]
Describe how to use Elastic Agent to monitor Kibana (#152634)\n\n##
Summary\r\n\r\nAdd Elastic Agent as another way to collect monitoring
data.\r\n\r\nThis work is tracked
by\r\nhttps://github.com/elastic/observability-docs/issues/2602.\r\n\r\nThere
will be additional PRs to address changes required to monitoring\r\ndocs
for other stack components. TBH, it pains me a bit to see how
many\r\nplaces users need to go to find info about stack monitoring, but
fixing\r\nthat problem is not in scope for these updates unfortunately.
:-/\r\n\r\nPlease respond to questions addressed to
reviewers.\r\n\r\n### Checklist\r\n\r\nDelete any items that are not
applicable to this PR.\r\n\r\n- [x] Any text added follows [EUI's
writing\r\nguidelines](https://elastic.github.io/eui/#/guidelines/writing),
uses\r\nsentence case text and includes
[i18n\r\nsupport](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md)\r\n\r\n###
To Do before merging\r\n\r\n- [x] Remove questions to
reviewers.\r\n\r\n---------\r\n\r\nCo-authored-by: Kevin Lacabane
<klacabane@gmail.com>","sha":"9ff847dec75a5a562cc46d121cbec57c45da177d"}}]}]
BACKPORT-->
Co-authored-by: DeDe Morton <dede.morton@elastic.co>
* [DOCS] Renames index pattern in management, monitoring, and graph
* [DOCS] Renames index pattern on landing page
* Updates URL in doc link service
* Update docs/management/advanced-options.asciidoc
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
* Update docs/user/monitoring/kibana-alerts.asciidoc
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
Co-authored-by: lcawl <lcawley@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
While Elasticsearch ingest pipelines require a node with the `ingest`
role, we don't need to include `ingest node` in the feature name.
There are no official plans, but the Elasticsearch team has discussed removing
the `ingest` role in the future. This also better aligns the Kibana UI with the
Elasticsearch docs.
The PR also makes some related changes to the Kibana docs.
Relates to https://github.com/elastic/elasticsearch/pull/70253.
Pretty sure the rules only get created in the current kibana space, but the message is plural. Switching to singular.
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Update stack monitoring doc to account for alert notification now being send for each node, index, or cluster based on the rule type, instead of always per cluster (PR# 102544)
* Using shard size avg instead of primary total
* Added ui text
* Changed to primary average instead of total
* Addressed cr feedback
* Added zero check
* Fixed threshold checking
* Changed description
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>