Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
2 answers
329 views

Nginx cannot connect fluentd in EFK stack

I am setting up a stack with an application consisting of nginx, redis, mysql, myapp. Nginx proxies requests to myapp. I want to send logs from nginx to EFK stack, but an error occurs when starting ...
Rostislav Udaltsov's user avatar
1 vote
1 answer
330 views

fluentd doesn't tag the events properly

I have a simple fluentd configuration: <source> type forward </source> <source> type tail path /var/log/nginx/access.log pos_file /var/log/td-agent/nignx-access.log tag ...
tyrell_c's user avatar
  • 511
0 votes
1 answer
3k views

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" $...
Ayman Al-Shorman's user avatar