I am usng logstash 1.5.4 , while indexing the data through logstash, all the string data type indexing as analyzed , but my requirement is it should be not_analyzed ..
So I had changed the file elastic-template.json
I have changed the template with "*" , but still the same
all the string fields are occurring as analyzed only , am I doing something wrong somewhere ?
@zappe: To maximize your chances of getting help, start a new thread and post a complete recipe for reproducing your problem. You might be experiencing the same symptom as the original poster in this thread but the root cause could be something completely different.
It was not working when referring the template from logstash so I had created the template in elastic only ..
if your index name starts with elastic- ... you can create template (dynamic template ) for elastic-* (this works the same as referring the template from logstash ).
Hi Navneet. I just wanted to know that you created template in elasticsearch using curl command etc, then did you use manage_template filed in logstash configuration for elasticsearch output?
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.