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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...