Browse Source

fluentd conf

master
lefteris 3 years ago
parent
commit
5a483700b9
  1. 8
      fluent/fluent.conf

8
fluent/fluent.conf

@ -20,6 +20,14 @@
# remove_keys $.log.t
# </filter>
<filter mongo.redis>
@type record_transformer
<record>
gen_host "#{Socket.gethostname}"
</record>
</filter>
<match mongo.*>
@type copy

Loading…
Cancel
Save