Update namespace for indices#114612
Conversation
|
Pinging @elastic/apm-ui (Team:apm) |
smith
left a comment
There was a problem hiding this comment.
We should also update the labels here in this PR, since that's what you see when you go to the settings: https://github.com/elastic/kibana/blob/master/x-pack/plugins/apm/public/components/app/Settings/ApmIndices/index.tsx#L31-L71
|
|
@gbamparop see the latest changes in my PR (#113364)
These config changes are now final. |
Co-authored-by: Søren Louv-Jansen <sorenlouv@gmail.com>
|
Thanks @ogupte. I have updated the namespaces |
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
| If the Elasticsearch index template has already been successfully loaded to the index, | ||
| you can customize the indices that the APM app uses to display data. | ||
| Navigate to *APM* > *Settings* > *Indices*, and change all `apm_oss.*Pattern` values to | ||
| Navigate to *APM* > *Settings* > *Indices*, and change all `xpack.apm.*Pattern` values to |
There was a problem hiding this comment.
Still figuring out my way around this change. Shouldn't this be xpack.apm.indices.*?
There was a problem hiding this comment.
It seems that this should have been removed instead, good spot!
Summary
Update namespace for indices in APM configuration settings.
Closes #114611.