Commit 715b641b by Stuart Young

fix splunk plugin variable names

parent 586a18d7
......@@ -301,21 +301,21 @@ build_jenkins_splunk_script_type: 'inline'
build_jenkins_splunk_script_path: 'splunk/splunk.groovy'
build_jenkins_splunk_file_path: '{{ role_path }}/../jenkins_build/files/splunk/splunk.groovy'
build_jenkins_splunk_metadata:
- data_source: 'Default'
config_item: 'Source Type'
- data_source: 'default'
config_item: 'sourcetype'
value: 'json:jenkins:old'
- data_source: 'Build Report'
config_item: 'Source Type'
- data_source: 'BUILD_REPORT'
config_item: 'sourcetype'
value: 'build_report'
- data_source: 'Build Event'
config_item: 'Source Type'
- data_source: 'BUILD_EVENT'
config_item: 'sourcetype'
value: 'build_event'
- data_source: 'Console Log'
config_item: 'Source Type'
- data_source: 'CONSOLE_LOG'
config_item: 'sourcetype'
value: 'console_log'
- data_source: 'Queue Information'
config_item: 'Source Type'
- data_source: 'QUEUE_INFO'
config_item: 'sourcetype'
value: 'queue_information'
- data_source: 'Slave Information'
config_item: 'Source Type'
- data_source: 'SLAVE_INFO'
config_item: 'sourcetype'
value: 'slave_information'
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