only accept forgejo logs for now
This commit is contained in:
parent
db38d9c6bb
commit
60c4f17219
1 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Reference in a new issue