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"
}
}