Hi Team,
I have requirement to get the links from rss feed and extract each link and store its XML page source as a document in ES.
I am trying to use rss and http_poller input plugin together, something like below conceptually
input{
rss{
url=> "feedurl"
}
# then link field will have all links
http_poller{
urls=>{ linkurl => %{link} }
}
Is is possible in logstash?
thanks,
disha