CryptoJones

HUMIO_LOG_COLLECTOR_CONFIG.yaml

Oct 14th, 2022
1,297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.24 KB | None | 0 0
  1. dataDirectory: /var/lib/humio-log-collector
  2. sources:
  3.   var_log:
  4.     type: file
  5.     include: /var/log/*
  6.     exclude: /var/log/*.gz
  7.     sink: humio
  8. sinks:
  9.   humio:
  10.     type: humio
  11.     token: $YOUR_API_KEY
  12.     url: https://cloud.us.humio.com
Advertisement
Add Comment
Please, Sign In to add comment