Mike_Rodrigues
8 years agoProduct Manager
Generic RSS EventSource
This is a generic RSS EventSource. Set rss.url on a host with an RSS URL and it will start monitoring it.
Of course, for an LM EventSource your events must include key/value pairs for "happenedOn" and "message".
If your RSS feed doesn't use these keys, you can override them with the rss.event.map property. For example, if the event timestamp is labelled pubDate and the event message is labelled title you can use happenedOn:pubDate,message:title for your rss.event.map property.
You can also use rss.event.map to add other attributes.
Locator: YHM79Y
Feel free to clone/rename the EventSource if you want more context in the name.