This repository has been archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 41
recombine: do not combine if is_first_entry never matched #415
Comments
sumo-drosiek
pushed a commit
to SumoLogic/sumologic-kubernetes-collection
that referenced
this issue
Feb 25, 2022
issue: open-telemetry/opentelemetry-log-collection#415 Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
sumo-drosiek
pushed a commit
to SumoLogic/sumologic-kubernetes-collection
that referenced
this issue
Feb 25, 2022
issue: open-telemetry/opentelemetry-log-collection#415 Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
sumo-drosiek
pushed a commit
to SumoLogic/sumologic-kubernetes-collection
that referenced
this issue
Feb 25, 2022
issue: open-telemetry/opentelemetry-log-collection#415 Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
What we have now actually seems like a good behaviour to me 🤔 |
This is an issue in k8s world or if you don't have full control over customers applications. If someone add file which uses different logging convention it will end with one big log. I believe the |
Fluent-bit issue about this behavior: fluent/fluent-bit#2585 |
sumo-drosiek
pushed a commit
to SumoLogic/sumologic-kubernetes-collection
that referenced
this issue
Feb 28, 2022
issue: open-telemetry/opentelemetry-log-collection#415 Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
This was referenced Mar 8, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In case
is_first_entry
do not matches any log line, it will recombine full file into one log.I would expect that
is_first_entry
flushes every line separately until it matches first lineconfiguration:
logs:
output (shortened):
I would rather expect that
non-matching line
andanother non-matching line
as they aren't continuation of any previous logThe text was updated successfully, but these errors were encountered: