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?
This is really an elasticsearch question. The default template creates a keyword for every text field. This blog post provides background on why. You will need to supply a different template.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.