Skip to content
This repository was archived by the owner on Mar 11, 2022. It is now read-only.
This repository was archived by the owner on Mar 11, 2022. It is now read-only.

Logstash example config processing order #18

@ebeahan

Description

@ebeahan

A community user noted that the example Logstash filter configuration won't behave correctly since the mutate plugin will execute mutations in a set order.

One example from example/logstash/2-ecs-conversion.conf:

copy => { '[destport]' => '[destination][port]' }
convert => { '[destination][port]' => 'integer' }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    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