[8.6] Fix typo (#144302) (#147159)

# Backport

This will backport the following commits from `main` to `8.6`:
 - [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:
Kibana Machine 2022-12-06 22:50:22 -05:00 committed by GitHub
parent b1254f7540
commit f329a77595
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`