Elastic search failed to parse

HI i upgraded Elastic stack to 6.2 i am getting parsing error like below. please help to get rid of this
indent preformatted text by 4 spaces
failed to execute bulk item (index) BulkShardRequest [[foltsdb-2018.03.13][4]] containing [index {[foltsdb-2018.03.13][doc][KtWlH2IB9vIHqwZ6Yyrn], source[{"message":"MyVerizon,Launch,00:04:52,Pass,200,95,15,5467,JMeter13Mar\r","Latency":15,"@timestamp":"2018-03-13T13:55:54.494Z","TransactionName":"Launch","@version":"1","type":"LTR","Status":"Pass","Throughput":5467,"ResponseTime":95,"TestId":"JMeter13Mar\r","StartTime":"2018-01-01T08:04:52.000Z","ResponseCode":"200","path":"D:/JAEK/Results/Jmeter/LTResults/LT_13Mar2018T063100912.csv","Application":"MyVerizon","host":"CELSC1WNA008"}]}]
org.elasticsearch.index.mapper.MapperParsingException: failed to parse
indent preformatted text by 4 spaces

and from my logstash i am getting below error

[2018-03-14T05:27:08,276][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch.{:status=>400, :action=>["index", {:_id=>nil, :_index=>"foltsdb-2018.03.14", :_type=>"doc", :_routing=>nil}, #<LogStash::Event:0x62cc32ce>], :response=>{"index"=>{"_index"=>"foltsdb-2018.03.14", "_type"=>"doc", "_id"=>"MJF6JGIBIt7xOccsdjxp", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Could not convert [message.index] to boolean", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Failed to parse value [not_analyzed] as only [true] or [false] are allowed."}}}}}}    

[2018-03-14T05:27:08,276][WARN ][logstash.outputs.elasticsearch] Could not index event to Elasticsearch. {:status=>400, :action=>["index", {:_id=>nil, :_index=>"foltsdb-2018.03.14", :_type=>"doc", :_routing=>nil}, #LogStash::Event:0x62cc32ce], :response=>{"index"=>{"_index"=>"foltsdb-2018.03.14", "_type"=>"doc", "_id"=>"MJF6JGIBIt7xOccsdjxp", "status"=>400, "error"=>{"type"=>"mapper_parsing_exception", "reason"=>"failed to parse", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Could not convert [message.index] to boolean", "caused_by"=>{"type"=>"illegal_argument_exception", "reason"=>"Failed to parse value [not_analyzed] as only [true] or [false] are allowed."}}}}}}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.