Hi All,
kibana I am trying to add an default index with pattern clog-* however this results in a 503 error. I also tried to add 1 single index as you can see below but still the below error.
I am completely lost in where to search next, could someone give me some pointers??
Kibana version 5.3.1
ES version 5.3.1
The elastic setup is:
3 masters
3 coordinator nodes
6 data nodes
- 3 nodes with ssd, those contain 2 days of indices, those do the ingestion as well
- 3 nodes with hdd, those contain older indices.
My kibana.yml
server.port: 5601
server.host: "0.0.0.0"
server.maxPayloadBytes: 10485760
server.name: "logweb2"
elasticsearch.url: "http://esearchc1.xxxxx.net:9200"
kibana.index: ".kibana"
elasticsearch.username: "elastic"
elasticsearch.password: "changeme"
elasticsearch.pingTimeout: 2500
elasticsearch.requestTimeout: 60000
elasticsearch.shardTimeout: 0
elasticsearch.startupTimeout: 5000
pid.file: /var/run/kibana/kibana.pid
logging.dest: /var/log/kibana/kibana.log
{
"type": "response",
"@timestamp": "2018-03-05T16:15:03Z",
"tags": [],
"pid": 16820,
"method": "get",
"statusCode": 503,
"req": {
"url": "/api/kibana/clog-2018.03.05/field_capabilities",
"method": "get",
"headers": {
"host": "192.168.0.10:5601",
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:58.0) Gecko/20100101 Firefox/58.0",
"accept": "application/json, text/plain, */*",
"accept-language": "en-US,en;q=0.5",
"accept-encoding": "gzip, deflate",
"referer": "http://192.168.0.10:5601/app/kibana",
"kbn-version": "5.3.0",
"connection": "keep-alive",
"dnt": "1"
},
"remoteAddress": "127.0.0.1",
"userAgent": "127.0.0.1",
"referer": "http://192.168.0.10:5601/app/kibana"
},
"res": {
"statusCode": 503,
"responseTime": 60012,
"contentLength": 9
},
"message": "GET /api/kibana/clog-2018.03.05/field_capabilities 503 60012ms - 9.0B"
}