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 @@ ...@@ -34,7 +34,7 @@
crcSalt: '<SOURCE>' crcSalt: '<SOURCE>'
blacklist: '\.gz$' 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' index: 'testeng'
recursive: true recursive: true
sourcetype: 'json_timing_log' 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