на сервере гугла поднимаю ELK по обычным настройкам)
server {
listen 80;
server_name
35.184.124.17;
auth_basic "Restricted Access";
auth_basic_user_file /etc/nginx/htpasswd.kibana;
location / {
proxy_pass http://localhost:5601;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';
proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
}
}
{"type":"log","
@timestamp":"2021-02-12T21:11:29+00:00","tags":["listening","info"],"pid":2565,"message":"Server running at http://localhost:5601"}
{"type":"log","
@timestamp":"2021-02-12T21:11:30+00:00","tags":["info","http","server","Kibana"],"pid":2565,"message":"http server running at http://localhost:5601"}
{"type":"log","
@timestamp":"2021-02-12T21:11:31+00:00","tags":["warning","plugins","reporting"],"pid":2565,"message":"Enabling the Chromium sandbox provides an additional layer of protection."}
судя по логам завелось, но выдает 502 bad gateway
Ребятт, кто с подобным сталкивался? Нужна помощь 😊