Kibana not getting started after installation of kibana plugin 6.3.0

Hi @sscarduzio,
I have installed both plugins given by you. But after installation of kibana plugin kibana not getting started.
Below is exception.

FATAL Error: Plugin hapi-auth-cookie already registered in: http://MUMCHELK01:5601
    at Object.exports.assert (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/node_modules/hoek/lib/index.js:740:11)
    at each (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/node_modules/hapi/lib/plugin.js:287:26)
    at iterate (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/node_modules/items/lib/index.js:36:13)
    at Object.exports.serial (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/node_modules/items/lib/index.js:39:9)
    at module.exports.internals.Plugin.internals.Plugin.register (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/node_modules/hapi/lib/plugin.js:320:11)
    at initAuth (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/plugins/readonlyrest_kbn/server/routes/lib/auth.js:6:1798)
    at exports.default (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/plugins/readonlyrest_kbn/server/routes/rorRoute.js:1:1030)
    at Plugin.init [as externalInit] (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/plugins/readonlyrest_kbn/index.js:1:1521)
    at asyncRegister (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/src/server/plugins/lib/plugin.js:72:20)
    at Object.register (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/src/server/plugins/lib/plugin.js:77:7)
    at Object.target [as register] (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/node_modules/hapi/node_modules/joi/lib/object.js:77:34)
    at each (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/node_modules/hapi/lib/plugin.js:317:14)
    at iterate (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/node_modules/items/lib/index.js:36:13)
    at Object.exports.serial (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/node_modules/items/lib/index.js:39:9)
    at module.exports.internals.Server.internals.Plugin.register (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/node_modules/hapi/lib/plugin.js:320:11)
    at Promise (/opt/READONLYREST/kibana-6.3.0-linux-x86_64/node_modules/hapi/lib/promises.js:24:16)
    at new Promise (<anonymous>)

Note : I have enabled ssl in elasticsearch and in kibana.yml I have changed elasticsearch url protocol from http to https.

Have you remembered to downloaded the OSS only version of Kibana? Now they ship it with x-pack onboard by default…

I have downloaded the ES and kibana 6.3.0. And disabled x-pack using below property.

xpack.graph.enabled: false
xpack.ml.enabled: false
xpack.monitoring.enabled: true
xpack.security.enabled: false
xpack.watcher.enabled: false

Elasticsearch started and working fine without error. But kibana not getting started.

https://www.elastic.co/downloads/kibana-oss

Hi @sscarduzio,
We have first install ES and kibana 6.3.0 versions. In that .kibana index has created. But Kibana was giving exception. After that according to you we have installed both OSS versions. But in that .kibana index not created. So please provide proper version of ES and Kibana.

  1. Install Elasticsearch
  2. Install Kibana
  3. Use Kibana, create and save an index pattern or an empty visualization.
  4. Apply ROR to both

Done. Thanks, Working fine now.

1 Like