logstash-plugins / logstash-input-stdin

Apache License 2.0
6 stars 16 forks source link

Feat: ECS support + review dependencies #20

Closed kares closed 3 years ago

kares commented 3 years ago

Elastic Common Schema support

The plugin is setting host on each event (as host's name). In ECS mode we expect to use host.hostname and we're also set event.original to be a good ECS citizen.

Besides concurrent dependency was dropped (hasn't been used),


resolves https://github.com/logstash-plugins/logstash-input-stdin/issues/18