CryptoJones

config

Sep 2nd, 2022
2,156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.27 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: 80730c7d-a4a5-4330-a0ec-96e714875642
  12.     url: http://172.16.28.113:8080
  13.  
Advertisement
Add Comment
Please, Sign In to add comment