Hi, I'm new with Kibana. Client asked me to solve this problem with Kibana.
They can't reach web GUI, gettin 404 Not found error from nginx.
I'm checking /var/log/messages, this is what I see:
Sep 12 10:32:12 syslog kibana:
{
"type":"response",
"@timestamp":"2019-09-12T13:32:12Z",
"tags":[],
"pid":27714,
"method":"get",
"statusCode":503,
"req":
{
"url":"/app/kibana",
"method":"get",
"headers":
{
"host":"localhost:5601",
"user-agent":"check_http/v2.1.1 (nagios-plugins 2.1.1)",
"accept":"*/*",
"x-forwarded-for":"172.16.220.231",
"x-forwarded-host":"kibana.obiwan.company.com.py",
"x-forwarded-server":"kibana.obiwan.customer.com.py",
"connection":"Keep-Alive"
},
"remoteAddress":"127.0.0.1",
"userAgent":"127.0.0.1"},
"res":{"statusCode":503,
"responseTime":10,
"contentLength":9
},
"message":"GET /app/kibana 503 10ms - 9.0B"
}
This is running on a CentOS Linux. It was working fine until yesterday.
I know this is a very poor troubleshoot, but I'm not familiar with this implementation or this product.
I'll very appreciate any help.