Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Div
stylefloat:right;max-width:35%;padding: 0px 0px 15px 15px;


Panel

On this page:

Table of Contents

Related pages:

Filter by label (Content by label)
showLabelsfalse
max5
spacesDOCS
showSpacefalse
sorttitle
typepage
cqllabel = "configure-splunk-jsd-server" and type = "page" and space = currentSpace ( )
labelsdocumentation-space-sample

Related links:


...

Excerpt

You can configure Splunk to automatically open a ticket in JIRA Service Desk (JSD) Jira when a saved search generates an alert.

Prerequisites

Procedure

To automatically create JSD Jira tickets from Splunk alerts, add an action to the alert in Splunk.

  1. From the Alerts page, click Open in Search beside the desired alert.
    Alternatively, run a new search.
  2. Ensure the following condition is included in the search: where isnull(self)
    For example:

    Code Block
    languagesql
    index=* "FATAL" | where isnull(self)

     This condition excludes the new JSD ticket from subsequent searches, ensuring that Splunk opens only one ticket each time the alert is triggered.

  3. Go to Save As > Alert.
  4. At the bottom of the window, click Add Actions, and then select JIRA Service Desk Ticket.
  5. Enter the connection details, and click Save
    Insert excerpt
    _SplunkConfigurationServer
    _SplunkConfigurationServer
    nopaneltrue

    The next time the search generates an alert, it will automatically create a ticket in your JSD instance.

Next Steps

Analyze data and configure reports in Splunk.