Commit db903920 by Jesse Zoldak

limit the jenkins build test results that are indexed

parent f24b9d54
...@@ -18,12 +18,12 @@ ...@@ -18,12 +18,12 @@
SECURITY_UPGRADE_ON_ANSIBLE: true SECURITY_UPGRADE_ON_ANSIBLE: true
SPLUNKFORWARDER_LOG_ITEMS: SPLUNKFORWARDER_LOG_ITEMS:
- source: '/var/lib/jenkins/jobs/*/builds/*/junitResult.xml' - source: '/var/lib/jenkins/jobs/edx-platform-*/builds/*/junitResult.xml'
recursive: true recursive: true
index: 'testeng' index: 'testeng'
sourcetype: junit sourcetype: junit
followSymlink: false followSymlink: false
blacklist: '\.gz$' blacklist: coverage|private|subset|specific|custom|special|\.gz$
crcSalt: '<SOURCE>' crcSalt: '<SOURCE>'
- source: '/var/lib/jenkins/jobs/*/builds/*/build.xml' - source: '/var/lib/jenkins/jobs/*/builds/*/build.xml'
......
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