Can not install enhanced-table-0.8.1_6.3.1

HI I can not install enhanced-table
here the command
kibana-plugin install file:///home/sshuser/enhanced-table-0.8.1_6.3.1.zip
here is the log
{
Attempting to transfer from file:///home/sshuser/enhanced-table-0.8.1_6.3.1.zip
Transferring 35335 bytes....................
Transfer complete
Retrieving metadata from plugin archive
Extracting plugin archive
Extraction complete
Optimizing and caching browser bundles...
}
And then it will stuck right here, without installation success or installation failure logs, i have run it for Almost a day.
Here is configuration for kibana
{
server.port: 5601
server.host: "0.0.0.0"
xpack.security.public:
protocol: https
hostname: sent2-kibana-qa.dsentience.net
port: 443
elasticsearch.url: "https://10.xxx.xxx.217:9200"
elasticsearch.url: "https://10.xxx.xxx.218:9200"
elasticsearch.url: "https://10.xxx.xxx.219:9200"
elasticsearch.url: "https://10.xxx.xxx.220:9200"
elasticsearch.url: "https://10.xxx.xxx.221:9200"
elasticsearch.url: "https://10.xxx.xxx.222:9200"
elasticsearch.url: "https://10.xxx.xxx.223:9200"
elasticsearch.url: "https://10.xxx.xxx.224:9200"
kibana.index: ".kibana"
kibana.defaultAppId: "home"
elasticsearch.username: "elastic"
elasticsearch.password: "Password"
logging.dest: /var/log/kibana/kibana.log
elasticsearch.requestTimeout: "120000"
server.ssl.enabled: true
server.ssl.certificate: /etc/kibana/kibana-1/kibana.crt
server.ssl.key: /etc/kibana/kibana-1/kibana.key
elasticsearch.ssl.verificationMode: none
xpack.reporting.encryptionKey: "something_secret"
xpack.security.authProviders: [saml]
server.xsrf.whitelist: [/api/security/v1/saml]
xpack.monitoring.elasticsearch.requestHeadersWhitelist: [ es-security-runas-user, authorization ]
}

[root@kibana-1 sshuser]# kibana --version
6.3.1

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