# Showing Result of http output plugin

**URL:** https://discuss.elastic.co/t/showing-result-of-http-output-plugin/34918
**Category:** Logstash
**Created:** [November 18, 2015, 10:29am UTC](https://discuss.elastic.co/t/showing-result-of-http-output-plugin/34918 "2015-11-18T10:29:37Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![maisyweb](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/maisyweb/32/5063_2.png) [@maisyweb](https://discuss.elastic.co/u/maisyweb)
#### Post date: [November 18, 2015, 10:29am UTC](https://discuss.elastic.co/t/showing-result-of-http-output-plugin/34918/1 "2015-11-18T10:29:37Z")

</div>

Hi,

I have the following output code that sends the results to an API

```
output {
  stdout {}
   http {
    http_method => post
    url => "http://api.xxxxxxxxxx.com/v1/properties"
    content_type => "application/json; charset=UTF-8"
    headers => ['x-access-token', 'xxxxxxxxxxxxxxxxxxxxI']
}
}

```

I've been told that the API should return the results of the API call including any error messages. However the only results I get are as follows

```
2015-11-18T10:28:21.382Z %{host} %{message}

```

Is it possible to output the results of the API call?

---

<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: [July 6, 2017, 5:22am UTC](https://discuss.elastic.co/t/showing-result-of-http-output-plugin/34918/2 "2017-07-06T05:22:22Z")

</div>


