config fluentd to send correct tags to loggly
This commit is contained in:
@@ -10,6 +10,66 @@
|
||||
port 24220
|
||||
</source>
|
||||
|
||||
<match nextcloud>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/nextcloud
|
||||
</match>
|
||||
|
||||
<match gitea>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/gitea
|
||||
</match>
|
||||
|
||||
<match dkui>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/dkui
|
||||
</match>
|
||||
|
||||
<match cron>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/cron
|
||||
</match>
|
||||
|
||||
<match datadog>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/datadog
|
||||
</match>
|
||||
|
||||
<match memcached>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/memcached
|
||||
</match>
|
||||
|
||||
<match mariadb>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/portainer
|
||||
</match>
|
||||
|
||||
<match dkregistry>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/dkregistry
|
||||
</match>
|
||||
|
||||
<match postgres>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/postgres
|
||||
</match>
|
||||
|
||||
<match minio>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/minio
|
||||
</match>
|
||||
|
||||
<match redis>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/redis
|
||||
</match>
|
||||
|
||||
<match sslproxy>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/sslproxy
|
||||
</match>
|
||||
|
||||
<match **>
|
||||
@type loggly
|
||||
loggly_url https://logs-01.loggly.com/inputs/22feaabc-c080-4407-86c3-ae9052999786/tag/fluentd
|
||||
|
||||
Reference in New Issue
Block a user