Re: [heka] Heka

2016-05-04 Thread Krzysztof Krzyżaniak
You'll have problem with installing current hekad on centos5, it's too old ( it's not supported for go-lang). For sure you can't use packages provided by upstream. I managed to combine working version of go compiler and hekad, compile it on centos6 and use it on centos5 but I don't have it anymore.

Re: [heka] Heka

2016-05-04 Thread Roshan Radhakrishnan (roradhak)
Hi Krzysztof, Thanks for the information. So you suggest me to install heka on RHEL6 or newer? Best Regards [Description: http://www.cisco.com/web/europe/images/email/signature/logo04.jpg] Roshan Radhakrishnan System I&T Engineer rorad...@cisco.com Phone: +44 (0)23 8435

Re: [heka] Heka

2016-05-04 Thread Krzysztof Krzyżaniak
Yes. I have working configurations of heka on centos6 and centos7. eloy On maj 4 2016, at 11:06 am, Roshan Radhakrishnan (roradhak) wrote: > Hi Krzysztof, > > Thanks for the information. So you suggest me to install heka on RHEL6 or newer? > > **Best Regards**

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

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

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

2016-05-04 Thread Xavier Lange
Just edit down the second example: curl -XPOST "$ES_URL/_template/event" -d ' { "order": 0, "template": "event-*", "settings": { "index.number_of_shards": "1" }, "mappings": { "_default_": { "dynamic_templates": [ { "strings": { "match_mapping_