# GELF UDP plugin configuration

**URL:** https://community.graylog.org/t/gelf-udp-plugin-configuration/9343
**Category:** Graylog Central (peer support)
**Created:** [March 8, 2019, 10:56pm UTC](https://community.graylog.org/t/gelf-udp-plugin-configuration/9343 "2019-03-08T22:56:16Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Arthur](https://sea2.discourse-cdn.com/flex016/user_avatar/community.graylog.org/arthur/32/3649_2.png) [@Arthur](https://community.graylog.org/u/Arthur)
#### Post date: [March 8, 2019, 10:56pm UTC](https://community.graylog.org/t/gelf-udp-plugin-configuration/9343/1 "2019-03-08T22:56:16Z")

</div>

Hi,

I have installed GELF UDP plugin with success in logstash, but 12201 is not open after restarting logstash. Do you know if it is needed additional configuration to start receiving logs from filebeat in graylog?

Currently, the configuration in ELK allows me to receive logs from filebeat, but I would receive the logs in Graylog.

My installation includes ELK 6.6.0, graylog 3.0.0 and mongodb 4.0.6

I have found that I needed to configure logstash.conf in addition:

```auto
    output {
      gelf {
        host => "graylog address"
        port => 12201
        short_message => "Testing gelf output"
      }
      stdout { codec => rubydebug }
    }

```

Thanks in advance

---

<div class="post-metadata">

### Author: ![jan](https://sea2.discourse-cdn.com/flex016/user_avatar/community.graylog.org/jan/32/11_2.png) [@jan](https://community.graylog.org/u/jan)
#### Post date: [March 11, 2019, 10:13am UTC](https://community.graylog.org/t/gelf-udp-plugin-configuration/9343/2 "2019-03-11T10:13:54Z")

</div>

You have seen this is the Graylog community and not the Elastic community in the logstash sub community?

---

<div class="post-metadata">

### Author: ![Arthur](https://sea2.discourse-cdn.com/flex016/user_avatar/community.graylog.org/arthur/32/3649_2.png) [@Arthur](https://community.graylog.org/u/Arthur)
#### Post date: [March 11, 2019, 6:11pm UTC](https://community.graylog.org/t/gelf-udp-plugin-configuration/9343/3 "2019-03-11T18:11:29Z")

</div>

Yes, I asked because I was trying to get graylog running and I saw this configuration was related. Thanks for your help in this community.

---

<div class="post-metadata">

### Author: ![jan](https://sea2.discourse-cdn.com/flex016/user_avatar/community.graylog.org/jan/32/11_2.png) [@jan](https://community.graylog.org/u/jan)
#### Post date: [March 12, 2019, 7:07am UTC](https://community.graylog.org/t/gelf-udp-plugin-configuration/9343/4 "2019-03-12T07:07:37Z")

</div>

Maybe you should clarify what tool you have and what you try to accomplish.

You have installed a plugin to logstash and want logstash to listen on a specific port.  
You want to send log files via filebeat to Graylog.

Your wanted processing is not clear communicated.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/flex016/uploads/graylog/original/3X/c/7/c7c09c6b5099570133d6502b83f50ba4430de5b6.png) [@system](https://community.graylog.org/u/system)
#### Post date: [March 26, 2019, 7:07am UTC](https://community.graylog.org/t/gelf-udp-plugin-configuration/9343/5 "2019-03-26T07:07:38Z")

</div>

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