only accept forgejo logs for now

This commit is contained in:
Pim Kunis 2023-08-23 17:42:03 +02:00
parent db38d9c6bb
commit 60c4f17219

View file

@ -6,7 +6,7 @@
port {{ fluent_forward_port }} port {{ fluent_forward_port }}
</source> </source>
<match **> <match cpu memory diskfree docker.forgejo_forgejo.**>
@type elasticsearch @type elasticsearch
host maestro.dmz host maestro.dmz
port {{ elasticsearch_port }} port {{ elasticsearch_port }}
@ -15,6 +15,10 @@
logstash_prefix fluentd.${tag} logstash_prefix fluentd.${tag}
</match> </match>
<match **>
@type null
</match>
<system> <system>
log_level info log_level info
</system> </system>