Hi,
We are unable to start the Kibana getting below expections.
throw new Error(msgs.join(' ') || 'Unknown error');
Error: New route /api/monitoring/v1/clusters/{clusterUuid}/elasticsearch/indices/{id} conflicts with existing /api/monitoring/v1/clusters/{clusterUuid}/elasticsearch/indices/{id}
at Object.exports.assert (c:\ELK6\kibana\node_modules\hoek\lib\index.js:736:11)
at internals.Segment.add (c:\ELK6\kibana\node_modules\call\lib\segment.js:99:18)
at internals.Segment.add (c:\ELK6\kibana\node_modules\call\lib\segment.js:61:40)
at internals.Segment.add (c:\ELK6\kibana\node_modules\call\lib\segment.js:61:40)
at internals.Segment.add (c:\ELK6\kibana\node_modules\call\lib\segment.js:104:25)
at internals.Segment.add (c:\ELK6\kibana\node_modules\call\lib\segment.js:61:40)
at internals.Segment.add (c:\ELK6\kibana\node_modules\call\lib\segment.js:61:40)
at internals.Segment.add (c:\ELK6\kibana\node_modules\call\lib\segment.js:61:40)
at internals.Segment.add (c:\ELK6\kibana\node_modules\call\lib\segment.js:61:40)
at internals.Router.add (c:\ELK6\kibana\node_modules\call\lib\index.js:62:26)
at internals.Connection._addRoute (c:\ELK6\kibana\node_modules\hapi\lib\connection.js:392:37)
at internals.Connection._route (c:\ELK6\kibana\node_modules\hapi\lib\connection.js:379:18)
at internals.Plugin._apply (c:\ELK6\kibana\node_modules\hapi\lib\plugin.js:572:14)
at internals.Plugin.route (c:\ELK6\kibana\node_modules\hapi\lib\plugin.js:542:10)
at indexRoutes (c:/ELK6/kibana/plugins/x-pack/plugins/monitoring/server/routes/api/v1/elasticsearch/index_detail.js:15:10)
at c:/ELK6/kibana/plugins/x-pack/server/lib/require_all_and_apply.js:21:9
at Array.forEach (native)
at c:/ELK6/kibana/plugins/x-pack/server/lib/require_all_and_apply.js:10:15
at f (c:\ELK6\kibana\plugins\x-pack\node_modules\once\once.js:25:25)
at Glob.<anonymous> (c:\ELK6\kibana\plugins\x-pack\node_modules\glob\glob.js:146:7)
at emitOne (events.js:96:13)
at Glob.emit (events.js:188:7)
Any help should be appriciated. Thanks.