Unverified Commit 28222b16 by Michael Youngstrom Committed by GitHub

Merge pull request #4356 from edx/youngstrom/splunk-index-worker-counts

Index count-workers log to splunk for analysis
parents b7b9416e d2d9c227
...@@ -50,6 +50,13 @@ ...@@ -50,6 +50,13 @@
crcSalt: '<SOURCE>' crcSalt: '<SOURCE>'
blacklist: coverage|private|subset|specific|custom|special|\.gz$ blacklist: coverage|private|subset|specific|custom|special|\.gz$
- source: '/var/lib/jenkins/jobs/count-workers/builds/*/log'
index: 'testeng'
recursive: true
sourcetype: 'count_worker_log'
followSymlink: false
crcSalt: '<SOURCE>'
- source: '/var/log/jenkins/jenkins.log' - source: '/var/log/jenkins/jenkins.log'
index: 'testeng' index: 'testeng'
recursive: false recursive: false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment