[SERVICE] # Flush # ===== # Set an interval of seconds before to flush records to a destination Flush 5 # Daemon # ====== # Instruct Fluent Bit to run in foreground or background mode. Daemon Off # Log_Level # ========= # Set the verbosity level of the service, values can be: # # - error # - warning # - info # - debug # - trace # # By default 'info' is set, that means it includes 'error' and 'warning'. Log_Level info # Parsers_File # ============ # Specify an optional 'Parsers' configuration file Parsers_File parsers.conf Plugins_File plugins.conf # HTTP Server # =========== # Enable/Disable the built-in HTTP Server for metrics HTTP_Server Off HTTP_Listen 0.0.0.0 HTTP_Port 2020 [INPUT] Name forward Listen 0.0.0.0 Port 24224 [OUTPUT] Name cloudwatch Match ** region us-east-1 log_group_name fluent-bit-cloudwatch-ssm log_stream_prefix from-fluent-bit- auto_create_group true