X-pack not recognized by kibana

I have installed kibana 5.6.3, then x-pack, but i can't see monitoring menu at kibana.

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

The cluster of elasticsearch has x-pack with the same configs above, indices .monitoring-es-6-* are indexing normally.

i have already tried to re-install kibana and x-pack, without success.

I did not found any info at log even in quiet:false

can someone help me?

tnks

resolved with

chown -R kibana:kibana /usr/share/kibana/plugins/x-pack

please, fix and DOC it ..

You shouldn't need to do this.
How did you install Kibana, what about X-Pack? What OS?

rhel-7
yum install kibana
/usr/share/kibana/bin/kibana-plugin install x-pack

Were you root when you did this?

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