I used the templates to get rid of the field name splitting ... It worked for the indices with the name logstash-*.
But i have a different name and hence it is not working
Is there any other solution.... I am using Kibana 4.1.5 , ElasticSearch-1.7.2, Logstash 2.1.2
my template is something like below
--where 'local1' is my index name and 'data.projectName' is my field name.
{
"template" : "local1",
"mappings" : {
"default" : {
"data": {
"properties":{
"projectName":{"type":"string", "index":"not_analyzed"},
}
}
}
}
}
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.