Skip to content

input plugin udp - field/tags additions leaking to other listen section #23

@Kaacz

Description

@Kaacz
  • Version: Logstash 5 Alpha 4, logstash-input-udp-3.0.1
  • Operating System: last Debian Jessie
  • Config File (if you have sensitive info, please remove it):
    input {
    udp {
    port => 1514
    type => syslog
    tags => ["udp1514"]
    }
    udp {
    port => 5514
    type => syslog
    add_field => [ "dev_type", "spec-dev" ]
    tags => ["udp5514"]
    }
    }
  • Sample Data:
  • Steps to Reproduce:
    No one packet go to port 5514 (checked via tcpdump), but cca 2000 packets in minute from port 1514 are "labeled" as going from port 5514.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions