Questions tagged [fluentd]

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.

1336 questions
0
votes
1 answer

td-agent output in statsd

I'm trying to send mongo metrics to statsd using fluentd but I'm going through some problems. This is my conf: type serverstatus #https://gist.github.com/chrischang12/943a69b02f3435281557 uri mongodb://user:pass@localhost:27017/admin …
Felippe Raposo
  • 431
  • 4
  • 23
0
votes
1 answer

fluentd and nginx access log format

how can I write the regex for the following nginx access log format in fluentd ? log_format main '$remote_addr - $remote_user [$time_local] $request ' '"$status" $body_bytes_sent "$http_referer" ' …
Ayman Al-Shorman
  • 190
  • 1
  • 2
  • 18
0
votes
0 answers

Fluentd: using multiple sources vs. splitting in mongo

We load logs from apache access log file with fluent in_tail plugin and load into mongodb with the out_mongo plugin. We have about 10 different kinds of log messages in the log file. Would ideally like to keep them in separate mongo collections so…
arun
  • 10,685
  • 6
  • 59
  • 81
0
votes
1 answer

Fluentd: forwarding syslog events to sensu

I'm trying to collect syslog messages from cisco equipment and send it to sensu for analysis and alerting. Is it possible/feasible with fluentd? If yes, could you please advise the way? Thank you, Alexei
joystick
  • 150
  • 1
  • 9
0
votes
1 answer

elasticsearch compression and performance for front end

Sorry in advance if it sounds very naive. I started working with Elastic Search, I have about 10GB data coming in that i wanted to store in Elastic Search everyday, I read Elastic search does compression to 5% of original data. I have set up…
Oliver.Oakley
  • 628
  • 2
  • 7
  • 23
0
votes
1 answer

How to checkout a Ruby gem project for local development?

For example, consider the fluentd project: https://github.com/fluent/fluentd/blob/master/bin/fluentd After I have perform a git clone, I can run the server inside the bin folder, e.g. ./bin/fluentd And in this file, I can see it will load the lib…
Ryan
  • 10,041
  • 27
  • 91
  • 156
0
votes
1 answer

is in_forward plugin of fluentd async?

I'm currently doing some research on async event logging projects. In the documentation of fluentd, I've seen the built-in in_forward plugin. I'm trying to use it with php event logger of fluentd. I'm trying to forward the local logs into a central…
aacanakin
  • 2,844
  • 4
  • 25
  • 42
0
votes
2 answers

Issue : Fluentd gem installation on Windows 7

I am facing an issue with FLUENTD gem installation. Issue:: C:\RailsInstaller\Ruby1.9.3\bin>gem install fluentd-0.10.32.gem Temporarily enhancing PATH to include DevKit... Building native extensions. This could take a while... ERROR: Error…
data_set
  • 339
  • 2
  • 15
-1
votes
0 answers

Regular expression to capture complete message from logs

I am parsing my database logs using fluentd where I am parsing the logs using regular expression and indexing them to solr, I have a problem where few logs are in the below format 2023-08-24 08:28:20.278 UTC [26154] abcd@rst STATEMENT:SELECT …
Ram
  • 21
  • 5
-1
votes
0 answers

Push logs from multiple directories in fluentd

I'm running elasticsearch, fluentd, and Kibana in an EKS Kubernetes cluster. I have 3 pods in the same cluster that generate logs which are written to a volume mount, which is mounted in the fluentd pod. I have provided all 3 log paths in the fluent…
M B
  • 2,700
  • 2
  • 15
  • 20
-1
votes
0 answers

How to solve the error:- You don't have write permissions for the /usr/lib/ruby/gems/3.1.0 directory

I am trying to install fluentd and having configuration below:- Docker Version=20.10.12 Alpine Linux Version=3.17.3 Ruby Version= 3.1.4p223 I am installing the fluentd with the script details below:- apk add sudo sudo apk update sudo apk add…
DeadPool
  • 40
  • 8
-1
votes
2 answers

Second docker image is overriding the first image

I am trying to create a dockerfile that will have image 1 and image 2 pulled from dockerhub. It seems that second image is overriding the changes of first image. How to handle this scenario. FROM clamav/clamav:1.1 COPY clamd.conf /etc/clamav EXPOSE…
DeadPool
  • 40
  • 8
-1
votes
1 answer

Disable/block the logs sent from fluentd sidecar container to Log Explorer in GCP

Holla amigos, In Google Cloud GKE I have 3 containers inside a pod. The first one is the application, the second is the istio-proxy sidecar, and the third one is the fluentd sidecar. The scenario is simple where I would like to block/stop the logs…
-1
votes
1 answer

Unable to Parse Kafka server logs format into RSYS

Trying to send Kafka server logs from Rsys to FLuentd. First converted the Kafka server log into Json, and then sending the Json logs from rsys. VM1: Kafka,Rsyslog installed VM2: FuentD Example of Kafka server logs. {"timestamp":"2022-07-29…
Gautam
  • 95
  • 6
-1
votes
1 answer

Rsyslog unable to send multiline logs

I'm unable to push the below logs via rsyslog. The rsyslog is only forwarding one line of the log. Kafka-server logs: [2022-07-25 11:43:45,091] INFO KafkaConfig values: advertised.host.name = null advertised.listeners =…
Gautam
  • 95
  • 6