I deployed a fluent-bit to ouput the pod's logs to elasticsearch, then displayed with kibana. However, we have multiple logs at the same time. enter image description here The logs we searched from kibana may not be in the right order. So, can we get the offset or line number?
Asked
Active
Viewed 196 times
2
-
Did you manage to find a solution to this? – vbence Feb 16 '21 at 14:55
-
If you can augment your log(producer) to add those field then you can leverage [parsers](https://docs.fluentbit.io/manual/pipeline/parsers) and/or filter[https://docs.fluentbit.io/manual/pipeline/filters] and specifically [lua] (https://docs.fluentbit.io/manual/pipeline/filters/lua) – teedak8s Jun 08 '22 at 02:16