Greetings,
I hope this is correct section for this kind of problems.
Browser on http(s)://domain.name:5601 returns ERR_CONNECTION_RESET.
If I do curl http://127.0.0.1:5601, I get empty response, nothing, no error.
Error log in /var/log/ doesnt exist.
Few starting infos:
-
curl 127.0.0.1:9200:
{
"name" : "OhblFpx",
"cluster_name" : "elasticsearch",
"cluster_uuid" : "iHsPEAMnQFCut0QgrXZ3qw",
"version" : {
"number" : "6.7.0",
"build_flavor" : "default",
"build_type" : "deb",
"build_hash" : "8453f77",
"build_date" : "2019-03-21T15:32:29.844721Z",
"build_snapshot" : false,
"lucene_version" : "7.7.0",
"minimum_wire_compatibility_version" : "5.6.0",
"minimum_index_compatibility_version" : "5.0.0"
},
"tagline" : "You Know, for Search"
} -
netstat -an | grep 5601
tcp 0 0 0.0.0.0:5601 0.0.0.0:* LISTEN -
ps -eaf | grep kibana
kibana 6072 1 4 13:00 ? 00:00:31 /usr/share/kibana/bin/../node/bin/node --no-warnings --max-http-header-size=65536 /usr/share/kibana/bin/../src/cli -c /etc/kibana kibana.yml
root 6346 2076 0 13:11 pts/0 00:00:00 grep --color=auto kibana -
service kibana status
● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2019-03-27 13:00:34 CET; 12min ago
Main PID: 6072 (node)
Tasks: 11 (limit: 4915)
CGroup: /system.slice/kibana.service
└─6072 /usr/share/kibana/bin/../node/bin/node --no-warnings --max-http-header-size=65536 /usr/share/kibana/bin/../src/cli -c /etc/kibana/kibana.yml
Mar 27 13:00:45 efe-web kibana[6072]: {"type":"log","@timestamp":"2019-03-27T12:00:45Z","tags":["status","plugin:remote_clusters@6.7.0","info"],"pid":6072,"state":"green","message":"Status changed from yellow to green - Ready","prevSta
Mar 27 13:00:45 efe-web kibana[6072]: {"type":"log","@timestamp":"2019-03-27T12:00:45Z","tags":["status","plugin:cross_cluster_replication@6.7.0","info"],"pid":6072,"state":"green","message":"Status changed from yellow to green - Ready
Mar 27 13:00:45 efe-web kibana[6072]: {"type":"log","@timestamp":"2019-03-27T12:00:45Z","tags":["info","monitoring-ui","kibana-monitoring"],"pid":6072,"message":"Starting monitoring stats collection"}
Mar 27 13:00:45 efe-web kibana[6072]: {"type":"log","@timestamp":"2019-03-27T12:00:45Z","tags":["status","plugin:security@6.7.0","info"],"pid":6072,"state":"green","message":"Status changed from yellow to green - Ready","prevState":"ye
Mar 27 13:00:45 efe-web kibana[6072]: {"type":"log","@timestamp":"2019-03-27T12:00:45Z","tags":["status","plugin:maps@6.7.0","info"],"pid":6072,"state":"green","message":"Status changed from yellow to green - Ready","prevState":"yellow
Mar 27 13:00:45 efe-web kibana[6072]: {"type":"log","@timestamp":"2019-03-27T12:00:45Z","tags":["license","info","xpack"],"pid":6072,"message":"Imported license information from Elasticsearch for the [monitoring] cluster: mode: basic |
Mar 27 13:00:46 efe-web kibana[6072]: {"type":"log","@timestamp":"2019-03-27T12:00:46Z","tags":["reporting","warning"],"pid":6072,"message":"Generating a random key for xpack.reporting.encryptionKey. To prevent pending reports from fai
Mar 27 13:00:46 efe-web kibana[6072]: {"type":"log","@timestamp":"2019-03-27T12:00:46Z","tags":["status","plugin:reporting@6.7.0","info"],"pid":6072,"state":"green","message":"Status changed from uninitialized to green - Ready","prevSt
Mar 27 13:00:47 efe-web kibana[6072]: {"type":"log","@timestamp":"2019-03-27T12:00:47Z","tags":["listening","info"],"pid":6072,"message":"Server running at http://0:5601"}
Mar 27 13:00:47 efe-web kibana[6072]: {"type":"log","@timestamp":"2019-03-27T12:00:47Z","tags":["status","plugin:spaces@6.7.0","info"],"pid":6072,"state":"green","message":"Status changed from yellow to green - Ready","prevState
-
kibana.yml:
server.port: 5601
server.host: "0"
server.name: "domain.name"
elasticsearch.hosts: ["http://localhost:9200"] -
ufw status
Status: inactive -
port 80 and 443 works on domain.