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 }}
|
||||
</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>
|
||||
|
|
Reference in a new issue