firebus / splunk-jira

A Splunk Add-on for JIRA
http://apps.splunk.com/app/1438/
Other
25 stars 15 forks source link

Add-on for JIRA

This is a Splunk Add-on for JIRA.

Status

I am no longer maintaining this app. The version in this repository is older than the newest version available at http://apps.splunk.com/app/1438/. Any bug reports or support requests should probably be made on answers.splunk.com.

Commands

jirarest (REST API)

Syntax

| jirarest MODE OPTIONS

Modes

Options

Notes

jirasoap (SOAP API - deprecated)

Syntax

| jirasoap MODE OPTIONS

MODES

Options

Notes

jirasoap is a 'generating' command that produces a results table. It does not create events. There is also a prototype retainsevents version called 'jirasoapevents' with the same syntax. It creates real events instead of a table, but the events are empty so far...

jiraxml (SearchRequest XML - deprecated)

Synopsis

Send a JQL query, return a table with one row for each result

Syntax

| jira [time=TIME_OPTION] [JQL_QUERY]

Arguments

Notes

jiraxml is a 'generating' command that produces a results table. It does not create events. There is also a prototype retainsevents version called 'jiraxmlevents' with the same syntax. It creates real events instead of a table, but the events are empty so far...

Deployment

  1. Place the app into $SPLUNK_HOME/etc/apps/jira
  2. Create a folder named local, copy default/jira.conf into local, and update with configuration specific to your instance.
  3. Copy config.ini.sample to config.ini and update with your authentication credentials

Configure which keys to display in the table with the keys, time_keys, and custom_keys fields.

Acknowledgements