mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 18:09:44 +00:00
logging: graylog: use udp
This commit is contained in:
parent
9a8ebc84b3
commit
16a9f8ba34
1 changed files with 3 additions and 3 deletions
|
|
@ -33,9 +33,9 @@ fluent-bit:
|
||||||
[OUTPUT]
|
[OUTPUT]
|
||||||
Name gelf
|
Name gelf
|
||||||
Match *
|
Match *
|
||||||
Host graylog-tcp
|
Host graylog-udp
|
||||||
Port 12201
|
Port 12201
|
||||||
Mode tcp
|
Mode udp
|
||||||
Gelf_Short_Message_Key log
|
Gelf_Short_Message_Key log
|
||||||
|
|
||||||
graylog:
|
graylog:
|
||||||
|
|
@ -70,7 +70,7 @@ graylog:
|
||||||
- graylog.gorilych.ru
|
- graylog.gorilych.ru
|
||||||
secretName: graylog-tls
|
secretName: graylog-tls
|
||||||
input:
|
input:
|
||||||
tcp:
|
udp:
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue