Adding ability to start and plumb splunk instance (#12183)

This commit is contained in:
John Westcott IV
2022-05-09 09:50:28 -04:00
committed by GitHub
parent 385a94866c
commit a86740c3c9
6 changed files with 113 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
{
"LOG_AGGREGATOR_HOST": "splunk",
"LOG_AGGREGATOR_PORT": 9199,
"LOG_AGGREGATOR_TYPE": "splunk",
"LOG_AGGREGATOR_USERNAME": "admin",
"LOG_AGGREGATOR_PASSWORD": "splunk_admin",
"LOG_AGGREGATOR_ENABLED": true,
"LOG_AGGREGATOR_PROTOCOL": "tcp",
"LOG_AGGREGATOR_VERIFY_CERT": false,
}