Cannot grep kibana port

Hi, I installed kibana (6.1.3) in centos 7.4.1708. After the kibana is started through systemctl, I can grep kibana through "ps -ef | grep kibana". But I cannot grep the port 5610 through "netstat -naltp | grep 5610". The telnet or curl to 5610 also fail.

The strange thing is I can access kibana through chrome with another Windows 10 computer. Is this normal? My config file looks like this:

server.host: "0.0.0.0"

The URL of the Elasticsearch instance to use for all your queries.

elasticsearch.url: "http://10.135.99.204:9200"

Others are commented. 10.135.99.204 is the host installed kibana and elasticsearch.

Many thanks.

The default port is 5601, not 5610.

:joy::joy::sweat_smile:

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