-
Notifications
You must be signed in to change notification settings - Fork 456
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
[elasticsearch] Verify logs mappings and pipelines #4046
Comments
Questions for @elastic/es-core-infra
|
@klacabane using I think these questions might make the most sense for the @elastic/es-core-infra team to answer as they own the logging infrastructure as well as the deprecation logger. |
@klacabane we are looking into fixing this. I raised an issue a while back elastic/elasticsearch#83251 |
Thanks @pgomulka - any thoughts on the second bullet point ? If we don't remove plaintext logs support we should at least remove the default configuration paths to only point to json |
@klacabane by plaintext logs support you mean emitting them in ES or support to parse them? |
I meant support to parse them
Yes, we don't have control over that on the ingestion side however. If user configures both plaintext and json paths and the ingestion supports these two formats we'll end up with duplication. Now given we recommend using json format logs for versions >= 7.0 and that the plaintext logs are incomplete, I'm wondering if we should drop support for ingesting plaintext and remove the corresponding pipelines (only in the Integration, not filebeat). This will prevent duplication and clean the integration |
sounds good to me |
Summary
Let's verify that every elasticsearch log types is properly ingested when running the elasticsearch package. The package should only support log formats from versions >= 8.0.
Note
The text was updated successfully, but these errors were encountered: