parent
fcc0d615a7
commit
4a7df9969d
23 changed files with 746 additions and 0 deletions
19
chris-here-bitte/templates/alloy/syslog.alloy
Normal file
19
chris-here-bitte/templates/alloy/syslog.alloy
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
// {{ ansible_managed }}
|
||||
// For a full configuration reference, see https://grafana.com/docs/alloy
|
||||
|
||||
otelcol.receiver.syslog "ef_syslog" {
|
||||
location = "Europe/Berlin"
|
||||
|
||||
tcp {
|
||||
listen_address = "{{ primary_ip4 }}:514"
|
||||
}
|
||||
udp {
|
||||
listen_address = "{{ primary_ip4 }}:514"
|
||||
}
|
||||
|
||||
output {
|
||||
logs = [ otelcol.processor.batch.default.input ]
|
||||
metrics = [ otelcol.processor.batch.default.input ]
|
||||
traces = [ otelcol.processor.batch.default.input ]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue