Logstash http input response

Hi there,
I have set up a http input plugin on my logstash with certain port.
As expected when I refer to the correct url the event is recieved in the logstash pipeline and I get "ok" message.

What I would like to do is to refer the user to certain url after it refers to my logstash input.
for example: main.conf:

   input {
       http {
           port => 5051
        }
   }

the user goes to the browser and enter http://logstashhost1:5051/somepath and is automatically refered to http://someurl

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