I'm trying to run docker containers for EFK stack using docker compose.
but it keeps throwing me this error :
.
I tried to install the specified version of faraday-net_http using this command :
gem install faraday-net_http -v 2.1.0 and checked my…
Issue here is its copying my entire fluentd-confg.yaml instead of creating fluent.conf file in the fluentd containers. I added the subPath: fluent.conf into volumeMounts and after that there is no any file created inside any of my fluentd…
I want my elastalert to send an email alert if the elasticsearch(efk stack) stops receives logs after a certain time.,
I tried many ways , but could not able to configure it.. nothing is working for me, can someone please help me to configure…
I'm trying to set up elasticsearch on kubernetes with Helm(helm install elasticsearch elastic/elasticsearch -n efk). I get the error "no persistent volumes available for this claim and no storage class is set". how can i solve
Log
LAST SEEN …
I Have configured fluent-bit in application pod which is sending nginx access log to fluentd which is deployed as a separate pod and fluentd is responsible for sending logs to elasticsearch but before sending to elasticsearch I want to include the…
I'm trying to pass an apache_error log to fluentd so it can be transformed into a JSON file. But it only generates file.json as an empty folder and not as a JSON file.
Here is my fluentd.conf:
@type tail
path…
I have an AWS EKS cluster and have built a logging architecture using EFK: Elasticsearch, Fluentd, and Kibana. These are the specific settings.
Elasticsearch is deployed using StatefulSet and uses volumeClaimTemplates for volumeMounts in containers.…
I'm using fluent-bit to parse logs.
Input logs:
"log": "2023-02-14T14:11:38,880 INFO [bwEngThread:In-Memory Process Worker-6] c.t.b.p.g.L.C.Log-Event-JSON -…
I am facing error
"Readiness probe failed: Waiting for elasticsearch cluster to become ready (request params: "wait_for_status=green&timeout=1s" )
Cluster is not yet ready (request params: "wait_for_status=green&timeout=1s" )" in Elasticsearch…
I am using td-agent4 in a sidecar. All IPs appear to be v6 and it doesn't resolve to geoip data type. Has anybody successfully used EFK with IPv6?
https://github.com/y-ken/fluent-plugin-geoip/issues/97
https://github.com/fluent/fluentd/issues/4004
I am trying to setup an FluentD + ECK on my Kubernetes Cluster.
But FluentD is failing to establish connection with ElasticSearch which is on SSL.
Error log
2022-10-12 04:55:27 +0000 [info]: adding match in @OUTPUT pattern="**"…
Running minikube with EFK (elasticsearch, filebeat, kibana).
Nothing else is running on the cluster, see here:
And all I did was installing it via helm chart:
helm install elasticsearch elastic/elasticsearch
helm install kibana elastic/kibana
helm…
I am trying to deploy an EFK stack on top of an application that stores it's logs in /var/opt/Marklogic/Logs/*.txt (multiple files). I have been able to get the stack running and grabbing the logs from stdout and stderr but when I attach a configmap…
I want to get help.
There is a message as below.
The message is being received and saved to a file.
I want to display the time in the file name, but it's failing.
Env
td-agent 4.3.1 fluentd 1.14.6
Input message
{
...
"kubernetes": {
"host":…
I am working on a EFK stack for log management in microservices.
Problem statement: Unable to send logs to ElasticSearch from Fluentd, though it was was working earlier with the same setup. Transmission to ElasticSearch has stopped all of…