You might want to look at the Splunk Developer’s Guide and the associated Splunk Reference App, built by a Splunk dev team. It covers application development from getting data into Splunk Enterprise to producing custom visualizations to testing, packaging, and distributing your app. The example shows how to monitor document repositories, allowing you to see who has viewed, modified, deleted, or downloaded records.
The key element of the Splunk developer guidance is the code. The code repos are open, and you can look at the source code of the reference apps and the associated tests. In fact, you can see and replay the code in motion, as it was developed. Full documentation is available and combines design and implementation guidelines; this guidance is written by developers for developers.
If it doesn’t answer your current question you might want to bookmark it and check back occasionally. The team is committed to extending the guidance as the platform evolves to incorporate new features. An update is under development right now that extends the functionality, and takes advantage of the latest Splunk features.
The book is available in both paperback and Mobi from Amazon.
For Jira, use the existing add-on: https://splunkbase.splunk.com/app/1438/
For bamboo, you can try working with java logging add-on: https://splunkbase.splunk.com/app/1715/
For another tool which uses API, unless you find something on Splunkbase, you will need to implement a modular input: http://docs.splunk.com/Documentation/Splunk/6.2.4/AdvancedDev/ModInputsIntro
I would like to know not only about Jira, but also about BAMBOO.
how would I monitor logs for Bambbo ?
Bamboo uses log4j and Splunk can ingest this kind of log file without major problem.
https://confluence.atlassian.com/display/BAMBOO/Logging+in+Bamboo
Try using the web interface data assistant and selecting multiline log.
Cheers.
Do you know the TA for Jira?
What if its an another tool ???? Let's say Bamboo ?