Hi,
I have installed ELK 5 and started Elasticsearch and Kibana. I could able to view Kibana dashboard.
Next I stopped both and Installed X pack with below command:
bin/elasticsearch-plugin install file:///tmp/x-pack-5.0.0.zip
bin/kibana-plugin install file:///tmp/x-pack-5.0.0.zip
Xpack for elastic search got installed successfully with below message:
[root@ip-10-34-70-60 elasticsearch]# bin/elasticsearch-plugin install file:///tmp/x-pack-5.0.0.zip
Picked up _JAVA_OPTIONS: -Xmx2048m -Xms1024m
-> Downloading file:///tmp/x-pack-5.0.0.zip
[=================================================] 100%
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: plugin requires additional permissions @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
- java.lang.RuntimePermission accessClassInPackage.com.sun.activation.registries
- java.lang.RuntimePermission getClassLoader
- java.lang.RuntimePermission setContextClassLoader
- java.lang.RuntimePermission setFactory
- java.security.SecurityPermission createPolicy.JavaPolicy
- java.security.SecurityPermission getPolicy
- java.security.SecurityPermission putProviderProperty.BC
- java.security.SecurityPermission setPolicy
- java.util.PropertyPermission * read,write
- java.util.PropertyPermission sun.nio.ch.bugLevel write
- javax.net.ssl.SSLPermission setHostnameVerifier
See http://docs.oracle.com/javase/8/docs/technotes/guides/security/permissions.html
for descriptions of what these permissions allow and the associated risks.
Continue with installation? [y/N]y
-> Installed x-pack
Next when I do for kibana I get segmentation fault as below,
[root@ip-10-34-70-60 kibana]# bin/kibana-plugin install file:///tmp/x-pack-5.0.0.zip
Attempting to transfer from file:///tmp/x-pack-5.0.0.zip
Transferring 72364732 bytes....................
Transfer complete
Retrieving metadata from plugin archive
Extracting plugin archive
Extraction complete
Optimizing and caching browser bundles...
Segmentation fault
When I started both Elasticsearch and Kibana and tried to load dashboard I get "This page can’t be displayed" error.
I tried with other linux as well.. without x pack my kibana is loading, once x pack is installed Kbana is giving "This page can’t be displayed". Please help.