# Certain Indexes Unavailable After Upgrading ES & Kibana

**URL:** https://discuss.elastic.co/t/certain-indexes-unavailable-after-upgrading-es-kibana/70828
**Category:** Elasticsearch
**Created:** [January 6, 2017, 11:51pm UTC](https://discuss.elastic.co/t/certain-indexes-unavailable-after-upgrading-es-kibana/70828 "2017-01-06T23:51:38Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![seth.yes](https://sea2.discourse-cdn.com/elastic/user_avatar/discuss.elastic.co/seth.yes/32/11788_2.png) [@seth.yes](https://discuss.elastic.co/u/seth.yes)
#### Post date: [January 6, 2017, 11:51pm UTC](https://discuss.elastic.co/t/certain-indexes-unavailable-after-upgrading-es-kibana/70828/1 "2017-01-06T23:51:38Z")

</div>

I recently upgraded from Kibana from 4.6.1 to 5.1.1 and Elasticsearch from 2.4.1 to 5.1.1. While most-everything is working great, a couple indices are not available. I'll use my Logstash daily index as an example;

My daily logstash index is currently indexing;

 ![](https://us1.discourse-cdn.com/elastic/original/2X/6/68b10ba696abc56dbc81658eebb224ae11052e68.png)

However, when I attempt to access the index via Kibana, it just hangs and never presents anything with regards to the logstash index. Same when attempting to view the fields on the index;  
 ![](https://us1.discourse-cdn.com/elastic/original/2X/d/daff76d57209a26373c30473ddadcf4c4184dd65.png)

Additionally, when I attempt to add a new index, Kibana returns a '500' error;  
 ![](https://us1.discourse-cdn.com/elastic/original/2X/b/b56bfe88be27cc17c5c46dcb21cc11cc12d364fc.png)

**Error in Kibana:**

```
{"type":"error","@timestamp":"2017-01-06T22:49:21Z","tags":[],"pid":29361,"level":"error","message":"[array_index_out_of_bounds_exception] null","error":{"message":"[array_index_out_of_bounds_exception] null","name":"Error","stack":"[array_index_out_of_bounds_exception] null :: {\"path\":\"/logstash-*/_field_stats\",\"query\":{\"fields\":\"*\",\"allow_no_indices\":false},\"statusCode\":500,\"response\":\"{\\\"error\\\":{\\\"root_cause\\\":[{\\\"type\\\":\\\"array_index_out_of_bounds_exception\\\",\\\"reason\\\":null}],\\\"type\\\":\\\"array_index_out_of_bounds_exception\\\",\\\"reason\\\":null},\\\"status\\\":500}\"}\n at respond (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:289:15)\n at checkRespForFailure (/usr/share/kibana/node_modules/elasticsearch/src/lib/transport.js:248:7)\n at HttpConnector.<anonymous> (/usr/share/kibana/node_modules/elasticsearch/src/lib/connectors/http.js:164:7)\n at IncomingMessage.wrapper (/usr/share/kibana/node_modules/elasticsearch/node_modules/lodash/lodash.js:4994:19)\n at emitNone (events.js:91:20)\n at IncomingMessage.emit (events.js:185:7)\n at endReadableNT (_stream_readable.js:974:12)\n at _combinedTickCallback (internal/process/next_tick.js:74:11)\n at process._tickDomainCallback (internal/process/next_tick.js:122:9)"},"url":{"protocol":null,"slashes":null,"auth":null,"host":null,"port":null,"hostname":null,"hash":null,"search":"","query":{},"pathname":"/api/kibana/logstash-*/field_capabilities","path":"/api/kibana/logstash-*/field_capabilities","href":"/api/kibana/logstash-*/field_capabilities"}}

```

**Error in ES:**

```
[2017-01-06T16:50:39,237][WARN][r.suppressed] path: /logstash-*/_field_stats, params: {allow_no_indices=false, index=logstash-*, fields=*}
java.lang.ArrayIndexOutOfBoundsException: null

```

I've tried this with two different nodes running Kibana and pointed to the same stack. I'm getting the same error..

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [February 3, 2017, 11:52pm UTC](https://discuss.elastic.co/t/certain-indexes-unavailable-after-upgrading-es-kibana/70828/2 "2017-02-03T23:52:20Z")

</div>

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