Most RSS apps use XML
and I cant find any information for this app to supports Json
https://splunkbase.splunk.com/app/2646
Is there any App that support RSS "JSON" Feed from a vendor for Splunk Cloud?
Does this app https://splunkbase.splunk.com/app/2646 Support
RSS JSON Feed from vendors?
RSS and Atom by definitions work on XML. So JSON payload is _not_ RSS/Atom.
Do those sites publishing notifications using JSON use any particular app to read those notifications?
Hi @Cheng2Ready
Do you have an example of the JSON RSS feed? I'd be happy to check if it works with a custom app I have which might work.
The other thing you could look at is Webtools Add-on which would allow you to create a scheduled search that would curl the JSON page and then use the collect command to save the response?
🌟 Did this answer help you? If so, please consider:
Your feedback encourages the volunteers in this community to continue contributing
For JSON / REST APIs more generally, one frequently suggested tool is the REST Modular Input (or using Splunk’s HTTP Event Collector or scripted inputs) to fetch JSON and index it. "RSS/Atom/RDF"‐type apps are built around XML/standard syndicated feeds, not JSON feeds.