fluentd Questions

3

Solved

Here's my td-agent.conf file <source> @type http port 8888 </source> <match whatever.access> @type file path /var/log/what.txt </match> But when I try to start the ...
Filterable asked 1/2, 2016 at 5:23

3

I am trying to use stable/fluent-bit as a sub-chart in my chart. That chart has a value in values.yaml: backend: es: host: elasticsearch How can I set the value of backend.es.host as something...
Methodius asked 7/12, 2019 at 2:32

2

Solved

I have the following setup in docker: Application (httpd) Fluentd ElasticSearch Kibana The configuration of the logdriver of the application is describing the fluentd container. The logs will b...
Usable asked 27/7, 2017 at 9:0

7

Facing: fluentd log unreadable. it is excluded and would be examined next time I have a simple configuration for fluentD daemon set running in kubernetes setup. Fluentd version: fluentd-0.12.43 ...
Revanchism asked 3/8, 2018 at 11:4

4

Solved

I am trying to find a way in Fluent-bit config to tell/enforce ES to store plain json formatted logs (the log bit below that comes from docker stdout/stderror) in structured way - please see image ...
Rostand asked 1/7, 2019 at 20:0

4

I have the following configuration in my docker-compose file: fluentd: build: ./fluentd container_name: fluentd expose: - 24224 - 24224/udp depends_on: - "elasticsearch" networks: - inte...
Vestigial asked 28/8, 2019 at 14:10

3

Solved

I can't get Loki to connect to AWS S3 using docker-compose. Logs are visible in Grafana but the S3 bucket remains empty. The s3 bucket is public and I have an IAM role attached to allow s3:FullAcce...
Bellebelleek asked 19/10, 2020 at 17:44

2

Solved

I am using fluentd to centralize log messages in elasticsearch and view them with kibana. When I view log messages, messages that occured in the same second are out of order and the milliseconds in...
Gertie asked 13/1, 2015 at 17:59

1

Solved

i wan't to send pod log to ELK, buat after deploying fluentd i get Error, i got from tutorial Official Fluentd documentation EKS Version 1.22 i put Suppress_Type_Name On, it's not solved this issue...
Superlative asked 20/6, 2022 at 16:27

3

Solved

I have a fairly simple Apache deployment in k8s using fluent-bit v1.5 as the log forwarder. My setup is nearly identical to the one in the repo below. I'm running AWS EKS and outputting the logs to...
Sanmicheli asked 8/10, 2020 at 19:54

3

There are 0 error messages when bringing up the Fluentd docker container, so it makes it hard to debug. curl http://elasticsearch:9200/_cat/indices from the fluentd-container shows indices, but ho...
Fizz asked 2/7, 2018 at 9:36

2

I want to send some nginx logs from fluentd to elasticsearch , however, fluentd is unable to start due to following error message: The client is unable to verify that the server is Elasticsearch. S...
Australia asked 26/2, 2022 at 5:21

3

Solved

I want to build the efk logger system by docker compose. Everything is setup, only fluentd has problem. fluentd docker container logs 2022-02-15 02:06:11 +0000 [info]: parsing config file is succe...
Pantomime asked 15/2, 2022 at 2:58

1

Solved

My goal is to collect logs from Java (Spring Boot) applications running on Bare Kubernetes. These logs are then translated into ES and visualized in Kibana. For these purposes I deployed Fleunt Bit...
Odell asked 8/11, 2021 at 5:9

1

From time to time we find that some logs are missing in the ES, while we are able to see them in Kubernetes. Only problems in logs I was able to find, point out to a problem with the kubernetes par...
Anikaanil asked 22/11, 2020 at 19:57

3

Solved

I got the fluentd-kubernetes-daemonset charts from https://github.com/fluent/fluentd-kubernetes-daemonset, and deployed fluentd into kube-system namespace as daemonset. It sends entire cluster logs...
Particulate asked 27/8, 2020 at 3:53

4

I'm planning to run flask through gunicorn at kubernetes. To get the logging right, I want to output all my logs in json. Currently I'm testing with minikube and https://github.com/inovex/kubernet...
Halvah asked 7/12, 2017 at 12:11

1

Solved

I have installed a Kubernetes cluster using kind k8s as it was easier to setup and run in my local VM. I also installed Docker separately. I then created a docker image for Spring boot application ...
Mir asked 26/8, 2021 at 6:1

1

I run fluentd image on docker container. When I open TCP connection with telnet (or netcat) and send "message" string, following message occurs: 2017-01-24 10:22:00 +0000 [warn]: incoming chunk is...
Cameral asked 24/1, 2017 at 7:28

1

I have a cluster that has numerous services running as pods from which I want to pull logs with fluentd. All services show logs when doing kubectl logs service. However, some logs don't show up in ...
Yabber asked 11/6, 2021 at 5:40

1

I have configured ELK-stack (Elasticsearch, Logstash, and Kibana) cluster for centralized logging system with Filebeat. Now I have been asked to reconfigure to EFK (Elasticsearch, FluentD, and Kiba...
Toccaratoccata asked 21/9, 2017 at 4:38

2

Solved

I have source: <source> @type tail tag service path /tmp/l.log format json read_from_head true </source> I would like to make several filters on it and match it to several outp...
Ligon asked 28/12, 2018 at 15:20

3

Solved

I've seen a number of similar questions on Stackoverflow, including this one. But none address my particular issue. The application is deployed in a Kubernetes (v1.15) cluster. I'm using a docker ...
Stomato asked 10/3, 2020 at 21:32

1

Solved

I did install fluentd-kubernetes-daemonset on my kube workers on one did work without any error but on the other is throwing the following errors: 2018-12-07 03:48:33 +0000 [warn]: #0 [in_systemd_...
Ramp asked 7/12, 2018 at 12:44

1

I'm using fluentd in my kubernetes cluster to collect logs from the pods and send them to the elasticseach. Once a day or two the fluetnd gets the error: [warn]: #0 emit transaction failed: error_...
Giselegisella asked 20/2, 2020 at 9:16

© 2022 - 2024 — McMap. All rights reserved.