network-automation-scripts/ansible/debian-graylog-example/roles/vars/main.yaml

11 lines
334 B
YAML
Raw Normal View History

2024-12-28 20:10:53 +01:00
---
# Vars
# ====
graylog_server_url: "https://___URL_OF_GRAYLOG_SERVER___/api"
graylog_server_api_token: "___GRAYLOG_API_TOKEN___"
graylog_update_interval: 10
graylog_tls_skip_verify: true
graylog_send_status: true
graylog_log_rotate_max_file_size: "10MiB"
graylog_log_rotate_keep_files: 10
graylog_collector_validation_timeout: "1m"