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

**URL:** https://discuss.elastic.co/t/capture-response-from-http-get-requests-using-http-output-plugin-in-logstash/120560
**Category:** Logstash
**Created:** [February 20, 2018, 6:06am UTC](https://discuss.elastic.co/t/capture-response-from-http-get-requests-using-http-output-plugin-in-logstash/120560 "2018-02-20T06:06:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![davidgong](https://avatars.discourse-cdn.com/v4/letter/d/82dd89/32.png) [@davidgong](https://discuss.elastic.co/u/davidgong)
#### Post date: [February 20, 2018, 6:06am UTC](https://discuss.elastic.co/t/capture-response-from-http-get-requests-using-http-output-plugin-in-logstash/120560/1 "2018-02-20T06:06:51Z")

</div>

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://localhost:9000/api/issues/search?componentKeys=%25%7Bproject%7D)"  
http\_method =\> "get"  
content\_type =\> "application/json;charset=UTF-8"  
content\_type =\>"application/json"  
}  
}

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [March 20, 2018, 6:07am UTC](https://discuss.elastic.co/t/capture-response-from-http-get-requests-using-http-output-plugin-in-logstash/120560/2 "2018-03-20T06:07:04Z")

</div>

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