Splunk Search

Can we get Bamboo build stats into Splunk?

roopendra
Engager

We have Jira Add-On which allow us run Jira API to get Jira stats on Splunk. Similarly is there any Add-on or custom solution available on Splunk for Bamboo to track stats like
- How many successful build happens in a day?
- Total number of builds
- Build stats based on development environment. etc..

I got to know we can index Bamboo log from Java Logging Appenders but not sure how I can extract these stats from Bamboo logs.

I will really appreciate any help on this

Jira Add-on: https://splunkbase.splunk.com/app/1438/#/overview
Java Logging Appenders: https://splunkbase.splunk.com/app/1715/

Tags (2)

nehannaidu
Engager

Hi @roopendra,

 

Could you please let me know the steps which you have followed to implement Bamboo build stats into splunk?

It will be helpful for me as I am working on that.

Regards,

Neha

 

0 Karma

AGLbwa
Path Finder

There is a TA for bamboo, not supported by Splunk. If you get a traceback in $SPLUNK_HOME/var/log/splunk/libs_bamboo that ends in:
KeyError: 'sourcetype'
you need to change file $SPLUNK_HOME/etc/apps/ta-bamboo/bin/bamboo.py, line 219, in extract:
from:
self.output_sourcetype = self.input_items['sourcetype'] or 'bamboo'
to:
try:
self.output_sourcetype = self.input_items['sourcetype']
except KeyError:
self.output_sourcetype = 'bamboo'
except:
raise

Hopefully this will help someone else avoid my pain.

B-)

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...