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!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...