# Simple Logstash Event in Docker

**URL:** https://discuss.elastic.co/t/simple-logstash-event-in-docker/263672
**Category:** Logstash
**Tags:** docker
**Created:** [February 9, 2021, 4:57am UTC](https://discuss.elastic.co/t/simple-logstash-event-in-docker/263672 "2021-02-09T04:57:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![manideep](https://avatars.discourse-cdn.com/v4/letter/m/6a8cbe/32.png) [@manideep](https://discuss.elastic.co/u/manideep)
#### Post date: [February 9, 2021, 4:57am UTC](https://discuss.elastic.co/t/simple-logstash-event-in-docker/263672/1 "2021-02-09T04:57:33Z")

</div>

Hi All,

I just pulled a Logstash Docker image and trying to run a simple event.

here is the command I use.

`docker run --rm -it -v ~/pipleine/simpleevent.conf:/usr/share/logstash/pipeline/ docker.elastic.co/logstash/logstash:7.10.2`

**simpleevent.conf**

```auto
    input{
    	stdin{}
    }

    output{
    	stdout{}
    }

```

**error:**

No configuration found in the configured sources.

please let me know where am I going wrong? I believe there is not

---

<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 9, 2021, 4:58am UTC](https://discuss.elastic.co/t/simple-logstash-event-in-docker/263672/2 "2021-03-09T04:58:08Z")

</div>

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