You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Based on recent conversations around data streams for APM, there is no final decision yet that apm data streams will be created per instrumented Service. If datastreams are not created per service, the current pattern for the apm_user permissions need to be adapted to not only support <type>-apm.* but also <type>-apm-*.
Following up on #68749 this means adding metrics-apm-*, logs-apm-* and traces-apm-* to the allowed patterns.
Since it was agreed on that this is considered a breaking change (#68749 (comment)) we should try to add the additional patterns in the same version (7.13).
The text was updated successfully, but these errors were encountered:
Based on recent conversations around data streams for APM, there is no final
decision yet that apm data streams will be created per instrumented Service.
If datastreams are not created per service, the current pattern for the apm_user
permissions need to be adapted to not only support <type>-apm.* but also
<type>-apm-*.
fixes#72737
Based on recent conversations around data streams for APM, there is no final
decision yet that apm data streams will be created per instrumented Service.
If datastreams are not created per service, the current pattern for the apm_user
permissions need to be adapted to not only support <type>-apm.* but also
<type>-apm-*.
fixes#72737
Based on recent conversations around data streams for APM, there is no final decision yet that apm data streams will be created per instrumented Service. If datastreams are not created per service, the current pattern for the
apm_user
permissions need to be adapted to not only support<type>-apm.*
but also<type>-apm-*
.Following up on #68749 this means adding
metrics-apm-*
,logs-apm-*
andtraces-apm-*
to the allowed patterns.Since it was agreed on that this is considered a breaking change (#68749 (comment)) we should try to add the additional patterns in the same version (
7.13
).The text was updated successfully, but these errors were encountered: