Capture response from HTTP get requests using HTTP Output Plugin in Logstash

Hi ELK support,

I am able to call the below web API successfully (verified through the application log), however, no response was captured on the console. Is there a way for me to capture the http response via a console or a file?

output{
http{
url => "http://localhost:9000/api/issues/search?componentKeys=%{project}"
http_method => "get"
content_type => "application/json;charset=UTF-8"
content_type =>"application/json"
}
}

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