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!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...