I am using fluentd receiving logs from multiple fluent-bit instances. I think it's a common scenario. While querying fluentd I see the following results:
they are the same fluentd instance but they differ in "plugin_id". Is there any way to make it more useful for a query? it's current value (object:xxxxxxxx) is not useful as it is.
The docs I could find only mention this label for the in_tail plugin that I am not explicitly using since I only receive using forward.
Hi!
I am using fluentd receiving logs from multiple fluent-bit instances. I think it's a common scenario. While querying fluentd I see the following results:
they are the same fluentd instance but they differ in "plugin_id". Is there any way to make it more useful for a query? it's current value (
object:xxxxxxxx
) is not useful as it is.The docs I could find only mention this label for the
in_tail
plugin that I am not explicitly using since I only receive usingforward
.Thank you!