Logstash, variable in rest request

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?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.