Skip to content

GELF UDP input not working #150

@udawpk

Description

@udawpk

Describe the bug
Hi guys, I spent some time creating, and opening GELF UDP input and port as it wrote in README but it is not working for me. But the same method works for GELF TCP input and port and works well. The Kubernetes services were created, helm chart was installed with success but I can not see any logs sent by Example Payload https://go2docs.graylog.org/5-0/getting_in_log_data/gelf.html. For UDP method. I Repeat then TCP method by Example Payload works well. Please help me with GELF UDP. How I should set up it? Thanks.

Version of Helm and Kubernetes:

Helm Version:

$ helm version
version.BuildInfo{Version:"v3.9.4", GitCommit:"dbc6d8e20fe1d58d50e6ed30f09a04a77e4c68db", GitTreeState:"clean", GoVersion:"go1.17.13"}

Kubernetes Version:

$ kubectl version
Client Version: v1.27.0
Kustomize Version: v5.0.1
Server Version: v1.27.2-eks-c12679a

Which version of the chart:
version: 2.3.2

What happened:
When I try to create GELF UDP input and open UDP port as it wrote in README it is not working, but it is working from GELF TCP method.

What you expected to happen:
Working GELF UDP method

How to reproduce it (as minimally and precisely as possible):
it is my part of the input in values.yaml

input:
    tcp:
      service:
        name: gelf-tcp-input
        type: ClusterIP
        externalTrafficPolicy: Local
        loadBalancerIP:
      ports:
        - name: gelf-tcp
          port: 12201
    udp:
      service:
        name: gelf-udp-input
        type: ClusterIP
        externalTrafficPolicy: Local
        loadBalancerIP:
      ports:
        - name: gelf-udp
          port: 12202

Anything else we need to know:

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions