ELK 7.8 在 AWS EC2 上运行。
Kibana 将我重定向到 302。kibana 的 卷曲输出粘贴在这里:
ubuntu@ip- -128-43- :/etc/kibana$ curl -IL .128.43. :5601 HTTP/1.1 302 Found location: /spaces/enter kbn-name: ip- -128-43- kbn-license-sig: 93f22251010dedca4781a015792c765fd0560b0c7a64ff26c4e33cd80837c712 kbn-xpack-sig: ef42adb69cd0ad9c36eb0323e8819b1d cache-control: private, no-cache, no-存储,必须重新验证内容长度:0 日期:2020 年 7 月 28 日星期二 05:36:23 GMT 连接:保持活动
HTTP/1.1 400 错误请求 kbn-name: ip- -128-43- kbn-license-sig: 93f22251010dedca4781a015792c765fd0560b0c7a64ff26c4e33cd80837c712 kbn-xpack-sig: ef42adb69cd019c36eb0323e charset=utf-8 缓存控制:私有,无缓存,无存储,必须重新验证内容长度:92 日期:2020 年 7 月 28 日星期二 05:36:23 GMT 连接:保持活动
Kibana 服务正在运行
Kibana 日志
{"type":"response","@timestamp":"2020-07-28T05:39:28Z","tags":[],"pid":14119,"method":"get","statusCode":302,"req":{"url":"/","method":"get","headers":{"host":"**.128.43.**:5601","connection":"close","user-agent":"ELB-HealthChecker/2.0","accept-encoding":"gzip, compressed"},"remoteAddress":"**.128.43.69","userAgent":"**.128.43.69"},"res":{"statusCode":302,"responseTime":20,"contentLength":9},"message":"GET / 302 20ms - 9.0B"}```
**$ netstat -tupl | grep 5601**
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
tcp 0 0 ip-**-128-43-**.e:5601 0.0.0.0:* LISTEN -
**Here is my kibana.yml config**
server.host: **.128.43.**
xpack.security.enabled: false
server.port: 5601
xpack.monitoring.enabled: true
** Kibana version: 7.8.0 **
Any help suggestion would be highly appreciated.