Commit 1fd7cc99 by Jesse Zoldak

Fix the splunk source definition for timing logs on jenkins

There needs to be a "..." after /archive/ because there is another level of folders for the non-flow jobs.
parent 06b91b51
......@@ -34,7 +34,7 @@
crcSalt: '<SOURCE>'
blacklist: '\.gz$'
- source: '/var/lib/jenkins/jobs/edx-platform-*/builds/*/archive/test_root/log/timing.*.log'
- source: '/var/lib/jenkins/jobs/edx-platform-*/builds/*/archive/.../test_root/log/timing.*.log'
index: 'testeng'
recursive: true
sourcetype: 'json_timing_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