mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
# Backport This will backport the following commits from `main` to `8.5`: - [Fix typo (#144302)](https://github.com/elastic/kibana/pull/144302) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Shan Mahanama","email":"gambit1024@gmail.com"},"sourceCommit":{"committedDate":"2022-12-07T03:32:39Z","message":"Fix typo (#144302)\n\n## Summary\r\n\r\nThis PR fixes a typo in the documentation.\r\n\r\nCo-authored-by: Brandon Morelli <brandon.morelli@elastic.co>","sha":"9efeb436a58cdabd85824c6ac9d031f781b77107","branchLabelMapping":{"^v8.7.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:APM","release_note:skip","💝community","v8.6.0","v8.7.0","v8.5.3"],"number":144302,"url":"https://github.com/elastic/kibana/pull/144302","mergeCommit":{"message":"Fix typo (#144302)\n\n## Summary\r\n\r\nThis PR fixes a typo in the documentation.\r\n\r\nCo-authored-by: Brandon Morelli <brandon.morelli@elastic.co>","sha":"9efeb436a58cdabd85824c6ac9d031f781b77107"}},"sourceBranch":"main","suggestedTargetBranches":["8.6","8.5"],"targetPullRequestStates":[{"branch":"8.6","label":"v8.6.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.7.0","labelRegex":"^v8.7.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/144302","number":144302,"mergeCommit":{"message":"Fix typo (#144302)\n\n## Summary\r\n\r\nThis PR fixes a typo in the documentation.\r\n\r\nCo-authored-by: Brandon Morelli <brandon.morelli@elastic.co>","sha":"9efeb436a58cdabd85824c6ac9d031f781b77107"}},{"branch":"8.5","label":"v8.5.3","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Shan Mahanama <gambit1024@gmail.com>
This commit is contained in:
parent
02aae9f4b9
commit
e24bc0e161
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ aliases for each service environment:
|
|||
|
||||
[options="header"]
|
||||
|====
|
||||
| Index setting | `production` env | `staging` evn
|
||||
| Index setting | `production` env | `staging` env
|
||||
| Error | `production-logs-apm` | `staging-logs-apm`
|
||||
| Span/Transaction | `production-traces-apm` | `staging-traces-apm`
|
||||
| Metrics | `production-metrics-apm` | `staging-metrics-apm`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue