Skip to content

Commit

Permalink
[8.6] Fix typo (#144302) (#147159)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.6`:
 - [Fix typo (#144302)](#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":"[email protected]"},"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
<[email protected]>","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
<[email protected]>","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
<[email protected]>","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 <[email protected]>
  • Loading branch information
kibanamachine and Shan1024 authored Dec 7, 2022
1 parent b1254f7 commit f329a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/apm/apm-spaces.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit f329a77

Please sign in to comment.