-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[APM] Add experimental support for data streams #87501
Comments
Pinging @elastic/apm-ui (Team:apm) |
Sounds like this is just a matter of updating the defaults in: kibana/src/plugins/apm_oss/server/index.ts Lines 27 to 33 in 2d564dd
@jalvz When is this needed for? |
7.12! |
Just in case this isn't clear to everyone, the new indexing strategy will ingest like this:
The new defaults for the events should therefore look like this:
Not quite sure if/what we need to change for the |
Thanks for clarifying @simitt
Good question. We probably should change that to |
The permissions of the |
This, right?
True. Users who already specified custom indices and then moves to fleet won't see the updated default values presented here. |
That would mean hardcode the new values + combine them with either the current default values or the user provided values? Sounds good to me. If they are not using the new indexing strategy, nothing changes; in case they do, they would still see old and new data, which sounds great. |
Yes, that's what I mean. Sounds like we have a plan 👍 |
fyi: created an issue to track the deprecation of UI indices in 8.0 |
Right now APM pulls data from
apm-*
indices.For the data streams feature coming with Fleet integration, we need a new set of additional defaults:
logs-apm*
metrics-apm*
traces-apm*
Notice there is no dash in the suffix (
*
, no-*
)We won't manage onboarding nor sourcemap indices (See #86462 and elastic/apm-server#3606 for details on those)
Let me know if something is unclear.
The text was updated successfully, but these errors were encountered: