Top "Fluentd" questions

Fluentd is open-source and distributed data collector, which receives logs in JSON format, buffers them, and sends them to other systems like Amazon S3, MongoDB, Hadoop, Loki(Grafana system) or other Fluentds.

Parsing inner JSON inside FluentD

I have some JSON being emitted from a docker container via the FluentD driver like: '{"timeMillis":1485917543709,"thread":"main","level":"…

logging fluentd
Fluentd Elasticsearch target index

I'm using Fluentd to transfer the data into Elasticsearch. td-agent.conf ## ElasticSearch <match es.**> type elasticsearch target_index_…

elasticsearch kibana fluentd
Fluentd: How to override time attribute

Guyz... we are stuck.. bail us out! :-) We are having a 3 step log aggregation pipeline using Fluentd. [#1 - Tail …

fluentd
Fluentd vs Kafka

The use case is this: I've several java applications running which all have to interact with different (each one has …

elasticsearch apache-kafka fluentd
Can you use environment variables in config file for fluentd

I was wondering how to use env vars in the Fluentd config, I tried: <match **> type elasticsearch logstash_…

environment-variables fluentd
Docker Fluentd Logging Driver For multiline

I am trying to create a centralized logging system using fluentd for a docker environment. Currently, i able to send …

logging docker fluentd
fluentd loses milliseconds and now log messages are stored out of order in elasticsearch

I am using fluentd to centralize log messages in elasticsearch and view them with kibana. When I view log messages, …

elasticsearch kibana fluentd
Fluentd to Logstash output plugin

I am trying to read from the scribe server using flunetd and output those logs to be stored in logstash …

logging logstash log-shipping fluentd
docker compose oci runtime error, executable file not found in $PATH

I'm following this post: http://eric-price.net/blog/centralized-logging-docker-aws-elasticsearch This is what my docker-compose.yml looks like : version: "2" services: fluentd: …

nginx docker yaml docker-compose fluentd
Parse nginx ingress logs in fluentd

I'd like to parse ingress nginx logs using fluentd in Kubernetes. That was quite easy in Logstash, but I'm confused …

nginx kubernetes fluentd