-
Notifications
You must be signed in to change notification settings - Fork 525
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
Consider flattening headers and cookies #13023
Comments
IIRC, we didn't always index all headers. When and why did we change that? Or did we always do that? |
The change was made in #12102. The idea was to align with how we would deal with OpenTelemetry semantic conventions in the future, which would involve dynamically mapping headers. We could revert to disabling indexing for headers, or switch to flattening them. Either way it's a special case, and not a general solution to avoid hitting field limits. |
Interestingly, that change used the
Did this change to dynamically indexing as keywords in the context of the apm-data plugin in Elasticsearch? |
@felixbarny sorry, yes, I should have mentioned earlier: I ended up removing that particular use of |
Both for OTel and for non-OTel, I think we should use |
I think that should be fine. OTOH we've found that using |
We'll also need to bring those changes across to the integration package for 8.15.0. We should be pretty close to switching to apm-data, but I think it may be safer to wait until 8.16.0. |
See elastic/ecs#2333 (comment)
The text was updated successfully, but these errors were encountered: