Questions tagged [fluentd]

Fluentd is a versatile data collection tool that operates on an open-source, distributed platform. It effectively gathers logs in JSON format, stores them temporarily in buffers, and then transmits them to various destinations such as Amazon S3, MongoDB, Hadoop, Loki (integrated with Grafana), or other instances of Fluentd.

Converting a string into JSON format using FluentD

Check out this log entry I have: 2019-03-18 15:56:57.5522 | HandFarm | ResolveDispatcher | start resolving msg: 8 Can you assist me in converting this string to JSON format within fluentd.conf? The desired structure is as follows: { "timestamp" : "20 ...