This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| web1: | |
| image: nginx:latest | |
| ports: | |
| - "8888:80" | |
| depends_on: | |
| - fluent-bit | |
| command: [nginx-debug, '-g', 'daemon off;'] | |
| logging: | |
| driver: fluentd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [SERVICE] | |
| flush 1 | |
| log_Level info | |
| daemon off | |
| parsers_File parsers.conf | |
| http_server on | |
| http_listen 0.0.0.0 | |
| http_port 2020 | |
| storage.metrics on |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [SERVICE] | |
| flush 1 | |
| log_Level info | |
| daemon off | |
| parsers_File parsers.conf | |
| http_server on | |
| http_listen 0.0.0.0 | |
| http_port 2020 | |
| storage.metrics on | |
| [INPUT] |
OlderNewer