diff --git a/docker/fluentd/fluent.conf b/docker/fluentd/fluent.conf index a65594f..c4838e6 100644 --- a/docker/fluentd/fluent.conf +++ b/docker/fluentd/fluent.conf @@ -1,9 +1,20 @@ + + log_level debug + + @type forward port 24224 bind 0.0.0.0 + + @type monitor_agent + bind 0.0.0.0 + port 24220 + tag fluentd.monitor.* + + @type parser key_name log @@ -32,3 +43,7 @@ headers {"Content-Type":"application/json"} + + + @type stdout +