Thanks For Downloading!Review the documentation below and follow any custom installation steps. If no install steps are listed, most Splunk Apps and Add-ons can be installed as follows: Windows: Decompress the downloaded file using a tool like 7-Zip and place the resulting folder into Unix/Linux: Decompress the downloaded file using a tool like DescriptionThis is a simple add-on to take the content of any RSS feed and index it's metadata (date, title, link, and description) into Splunk. A scripted input calls rssjava.sh (or rssjava.bat) every 1800 seconds seconds, which in turn, calls the supplied Java program, Feeds.java to gather the rss feeds. RSS feeds are supplied via a file passed on the command line. A sample file, feeds.txt, is provided for testing. You can modify that file and add your own feeds. This program uses the open source RssParser.java provided by a 3rd party acknowledged in the README.txt. Versions and Release Notes
Version 1.0.1 (current version - updated Jan 08, 2013)
release notes:
Added GA version of splunk-1.0.jar and used job.getEventCount() to find if a link is already in Splunk to avoid indexing it. Also, changed earliest time to -7d.
Version 1.0
(updated Mar 20, 2012)
|
It's not pulling any data in to Splunk when I try it?
Did you edit bin/rssjava.sh (or rssjava.bat on Windows) to match your environment variables? Did you then run the file from the command line to see if data comes back? If no data comes back, then your environment variables in rssjava.sh need to be updated. Also, you can add your own feeds in bin/feeds.txt.