Commit 53e78691 by Jesse Zoldak

Tighten up splunk monitor recursion for jenkins TE-807

parent 417365a6
...@@ -12,19 +12,19 @@ ...@@ -12,19 +12,19 @@
COMMON_ENABLE_SPLUNKFORWARDER: True COMMON_ENABLE_SPLUNKFORWARDER: True
SPLUNKFORWARDER_LOG_ITEMS: SPLUNKFORWARDER_LOG_ITEMS:
- source: '/var/lib/jenkins/jobs/*/builds/.../junitResult.xml' - source: '/var/lib/jenkins/jobs/*/builds/*/junitResult.xml'
recursive: true recursive: true
index: 'testeng' index: 'testeng'
sourcetype: junit sourcetype: junit
followSymlink: false followSymlink: false
crcSalt: '<SOURCE>' crcSalt: '<SOURCE>'
- source: '/var/lib/jenkins/jobs/*/builds/.../build.xml' - source: '/var/lib/jenkins/jobs/*/builds/*/build.xml'
index: 'testeng' index: 'testeng'
recursive: true recursive: true
sourcetype: build_result sourcetype: build_result
followSymlink: false followSymlink: false
crcSalt: '<SOURCE>' crcSalt: '<SOURCE>'
- source: '/var/lib/jenkins/jobs/*/builds/.../log' - source: '/var/lib/jenkins/jobs/*/builds/*/log'
index: 'testeng' index: 'testeng'
recursive: true recursive: true
sourcetype: build_log sourcetype: build_log
......
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