-
Notifications
You must be signed in to change notification settings - Fork 524
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
"failed to parse field [error.grouping_name] of type [keyword] in document" after upgrading to 8.15 #14060
Comments
The reason behind the bug, e.g. upgrading from 8.13.2 to 8.15.0
The state of the system after the above:
|
That seems to be the crux of the issue. I suspect the issue is that we're relying on lazy rollover, which I suppose does not trigger when rerouting. I'll check on this. |
Confirmed above hypothesis:
|
With elastic/elasticsearch#112781 being fixed, is there anything else that needs to be implemented directly in the APM Server or does this just require some testing? |
We should test it, but I don't think there's anything more to implement for this. |
Full error:
APM Server version (
apm-server version
): Upgrade from pre-8.15 to 8.15+Description of the problem including expected versus actual behavior: indexing errors affects apm-server upgraded from pre-8.15 to 8.15+, where reroute processor is used in
logs-apm.error@custom
.Steps to reproduce:
Here's a minimal reproducible example without actually upgrading
Error from this example:
The text was updated successfully, but these errors were encountered: