Hi,
I need to extract data to elasticsearch by logstash via REST services (Simple GET request). I used Http_poller which works great, but now I need to add variable as a parameter to the request.
http://localhost:8080/v1/udalosti/%{@timestamp}
Is it possible to do this via Http_poller, or are there other REST plugins?