Re: [heka] Uploading To Elasticsearch a non-analysed field

2016-05-04 Thread Xavier Lange
ks. What would the mapping be, if I want to make all strings non-analysed. > > Regards, > - > Abhiman | Analyst > M: +91 8004274160 | www.tcg-digital.com <http://www.tcg-digital.com/> >

Re: [heka] Uploading To Elasticsearch a non-analysed field

2016-05-04 Thread Abhiman
Sent: 21 April 2016 12:17:07 To: Abhiman Cc: heka@mozilla.org Subject: Re: [heka] Uploading To Elasticsearch a non-analysed field Heka is not responsible for mappings in Elasticsearch. Heka doesn't create the mappings, that's a property of the dynamic schema in Elasticsearch. I highly

Re: [heka] Uploading To Elasticsearch a non-analysed field

2016-04-20 Thread Xavier Lange
Heka is not responsible for mappings in Elasticsearch. Heka doesn’t create the mappings, that’s a property of the dynamic schema in Elasticsearch. I highly recommend using an Elasticsearch index template to solve your problem. Here’s a simple example: curl -XPOST "$ES_URL/_template/event" -d '

[heka] Uploading To Elasticsearch a non-analysed field

2016-04-20 Thread Abhiman Talwar
I want to upload data to ES-server using HEKA. Everything was going fine till I realized Heka uploads every field as 'analysed' and I want one field to be non- analysed. How can I do that ? Thanks ___ Heka mailing list Heka@mozilla.org https://mail.moz