All Apps and Add-ons

Splunk Add-on for Microsoft Cloud Services - Service Health

jaxjohnny2000
Builder

The Microsoft Azure App Template for Splunk has a dashboard called Portal Notification Overview which should show the Service Health events from the Activity Logs

Which input collects this data?  We have Service Health events in the logs, but they are not showing up in splunk.  Other events from that log are showing up. 

`azure-audit` (subscription_id="*") eventSource.value=ServiceHealth
| stats latest(_time) AS l latest(status.value) AS Status values(eventName.value) AS Event values(properties.Region) AS Region values(properties.Service) AS Service by properties.IncidentId
| rename properties.IncidentId AS IncidentId
| eval "Last Activity"=strftime(l, "%Y-%m-%d %H:%M:%S %z")
| table IncidentId "Last Activity" Status Service Event Region

 

Labels (3)
0 Karma

jaxjohnny2000
Builder

Even running this search, i only return Administrative, Alert, Policy, and Recommendation (very few, not all)

index=cloud_microsoft sourcetype="mscs:azure:audit"
| spath "operationName.localizedValue" output=OperationName
| stats count by eventSource.value

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...