Splunk Enterprise

How can I get a list of alerts with cut service now incident?

mahesh27
Communicator

I have many alerts in splunk, now i want to get the list of alerts where cut service now incident is configured.
how can i get this???

Labels (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

To get a list of alerts with ServiceNow actions, use this REST query

| rest /servicesNS/-/-/saved/searches splunk_server=local 
| search alert_type!="always" 
| fields eai:acl.app title action.snow_incident.*

I'll let you determine which action fits your needs.

 

---
If this reply helps you, Karma would be appreciated.

mahesh27
Communicator

Thank you @richgalloway 

Can you please let me know what roles and capabilities will be given in order to see cut service now action items while creating alerts.

0 Karma

richgalloway
SplunkTrust
SplunkTrust

I don't know which roles or capabilities are needed.  All of my accounts have the admin role, but lower access may work, too.

---
If this reply helps you, Karma would be appreciated.
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!

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, ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...