Splunk® ITSI Module for Continuous Delivery

Install and Configure the Splunk ITSI Module for Continuous Delivery

Acrobat logo Download manual as PDF


Acrobat logo Download topic as PDF

Troubleshoot the ITSI Module for Continuous Delivery

Adjust stanzas to account for failed tests

Depending on deployment, some test plans might show the following results:

  • A test has passed when it has actually failed,
  • A test might fail, but without any result data, the test result might pass.

In this case, the plan will show up on both test plan and build plans. To fix this issue:

  1. Navigate to eventtype.conf, and replace
    [bamboo_build]
    search = sourcetype=bamboo fail_count=0 pass_count=0 skip_count=0 quarantined_count=0
    [bamboo_test]
    search = sourcetype=bamboo NOT(fail_count=0 pass_count=0 skip_count=0 quarantined_count=0) 
    

    with:

    [bamboo_build]
    search = sourcetype=bamboo fail_count=0 pass_count=0 skip_count=0 quarantined_count=0 build_plan!="APA-CI" 
    
  2. Restart your Splunk platform deployment.
Last modified on 05 August, 2019
PREVIOUS
Create entities with the Continuous Delivery module
  NEXT
What's new

This documentation applies to the following versions of Splunk® ITSI Module for Continuous Delivery: 1.0.0


Was this documentation topic helpful?


You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters