# Output Beats

**URL:** https://discuss.elastic.co/t/output-beats/185360
**Category:** Logstash
**Created:** [June 12, 2019, 8:43am UTC](https://discuss.elastic.co/t/output-beats/185360 "2019-06-12T08:43:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Arethusa](https://avatars.discourse-cdn.com/v4/letter/a/9dc877/32.png) [@Arethusa](https://discuss.elastic.co/u/Arethusa)
#### Post date: [June 12, 2019, 8:43am UTC](https://discuss.elastic.co/t/output-beats/185360/1 "2019-06-12T08:43:45Z")

</div>

Hello,

This is my architecture:

 ![logstash](https://us1.discourse-cdn.com/elastic/original/3X/9/4/94ed66a75dcf36596750463d6369960c8075a10c.png)

For Windows, I have this logstash configuration:

```
input {
  beats {
    port => 5000
    tags => ["windows"]

  }
 }

output {
  if "windows" in [tags] {
  gelf {
  host => "192.168.1.206"
  port => 12201
  }
 }
}

```

That works, but I want to try to use beats output, but I don’t find the good syntax.

If anyone can help me.

Thank you.

---

<div class="post-metadata">

### Author: ![Arethusa](https://avatars.discourse-cdn.com/v4/letter/a/9dc877/32.png) [@Arethusa](https://discuss.elastic.co/u/Arethusa)
#### Post date: [June 13, 2019, 12:14pm UTC](https://discuss.elastic.co/t/output-beats/185360/2 "2019-06-13T12:14:44Z")

</div>

On my test I try this output:

```auto
output {
  if "windows" in [tags] {
  beats {
  host => "192.168.1.206"
  port => 12201
  }
 }
}

```

But that not works.

---

<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 11, 2019, 12:14pm UTC](https://discuss.elastic.co/t/output-beats/185360/3 "2019-07-11T12:14:54Z")

</div>

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