Ľuboš Hozzán

Results 32 comments of Ľuboš Hozzán

Hi @patrick-stephens . Thank you for feedback. Yes, we have parser and as you can see from last field, FluentBit processing it correctly. As you can see on example 1:...

Hi @patrick-stephens . I am not sure, that I understand you, so, maybe I am wrong. Parser config: ``` [PARSER] Name kube-tag Format regex Regex ^(?[^_/]+)\.(?[^_/]+)\.(?[^_/]+)\.(?[^/]+)$ Time_Format %Y-%m-%dT%H:%M:%S.%L%Z ``` We...

@nokute78 Thank you for your feedback. > Could you share your config file and lua script to clarify the pipeline ? Sure, see below: `fluent-bit.conf` ``` [SERVICE] Flush 1 Log_Level...

Hi @nokute78 . Thank you for your effort I really appreciate it. Just for clarify: Mean you this file `dedot.lua` ``` function dedot(tag, timestamp, record) if record["kubernetes"] == nil then...

Hi @nokute78 . **You have right!** If I change this Lua script and change this code as above, FluentBit not modify `@timestamp` and let exact value, like in `time` field....

Thank you very much for explanation! I really appreciate it! This solution is actually working for us and not bring any overheat or any limitation. Please, consider my problem as...

> Can you disable the plugins to narrow the issue down? From the error message, some plugin can not figure out the used interval. My apologize for delay, I was...

Hello. Unfortunately, I can confirm this bug. Version of collectd: 5.12.0 Operating system / distribution: Debian 11 Kernel version (if applicable): 5.10.0-8-amd64 My config: ``` ... # Disk SMART atributes...

Unfortunately, I can confirm this problem. ``` $ curl -s http://localhost:9108 | grep build # HELP jmx_exporter_build_info A metric with a constant '1' value labeled with the version of the...

Problem is still persistent in `0.17.2`.