Questions tagged [fluent-docker]
23 questions
0
votes
1 answer
Build the EFK system used for simulating logging server on Docker
I want to simulate laravel logging to EFK system server
Base on this, I build up two container. One of laravel project's container. The ohter is EFK system container
but EFK's fluentd does not catch any data or event
my container's…

Henry Kao
- 88
- 1
- 6
0
votes
0 answers
Case-Sensitive Column names not working with fluentd-plugin-sql and oracle-enhanced adapter
In my fluentd config I have provided the following column_mapping:
table 'login'
column_mapping 'id:id,name:name,email:email,timestmp:timestmp'
All the column names mentioned above are…

ADITYA PODUVAL
- 3
- 1
- 2
0
votes
1 answer
How to mount directory with docker logs to docker container
I am using Docker for Windows on Windows 10 with WSL
I want to collect docker logs using Fluentd
I figured out that docker logs on my machine store here \\wsl$\docker-desktop-data\version-pack-data\community\docker\containers
I need to bind mount…

o_nvk
- 56
- 5
0
votes
0 answers
fluentd config to pick up jenkins docker logs
I have a jenkins pod that emits log in this format:
2021-03-07 10:38:23.873+0000 [id=9370] INFO hudson.model.AsyncPeriodicWork#lambda$doRun$0: Finished Fingerprint cleanup. 3 ms
2021-03-07 17:56:02.812+0000 [id=9857] INFO …

Bhakta Raghavan
- 664
- 6
- 16
0
votes
0 answers
Configuration of fluent-plugin-concat makes the logs dissappear
my configuration of ” fluent-plugin-concat” is causing my long logs to disappear instead of be concatenated and sent to Kinesis steam.
I use fluentd to send logs from containers deployed on AWS/ECS to a kinesis stream. ( and then to ES cluster…

Tamar Inbar
- 51
- 1
- 5
0
votes
1 answer
how to set tags in application(K8S deployment) for fluentd source type format
Requirement is to receive application logs in port 24224(fluentd port) and store those logs in AWS S3.
Created fluent.conf file to receive the logs in 24224 port and to store in s3 based on matchings.
But not sure how to set tag for application logs…

Prakash26790
- 727
- 9
- 29
0
votes
1 answer
is it possible to set log path dynamically with fluentd?
I'm making some management system, and want to manage docker container's log with fluentd.
What I really want to do is saving logs dynamically with parameter in --log-opt tag.
For example, when I deploy a container, I use command like this:
docker…

Regex
- 1
0
votes
1 answer
How to add multiple file paths to fluentd?
I am new to openshift and fluentd world.
My project is deployed on openshift and right now my project's console logs are routed to graylog with the help of fluentd( looks like a default configuration ). But, I also have a bunch of other log files…

Phoenix
- 21
- 1
- 5