mlemartien
(Jacques Clement)
July 25, 2018, 2:37pm
1
Hi,
To the best of my knowledge, this instance of Kibana has been running for weeks without a problem. Something may have happened to the server config, but I cannot confirm it.
Long story short, when starting, Kibana now reports this error:
gistfile1.txt
juil. 23 14:05:49 uatelastic_client1 systemd[1]: Started Kibana.
juil. 23 14:05:49 uatelastic_client1 systemd[1]: Starting Kibana...
juil. 23 14:05:54 uatelastic_client1 kibana[23373]: {"type":"error","@timestamp":"2018-07-23T14:05:54Z","tags":["fatal"],"pid":23373,"level":"fatal","error":{"message":"Multp
juil. 23 14:05:54 uatelastic_client1 kibana[23373]: riber._complete (/usr/share/kibana/node_modules/rxjs/src/Subscriber.ts:144:22)\n at DistinctSubscriber.Subscriber.compl
juil. 23 14:05:54 uatelastic_client1 kibana[23373]: FATAL Error: Multple plugins found with the id "xpack_main":
juil. 23 14:05:54 uatelastic_client1 kibana[23373]: - xpack_main at /usr/share/kibana/node_modules/x-pack
juil. 23 14:05:54 uatelastic_client1 kibana[23373]: - xpack_main at /usr/share/kibana/plugins/x-pack
juil. 23 14:05:54 uatelastic_client1 kibana[23373]: at MergeMapSubscriber.find$.mergeMap.toArray.mergeMap.allSpecs [as project] (/usr/share/kibana/src/plugin_discovery/find_p
juil. 23 14:05:54 uatelastic_client1 kibana[23373]: at MergeMapSubscriber._tryNext (/usr/share/kibana/node_modules/rxjs/src/operator/mergeMap.ts:125:21)
juil. 23 14:05:54 uatelastic_client1 kibana[23373]: at MergeMapSubscriber._next (/usr/share/kibana/node_modules/rxjs/src/operator/mergeMap.ts:115:12)
This file has been truncated. show original
However when listing the plugins using kibana-plugin list, this is what I get:
$ sudo /usr/share/kibana/bin/kibana-plugin list
x-pack@6.2.4
Any thoughts?
Shaoranlaos
(Christian Stockhaus)
July 26, 2018, 5:03am
2
Have you updated Kibana to 6.3? if so you must deinstall the x-pack plugin because x-pack is no part of every installation
see https://www.elastic.co/guide/en/kibana/current/release-notes-6.3.0.html#breaking-6.3.0
spalger
(Spencer Alger)
July 26, 2018, 8:54pm
3
Yeah, definitely looks like this was updated to use Kibana 6.3, as xpack is only found in the node_modules
directory in Kibana 6.3
mlemartien
(Jacques Clement)
July 27, 2018, 9:24am
4
You were 100% right guys. Someone upgraded to 6.3 by accidentally running an Ansible playbook; this installed Kibana 6.3 without cleaning X-Pack.
Thanks a lot for putting me on the right path!
Cheers.
system
(system)
Closed
August 24, 2018, 9:24am
5
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.