logstash-plugins / logstash-patterns-core

Apache License 2.0
2.17k stars 979 forks source link

patterns ecs-v1 to use host.name instead of host.hostname #326

Open jguay opened 5 months ago

jguay commented 5 months ago

At the moment the default patterns coming from ecs-v1 use host.hostname (same is defined for elasticsearch ingest node)

ECS documentation for host list both host.name and host.hostname

However most integrations currently use host.name so Kibana visualizations/dashboard tend to use this field causing them not to be usable when host.hostname is used


Workaround solutions :