I used the standard configuration setup for filebeat and got it to ship data to Elasticsearch.
I have added some custom fields and they automatically got the "keyword" type.
I changed the type in the "filebeat" index template but I am not able to apply it to the Index created automatically during the filebeat setup.
What is the best way to update the index to reflect the changes in the template ?
Index templates are only applied during index creation. Changes to index templates do not affect existing indices. Settings and mappings specified in create index API requests override any settings or mappings specified in an index 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.