Splunk Enterprise

Ticket Creation in Jira from Splunk as an alert-action?

sarvesh_11
Communicator

Hello Splunkers,

https://splunkbase.splunk.com/app/5037/ i am using this add-on to create a ticket in Jira, as an alert action.

But after the set-up giving the JIRA URL and Credentials, it gives an error for this query:

index=_internal sourcetype=splunkd component=sendmodalert

sarvesh_11_0-1633948731743.png

 

Labels (1)
0 Karma

PickleRick
SplunkTrust
SplunkTrust

Well, error 5 is "unexpected error" so hard to say what happened without detailed logs.

Did you do as the https://splunkbase.splunk.com/app/5037/#/details says in Troubleshooting section?

0 Karma

sarvesh_11
Communicator

yeah i did that. Doing Debug on sendmodalert, gave me 400 logs for 1alert. on checking that, everything looks fine, except these 4 events.

 

I just wanted to know about command "sendalert", where is this command?

As it shows in logs, "Error is sendalert command". I am unable to locate the python file for this command.

0 Karma

PickleRick
SplunkTrust
SplunkTrust

sendalert seems to be a custom splunk command probably using some helper script.

Easiest way to find where it's defined is

find /path/to/the/app -type f -name \*.conf | xargs grep sendalert
0 Karma

sarvesh_11
Communicator

M clueless, how to proceed.

Any other way, we can do splunk jira integration? 

0 Karma

PickleRick
SplunkTrust
SplunkTrust

What I'd try:

  1. Check logs on Jira's side to see whether there are more meaningful error messages there
  2. If possible - disable encryption or put some MITM proxy in place and check the raw HTTP communication between Splunk and Jira.
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...