Splunk Search

Dependency on Azure Services status

dsmuralitharan
Engager

we need to send out notification when ever a global outage was happening with Azure using the RSS feed, is the any query to get the data from the feed using syndication, pleas help me on this

This is my query

sourcetype=syndication "Information :" NOT "RESOLVED"
| eval since=strptime("2016-11-18", "%Y-%m-%d")
| eval date=strptime(published_parsed, "%Y-%m-%dT%H:%M:%SZ")
| rex field=summary_detail_base "rss\/(?.*).rss$"
| where date > since
| table azure_object, published_parsed, link, title, description
| sort -published_parsed

Tags (1)
0 Karma
1 Solution

dsmuralitharan
Engager

sourcetype=syndication Azure Status | eval since=strptime("2019-02-12", "%Y-%m-%d") | eval date=strptime(published_parsed, "%Y-%m-%dT%H:%M:%SZ") | where date > since| table published_parsed, id, title, summary | sort -published_parsed

View solution in original post

0 Karma

dsmuralitharan
Engager

sourcetype=syndication Azure Status | eval since=strptime("2019-02-12", "%Y-%m-%d") | eval date=strptime(published_parsed, "%Y-%m-%dT%H:%M:%SZ") | where date > since| table published_parsed, id, title, summary | sort -published_parsed

0 Karma
Get Updates on the Splunk Community!

Monitoring Postgres with OpenTelemetry

Behind every business-critical application, you’ll find databases. These behind-the-scenes stores power ...

Mastering Synthetic Browser Testing: Pro Tips to Keep Your Web App Running Smoothly

To start, if you're new to synthetic monitoring, I recommend exploring this synthetic monitoring overview. In ...

Splunk Edge Processor | Popular Use Cases to Get Started with Edge Processor

Splunk Edge Processor offers more efficient, flexible data transformation – helping you reduce noise, control ...