OTel Config Examples
OTel Full Raw Configuration Examples
Windows
receivers:
windowseventlog/security:
channel: security
processors:
attributes:
actions:
- key: environment
value: "production"
action: insert
exporters:
otlp/observo:
endpoint: 34.63.104.225:8004
compression: gzip
retry_on_failure:
enabled: true
initial_interval: 5s
max_elapsed_time: 300s
max_interval: 30s
timeout: 30s
tls:
insecure: true
service:
pipelines:
logs:
receivers: [windowseventlog/security]
processors: [attributes]
exporters: [otlp/observo]Linux
macOS
OTel Receiver Examples
WIndows
Linux
macOS
Resources
Last updated
Was this helpful?

