Hi all,
by default logstash creates a field and a field.keyword.
When I map e.g. IP fields as fieldtype ip, the ip.keyword field disappears.
Is it usefull to map fields like them with a keyfield again?
E.g.:
[...]
host":{ "type": "ip", "fields":{"keyword": {"type":"keyword","ignore_above": 256}}},
[...]
Regards