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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...