Rejecting mapping update to .kibana_1, .monitoring-es-6-2018.12.27, etc

yesterday I was working with watcher, ran a simulation on a watcher config with aggrs (trying to debug it) and I started getting errors. I checked the elasticsearch.log and the logstash-plain.log and started seeing the rejecting mapping update to [index]. now I understand going from 5.x to 6.5 (in my case) you can not have more than 1 type. this system was working with no issues till ran the simulation on watcher. now even the internal indexes like .monitoring and .kibana are throwing errors.

this system has been up and working since October. I tried restarting the system (single cluster) still no go. any thoughts?

The error from elasticsearch.log

https://pastebin.com/raw/2bF7hrUh

odd thing is there is only one index with 12.27 date on it

 curl -X GET "localhost:9200/_cat/indices?v" | awk '{print $3}' | grep 2018.12.27
  elastiflow-3.3.0-2018.12.27

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