Hi there,
I'm happily parsing a bunch of syslog files in Logstash, but notice that an entry like %{DATA:Something} creates a Something field and additionally a Something.keyword field in Elasticsearch.
Is there a way to suppress the generation of this additional Something.keyword field and it's duplicate data?
Thank you!