superlint/.automation/test/ansible/ghe-initialize/templates/splunk-settings.json.j2

10 lines
172 B
Text
Raw Normal View History

2020-02-04 09:49:58 -05:00
{
"syslog": {
"enabled": true,
"server": "{{ splunk_host }}:{{ splunk_port }}",
"protocol_name": "udp",
"tls_enabled": false,
"cert": null
}
}