# Logstash HTTP input plugin

**URL:** https://discuss.elastic.co/t/logstash-http-input-plugin/263456
**Category:** Logstash
**Created:** [February 5, 2021, 6:57pm UTC](https://discuss.elastic.co/t/logstash-http-input-plugin/263456 "2021-02-05T18:57:01Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![TrentB2000](https://avatars.discourse-cdn.com/v4/letter/t/7c8e57/32.png) [@TrentB2000](https://discuss.elastic.co/u/TrentB2000)
#### Post date: [February 5, 2021, 6:57pm UTC](https://discuss.elastic.co/t/logstash-http-input-plugin/263456/1 "2021-02-05T18:57:01Z")

</div>

I am attempting to use the logstash HTTP input plugin with my Docker container that I am running Elk in.

I am currently using Docker Compose to run my stack and in trying to follow this page (below)

> **[Introducing the Logstash HTTP input plugin](https://www.elastic.co/blog/introducing-logstash-input-http-plugin)**

I have been unsuccessful in getting it set up. I have opened up port 8080 to use and everything else seems fine but when I push data through it gives me the OK but doesn't appear anywhere. The only thing I have been unable to do because of Docker compose is running log stash using this command line from the page.

bin/logstash -e "input { http { } } output { stdout { codec =\> rubydebug} }"

I would assume that this could be the cause of my issue but I am unsure how I can run this using docker compose.

---

<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 5, 2021, 6:57pm UTC](https://discuss.elastic.co/t/logstash-http-input-plugin/263456/2 "2021-03-05T18:57:51Z")

</div>

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