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