Kibana fails

Kibana is not accepting incomming connections, and I cannot find anything regarding this error below. I am not sure if this is a permissions issue, but this error is from /var/log/kibana/kibana.log

{
  "type":"log",
  "@timestamp":"2018-02-25T18:22:31Z",
  "tags":["pid","warning"],
  "pid":"6770",
  "path":"/var/run/kibana.pid",
  "message":"pid file already exists at /var/run/kibana.pid"
}
{
  "type":"log",
  "@timestamp":"2018-02-25T18:22:31Z",
  "tags":["fatal"],
  "pid":6770,
  "level":"fatal",
  "message":"child \"elasticsearch\" fails because [\"shardTimout\" is not allowed]",
  "error":{
    "message":"child \"elasticsearch\" fails because [\"shardTimout\" is not allowed]",
    "name":"ValidationError",
    "stack":"ValidationError: child \"elasticsearch\" fails because [\"shardTimout\" is not allowed]\n    
      at Object.exports.process (/usr/share/kibana/node_modules/joi/lib/errors.js:140:17)\n    
      at internals.Any._validateWithOptions (/usr/share/kibana/node_modules/joi/lib/any.js:649:25)\n
      at root.validate (/usr/share/kibana/node_modules/joi/lib/index.js:102:23)\n
      at Config._commit (/usr/share/kibana/src/server/config/config.js:134:38)\n
      at Config.set (/usr/share/kibana/src/server/config/config.js:104:12)\n
      at Config.extendSchema (/usr/share/kibana/src/server/config/config.js:74:12)\n
      at /usr/share/kibana/src/server/plugins/plugin_collection.js:21:10\n    at undefined.next (native)\n
      at step (/usr/share/kibana/src/server/plugins/plugin_collection.js:32:273)"
  }
}

If anyone has any input regarding what this error is, I would very much appreciate it.

Kibana version: 5.3.3
Elasticsearch version: 5.6.5
OS: Ubuntu 16.04

It looks like you are setting elasticsearch.shardTimeout in your Kibana configuration, which is not available in 5.3.

Here are the configuration options for 5.3: https://www.elastic.co/guide/en/kibana/5.3/settings.html

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