I have upgrade ES from 5.4 to 6.0, including Kibana and all the plugins we have installed. They are discovery-ec2, repository-s3, and x-pack. I followed the upgrade instructions as listed here: https://www.elastic.co/guide/en/elasticsearch/reference/6.0/restart-upgrade.html. Everything went well including remapping the Kibana index. The logs for my cluster keep dumping the following though...
[WARN ][o.e.x.w.WatcherLifeCycleService] [MEEC-x7] not starting watcher, upgrade API run required: .watches[true], .triggered_watches[false]
I couldn't find any documentation to help resolve my situation. I checked breaking changes in 6.0 https://www.elastic.co/guide/en/kibana/current/breaking-6.0.0-xkb.html and it doesn't mention anything about an upgrade API run.
I searched for the log string and variations thereof, I could only find references to ES 2.4. What am I missing? What do I have to nuke and/or massage to get this to stop complaining?