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
-1
votes
1 answer

Unable to create the fluentd containers in my kubernetes cluster on ubuntu

I am trying to do the log monitoring of my kubernetes cluster using Elasticsearch, Fluentd, and Kibana. Here is the link which I was followed in this task. I labeled the nodes with beta.kubernetes.io/fluentd-ds-ready: "true". Initially, I created…
BSG
  • 673
  • 2
  • 13
  • 33
-1
votes
1 answer

How to configure Fluentd to have Restfull End points / custom logs in Azure Kubernetes Cluster

We have installed EFK [Elastic Search, FluentD, Kibana] in the Azure Kubernetes cluster [AKS] using the below article, https://dzone.com/articles/kubernetes-logging-and-monitoring-the-elasticsearc-1 EFK is now logging all the Container Logs and we…
user7403074
  • 163
  • 1
  • 1
  • 8
-1
votes
1 answer

fluentd tag rewrite on kubernetes logs only works when appending original tag

This is in relation to fluentd create tag based on key value . The only way it seems to work is to append the original tag to the end of the new tag like so: @type rewrite_tag_filter key…
user45097
  • 561
  • 2
  • 7
  • 16
-1
votes
1 answer

Log storage with `tail -f` functionality

I need a "thing" sitting on a host listening to text logs from some source (fluentd) which I can query for: stored logs for a given time window stored logs with simple filtering (akin to grep) live feed (akin to tail -f) My current idea is to have…
isagalaev
  • 1,173
  • 11
  • 16
-1
votes
2 answers

Could not push logs to Elasticsearch, resetting connection and trying again. read timeout reached

I am trying to set up EFK (elasticsearch, fluentd, kibana) on kubernetes cluster, so i used the following controller and service yaml…
mootez
  • 334
  • 1
  • 7
  • 23
-1
votes
1 answer

regexp for rails logs

I never wrote any complex regular expression before, and what I need seems to be (at least) a bit complicated. I need a Regex to find matches for the following: Here below show the logs for this i need regexp plesase help Thanking you in advance…
pramod s
  • 31
  • 2
  • 7
-1
votes
1 answer

fluentd installation on AWS

Actually we are planing to use fluentd on nodes server to fetch logs and forward those logs to our log collector(main Fluentd Server)and then we can transfer the logs to s3 buckets now we are able to write the logs to my s3 bucket but i am getting…
-2
votes
1 answer

Index not found exception while sending data to Opensearch AWS using td agent

I have set up Opensearch in AWS. I have installed td-agent in Ubuntu 18.04. Below is my td-agent.conf file: @type tail path /home/rocket/PycharmProjects/EFK/log.json pos_file /home/rocket/PycharmProjects/EFK/log.json.pos format…
S Andrew
  • 5,592
  • 27
  • 115
  • 237
-2
votes
2 answers

Fluentd Parsing

Hi i'm trying to parse single line log using fluentd. Here is log i'm trying to parse. F2:4200000000000000,F3:000000,F4:000000060000,F6:000000000000,F7:000000000,F8..........etc This will parse into like this: { "F2" : "4200000000000000", "F3" :…
Gaaki
  • 53
  • 2
  • 8
-2
votes
1 answer

How to read stdout stderr logs in kubernetes within pod using filebeat or logstash,fluentd

need suggestions how can i capture containers log using stdout or stderr ? within a pod on following use case ? my pod contains 3 containers where i want third container to capture logs by using any of these longing options filebeat, logstash or…
anil
  • 1
  • 1
-2
votes
2 answers

How to parse a string to key value pair using regex?

What is the best way to parse the string into key value pair using regex? Sample input: application="fre" category="MessagingEvent" messagingEventType="MessageReceived" Expected output: application "fre" Category …
rajkumar21
  • 183
  • 3
  • 9
-2
votes
1 answer

Replace fluentd string using regex

When sending logs, I want to replace the id and pw values as in: https://m.xxxxx.com/yyyy.xxxx?id=aaaa&pw=cccc https://m.xxxxx.com/aaaa.xxxx?id=aaaa&pass=cccc with different values such…
monouser
  • 11
  • 2
-2
votes
1 answer

fluentd regex for string with timestamp and message

What is a good format regex for this string? 05.02.2018 15:24:21.999|type|Element1|Element2|message format RegEX? path /home/filepath/*.log pos_file /var/cache/fluentd/file.pos tag mytag @type tail
netsuvi
  • 1
  • 3
-2
votes
1 answer

IoT Streaming Architecture

I just started learning about IoT and data streaming. Apologies if this question seems too obvious or generic. I am working on a school project, which involves streaming data from hundreds (maybe thousands) of Iot sensors, storing said data on a…
Ian
  • 7
1 2 3
88
89