[graylog2] Re: Indexer failures - Timestamp

2016-11-17 Thread Jonathan Spino
For those of you having this issue the steps for fixing are below, most steps are directly from the link Jochen provided: Create a new file on the ES server named graylog-custom-mapping.json Put this information in that file { "template": "graylog_*", "mappings" : { "message" : {

[graylog2] Re: Indexer failures - Timestamp

2016-10-08 Thread Rick Ingersoll
I am also having this issue. Does anybody know how to fix this? Thanks On Thursday, September 8, 2016 at 8:41:33 AM UTC-4, aviv@similarweb.com wrote: > > Hi Jochen, > > I am sorry, but I am not sure what to do with the index mapping.. I am not > really familer with the elasticsearch nor gr

[graylog2] Re: Indexer failures - Timestamp

2016-09-08 Thread aviv . malka
Hi Jochen, I am sorry, but I am not sure what to do with the index mapping.. I am not really familer with the elasticsearch nor graylog. Can you guide me with this please? Thanks On Thursday, September 8, 2016 at 1:19:37 PM UTC+3, Jochen Schalanda wrote: > > Hi Aviv, > > you have to create a c

[graylog2] Re: Indexer failures - Timestamp

2016-09-08 Thread Jochen Schalanda
Hi Aviv, you have to create a custom index mapping and template for the schema of your data: http://docs.graylog.org/en/2.1/pages/configuration/elasticsearch.html#custom-index-mappings Afterwards, you have to cycle indices (System -> Indices -> Maintenance). Cheers, Jochen On Thursday, 8 Sep