First time ELK installation and Kibana dashboard is red

I can't find out why my dashboard is giving me this error

plugin:elasticsearch@5.2.2 [unsupported_operation_exception] null

Here is my output from curl -XGET 'http://localhost:9200'
{
"name" : "elastic-test_node_1",
"cluster_name" : "elastic-test_server_1",
"cluster_uuid" : "ZpEElQDiQW6YLBTTPcjDlw",
"version" : {
"number" : "5.2.1",
"build_hash" : "db0d481",
"build_date" : "2017-02-09T22:05:32.386Z",
"build_snapshot" : false,
"lucene_version" : "6.4.1"
},
"tagline" : "You Know, for Search"
}

Kibana seems to be running fine

systemctl status kibana
● kibana.service - Kibana
Loaded: loaded (/etc/systemd/system/kibana.service; enabled; vendor preset: enabled)
Active: active (running) since Tue 2017-02-28 09:18:50 CST; 10min ago
Main PID: 8022 (node)
CGroup: /system.slice/kibana.service
└─8022 /usr/share/kibana/bin/../node/bin/node --no-warnings /usr/share/kibana/bin/../src/cli -c /etc/kibana/kibana.yml

Feb 28 09:18:50 elkserver systemd[1]: Started Kibana.

================================
here is my kibana log when trying to start the dashboard using http://elkserver.com:5601

cat /var/log/kibana.log

{"type":"response","@timestamp":"2017-02-28T15:32:31Z","tags":[],"pid":8022,"method":"get","statusCode":503,"req":{"url":"/app/kibana","method":"get","headers":{"host":"elkserver.com:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","connection":"keep-alive","upgrade-insecure-requests":"1","cache-control":"max-age=0"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1"},"res":{"statusCode":503,"responseTime":146,"contentLength":9},"message":"GET /app/kibana 503 146ms - 9.0B"}
{"type":"response","@timestamp":"2017-02-28T15:32:32Z","tags":[],"pid":8022,"method":"get","statusCode":304,"req":{"url":"/bundles/commons.style.css?v=14723","method":"get","headers":{"host":"elkserver.com:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0","accept":"text/css,/;q=0.1","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://elkserver.com:5601/app/kibana","connection":"keep-alive","if-modified-since":"Fri, 24 Feb 2017 17:38:56 GMT","if-none-match":""27266e65868c02bade73c08997b2b654d8d2373b-gzip""},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://elkserver.com:5601/app/kibana"},"res":{"statusCode":304,"responseTime":25,"contentLength":9},"message":"GET /bundles/commons.style.css?v=14723 304 25ms - 9.0B"}
{"type":"response","@timestamp":"2017-02-28T15:32:32Z","tags":[],"pid":8022,"method":"get","statusCode":200,"req":{"url":"/ui/favicons/favicon-16x16.png","method":"get","headers":{"host":"elkserver.com:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0","accept":"text/html,application/xhtml+xml,application/xml;q=0.9,/;q=0.8","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","connection":"keep-alive"},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1"},"res":{"statusCode":200,"responseTime":61,"contentLength":9},"message":"GET /ui/favicons/favicon-16x16.png 200 61ms - 9.0B"}
{"type":"response","@timestamp":"2017-02-28T15:32:32Z","tags":[],"pid":8022,"method":"get","statusCode":304,"req":{"url":"/bundles/status_page.style.css?v=14723","method":"get","headers":{"host":"elkserver.com:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0","accept":"text/css,/;q=0.1","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://elkserver.com:5601/app/kibana","connection":"keep-alive","if-modified-since":"Fri, 24 Feb 2017 17:38:56 GMT","if-none-match":""3f973c328846b42854e2fed2b04891fcb68de7d5-gzip""},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://elkserver.com:5601/app/kibana"},"res":{"statusCode":304,"responseTime":14,"contentLength":9},"message":"GET /bundles/status_page.style.css?v=14723 304 14ms - 9.0B"}
{"type":"response","@timestamp":"2017-02-28T15:32:32Z","tags":[],"pid":8022,"method":"get","statusCode":304,"req":{"url":"/bundles/commons.bundle.js?v=14723","method":"get","headers":{"host":"elkserver.com:5601","user-agent":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:51.0) Gecko/20100101 Firefox/51.0","accept":"/","accept-language":"en-US,en;q=0.5","accept-encoding":"gzip, deflate","referer":"http://elkserver.com:5601/app/kibana","connection":"keep-alive","if-modified-since":"Fri, 24 Feb 2017 17:38:56 GMT","if-none-match":""5bcaae9f8f54a0f2edd0b6671b9dd03b781a4c82-gzip""},"remoteAddress":"127.0.0.1","userAgent":"127.0.0.1","referer":"http://elkserver.com:5601/app/kibana"},"res":{"statusCode":304,"responseTime":16,"contentLength":9},"message":"GET /bundles/commons.bundle.js?v=14723 304 16ms - 9.0B"}
.
.
.

1 Like

@wmstein would you mind posting a screenshot of what you're seeing?

@wmstein Could you try stopping, clearing the logs, and restarting Kibana and then posting the logs here?

cat /var/log/kibana.log

{"type":"log","@timestamp":"2017-02-28T16:56:40Z","tags":["status","plugin:kibana@5.2.2","info"],"pid":9801,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-28T16:56:40Z","tags":["status","plugin:elasticsearch@5.2.2","info"],"pid":9801,"state":"yellow","message":"Status changed from uninitialized to yellow - Waiting for Elasticsearch","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-28T16:56:40Z","tags":["warning"],"pid":9801,"kibanaVersion":"5.2.2","nodes":[{"version":"5.2.1","http":{"publish_address":"127.0.0.1:9200"},"ip":"127.0.0.1"}],"message":"You're running Kibana 5.2.2 with some different versions of Elasticsearch. Update Kibana or Elasticsearch to the same version to prevent compatibility issues: v5.2.1 @ 127.0.0.1:9200 (127.0.0.1)"}
{"type":"log","@timestamp":"2017-02-28T16:56:40Z","tags":["status","plugin:console@5.2.2","info"],"pid":9801,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-28T16:56:40Z","tags":["status","plugin:elasticsearch@5.2.2","error"],"pid":9801,"state":"red","message":"Status changed from yellow to red - [unsupported_operation_exception] null","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2017-02-28T16:56:41Z","tags":["status","plugin:timelion@5.2.2","info"],"pid":9801,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-28T16:56:41Z","tags":["listening","info"],"pid":9801,"message":"Server running at http://elkserver.com:5601"}
{"type":"log","@timestamp":"2017-02-28T16:56:41Z","tags":["status","ui settings","error"],"pid":9801,"state":"red","message":"Status changed from uninitialized to red - Elasticsearch plugin is red","prevState":"uninitialized","prevMsg":"uninitialized"}

@wmstein It looks like Kibana is version 5.2.2 and Elasticsearch is 5.2.1, could we try updating Elasticsearch or downgrading Kibana (upgrading is preferred) to see if we continue to get this error?

Sure will do that. They were both 5.2.1 this morning but i tried to upgrade Kibana to see if that would fix it. Will reply shortly and send you a new log

Just upgraded elasticsearch. here is my new log
cat /var/log/kibana.log

{"type":"log","@timestamp":"2017-02-28T17:36:54Z","tags":["status","plugin:kibana@5.2.2","info"],"pid":11076,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-28T17:36:55Z","tags":["status","plugin:elasticsearch@5.2.2","info"],"pid":11076,"state":"yellow","message":"Status changed from uninitialized to yellow - Waiting for Elasticsearch","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-28T17:36:55Z","tags":["status","plugin:console@5.2.2","info"],"pid":11076,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-28T17:36:56Z","tags":["status","plugin:elasticsearch@5.2.2","error"],"pid":11076,"state":"red","message":"Status changed from yellow to red - [unsupported_operation_exception] null","prevState":"yellow","prevMsg":"Waiting for Elasticsearch"}
{"type":"log","@timestamp":"2017-02-28T17:36:56Z","tags":["status","plugin:timelion@5.2.2","info"],"pid":11076,"state":"green","message":"Status changed from uninitialized to green - Ready","prevState":"uninitialized","prevMsg":"uninitialized"}
{"type":"log","@timestamp":"2017-02-28T17:36:56Z","tags":["listening","info"],"pid":11076,"message":"Server running at http://elkserver.com:5601"}
{"type":"log","@timestamp":"2017-02-28T17:36:56Z","tags":["status","ui settings","error"],"pid":11076,"state":"red","message":"Status changed from uninitialized to red - Elasticsearch plugin is red","prevState":"uninitialized","prevMsg":"uninitialized"}

compaq@elkserver:/var/log/elasticsearch$ curl -XGET 'localhost:9200/?pretty'
{
"name" : "elastic-test_node_1",
"cluster_name" : "elastic-test_server_1",
"cluster_uuid" : "ZpEElQDiQW6YLBTTPcjDlw",
"version" : {
"number" : "5.2.2",
"build_hash" : "f9d9b74",
"build_date" : "2017-02-24T17:26:45.835Z",
"build_snapshot" : false,
"lucene_version" : "6.4.1"
},
"tagline" : "You Know, for Search"
}

also sending screen shot and will email elasticsearch log file

here is a piece from the elasticsearch log file

[2017-02-28T11:54:56,838][WARN ][o.e.c.l.LogConfigurator ] ignoring unsupported logging configuration file [/etc/elasticsearch/logging.yml], logging is configured via [/etc/elasticsearch/log4j2.properties]
[2017-02-28T11:55:17,145][INFO ][o.e.n.Node ] [elastic-test_node_1] initializing ...
[2017-02-28T11:55:20,910][INFO ][o.e.e.NodeEnvironment ] [elastic-test_node_1] using [1] data paths, mounts [[/ (/dev/sda2)]], net usable_space [120.9gb], net total_space [240.1gb], spins? [possibly], types [ext4]
[2017-02-28T11:55:20,915][INFO ][o.e.e.NodeEnvironment ] [elastic-test_node_1] heap size [1.9gb], compressed ordinary object pointers [true]
[2017-02-28T11:55:24,236][INFO ][o.e.n.Node ] [elastic-test_node_1] node name [elastic-test_node_1], node ID [PQ6WNYMyQN-rgE1zOUNGow]
[2017-02-28T11:55:24,588][INFO ][o.e.n.Node ] [elastic-test_node_1] version[5.2.2], pid[11401], build[f9d9b74/2017-02-24T17:26:45.835Z], OS[Linux/4.4.0-64-generic/amd64], JVM[Oracle Corporation/Java HotSpot(TM) 64-Bit Server VM/1.8.0_121/25.121-b13]
[2017-02-28T11:55:55,653][INFO ][o.e.p.PluginsService ] [elastic-test_node_1] loaded module [aggs-matrix-stats]
[2017-02-28T11:55:55,655][INFO ][o.e.p.PluginsService ] [elastic-test_node_1] loaded module [ingest-common]
[2017-02-28T11:55:55,655][INFO ][o.e.p.PluginsService ] [elastic-test_node_1] loaded module [lang-expression]
[2017-02-28T11:55:55,655][INFO ][o.e.p.PluginsService ] [elastic-test_node_1] loaded module [lang-groovy]
[2017-02-28T11:55:55,656][INFO ][o.e.p.PluginsService ] [elastic-test_node_1] loaded module [lang-mustache]
[2017-02-28T11:55:55,656][INFO ][o.e.p.PluginsService ] [elastic-test_node_1] loaded module [lang-painless]
[2017-02-28T11:55:55,656][INFO ][o.e.p.PluginsService ] [elastic-test_node_1] loaded module [percolator]
[2017-02-28T11:55:55,656][INFO ][o.e.p.PluginsService ] [elastic-test_node_1] loaded module [reindex]
[2017-02-28T11:55:55,656][INFO ][o.e.p.PluginsService ] [elastic-test_node_1] loaded module [transport-netty3]
[2017-02-28T11:55:55,656][INFO ][o.e.p.PluginsService ] [elastic-test_node_1] loaded module [transport-netty4]
[2017-02-28T11:55:55,658][INFO ][o.e.p.PluginsService ] [elastic-test_node_1] no plugins loaded
[2017-02-28T11:56:41,868][INFO ][o.e.n.Node ] [elastic-test_node_1] initialized
[2017-02-28T11:56:41,868][INFO ][o.e.n.Node ] [elastic-test_node_1] starting ...
[2017-02-28T11:56:44,059][WARN ][o.e.m.j.JvmGcMonitorService] [elastic-test_node_1] [gc][young][1][7] duration [1.5s], collections [1]/[2s], total [1.5s]/[14.1s], memory [83.9mb]->[26.7mb]/[1.9gb], all_pools {[young] [62.2mb]->[1.6mb]/[66.5mb]}{[survivor] [8.3mb]->[8.3mb]/[8.3mb]}{[old] [13.3mb]->[18.2mb]/[1.9gb]}
[2017-02-28T11:56:44,066][WARN ][o.e.m.j.JvmGcMonitorService] [elastic-test_node_1] [gc][1] overhead, spent [1.5s] collecting in the last [2s]
[2017-02-28T11:56:46,731][INFO ][o.e.t.TransportService ] [elastic-test_node_1] publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
[2017-02-28T11:56:50,623][INFO ][o.e.c.s.ClusterService ] [elastic-test_node_1] new_master {elastic-test_node_1}{PQ6WNYMyQN-rgE1zOUNGow}{IfkXtLuAQkuQXPN9NpEjEg}{127.0.0.1}{127.0.0.1:9300}, reason: zen-disco-elected-as-master ([0] nodes joined)
[2017-02-28T11:56:51,182][INFO ][o.e.h.HttpServer ] [elastic-test_node_1] publish_address {127.0.0.1:9200}, bound_addresses {[::1]:9200}, {127.0.0.1:9200}
[2017-02-28T11:56:51,182][INFO ][o.e.n.Node ] [elastic-test_node_1] started
[2017-02-28T11:57:05,571][WARN ][o.e.m.j.JvmGcMonitorService] [elastic-test_node_1] [gc][young][9][8] duration [13.5s], collections [1]/[14.5s], total [13.5s]/[27.7s], memory [85.3mb]->[58.6mb]/[1.9gb], all_pools {[young] [58.9mb]->[449.5kb]/[66.5mb]}{[survivor] [8.3mb]->[5.5mb]/[8.3mb]}{[old] [18mb]->[52.8mb]/[1.9gb]}
[2017-02-28T11:57:05,575][WARN ][o.e.m.j.JvmGcMonitorService] [elastic-test_node_1] [gc][9] overhead, spent [13.5s] collecting in the last [14.5s]
[2017-02-28T11:57:09,139][INFO ][o.e.g.GatewayService ] [elastic-test_node_1] recovered [3] indices into cluster_state
[2017-02-28T11:57:29,154][INFO ][o.e.c.r.a.AllocationService] [elastic-test_node_1] Cluster health status changed from [RED] to [YELLOW] (reason: [shards started [[.kibana][2]] ...]).
[2017-02-28T11:57:31,006][DEBUG][o.e.a.s.TransportSearchAction] [elastic-test_node_1] [.kibana][0], node[PQ6WNYMyQN-rgE1zOUNGow], [P], s[STARTED], a[id=XxsDF0IQQUOeLIeMYhlIyw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[.kibana], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_alisases_to_multiple_indices=true, forbid_closed_indices=true], types=[config], routing='null', preference='null', requestCache=null, scroll=null, source={
"size" : 1000,
"sort" : [
{
"buildNum" : {
"order" : "desc",
"unmapped_type" : "string"
}
}
]
}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [elastic-test_node_1][127.0.0.1:9300][indices:data/read/search[phase/query]]
Caused by: java.lang.UnsupportedOperationException
at java.util.AbstractMap.put(AbstractMap.java:209) ~[?:1.8.0_121]
at org.elasticsearch.index.mapper.KeywordFieldMapper$TypeParser.parse(KeywordFieldMapper.java:152) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.index.mapper.MapperService.unmappedFieldType(MapperService.java:685) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:260) ~[elasticsearch-5.2.2.jar:5.2.2]

Here is the part from the elasticsearch log showing the UnsupportedOperationException error

[2017-02-28T11:57:31,379][DEBUG][o.e.a.s.TransportSearchAction] [elastic-test_node_1] [.kibana][3], node[PQ6WNYMyQN-rgE1zOUNGow], [P], s[STARTED], a[id=W2dhNqwSSwWjh-qjmJ0UDg]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[.kibana], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_alisases_to_multiple_indices=true, forbid_closed_indices=true], types=[config], routing='null', preference='null', requestCache=null, scroll=null, source={
"size" : 1000,
"sort" : [
{
"buildNum" : {
"order" : "desc",
"unmapped_type" : "string"
}
}
]
}}] lastShard [true]
org.elasticsearch.transport.RemoteTransportException: [elastic-test_node_1][127.0.0.1:9300][indices:data/read/search[phase/query]]
Caused by: java.lang.UnsupportedOperationException
at java.util.AbstractMap.put(AbstractMap.java:209) ~[?:1.8.0_121]
at org.elasticsearch.index.mapper.KeywordFieldMapper$TypeParser.parse(KeywordFieldMapper.java:152) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.index.mapper.MapperService.unmappedFieldType(MapperService.java:685) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.search.sort.FieldSortBuilder.build(FieldSortBuilder.java:260) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.search.sort.SortBuilder.buildSort(SortBuilder.java:156) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:688) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:540) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:516) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:251) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.action.search.SearchTransportService$6.messageReceived(SearchTransportService.java:298) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.action.search.SearchTransportService$6.messageReceived(SearchTransportService.java:295) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.transport.RequestHandlerRegistry.processMessageReceived(RequestHandlerRegistry.java:69) ~[elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.transport.TransportService$7.doRun(TransportService.java:610) [elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.common.util.concurrent.ThreadContext$ContextPreservingAbstractRunnable.doRun(ThreadContext.java:596) [elasticsearch-5.2.2.jar:5.2.2]
at org.elasticsearch.common.util.concurrent.AbstractRunnable.run(AbstractRunnable.java:37) [elasticsearch-5.2.2.jar:5.2.2]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_121]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_121]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_121]
[2017-02-28T11:57:31,404][DEBUG][o.e.a.s.TransportSearchAction] [elastic-test_node_1] [.kibana][2], node[PQ6WNYMyQN-rgE1zOUNGow], [P], s[STARTED], a[id=wKqmOKLyR1Gl1WNjrOvmWw]: Failed to execute [SearchRequest{searchType=QUERY_THEN_FETCH, indices=[.kibana], indicesOptions=IndicesOptions[id=38, ignore_unavailable=false, allow_no_indices=true, expand_wildcards_open=true, expand_wildcards_closed=false, allow_alisases_to_multiple_indices=true, forbid_closed_indices=true], types=[config], routing='null', preference='null', requestCache=null, scroll=null, source={
"size" : 1000,
"sort" : [
{
"buildNum" : {
"order" : "desc",
"unmapped_type" : "string"
}
}
]
}}]

@wmstein if you execute the following curl against ES, does it return anything? curl -XGET http://localhost:9200/.kibana?

curl -XGET http://localhost:9200/.kibana
{".kibana":{"aliases":{},"mappings":{"visualization":{"properties":{"description":{"type":"string"},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"string"}}},"savedSearchId":{"type":"string"},"title":{"type":"string"},"uiStateJSON":{"type":"string"},"version":{"type":"integer"},"visState":{"type":"string"}}},"dashboard":{"properties":{"description":{"type":"string"},"hits":{"type":"integer"},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"string"}}},"optionsJSON":{"type":"string"},"panelsJSON":{"type":"string"},"timeFrom":{"type":"string"},"timeRestore":{"type":"boolean"},"timeTo":{"type":"string"},"title":{"type":"string"},"uiStateJSON":{"type":"string"},"version":{"type":"integer"}}},"search":{"properties":{"columns":{"type":"string"},"description":{"type":"string"},"hits":{"type":"integer"},"kibanaSavedObjectMeta":{"properties":{"searchSourceJSON":{"type":"string"}}},"sort":{"type":"string"},"title":{"type":"string"},"version":{"type":"integer"}}},"index-pattern":{"properties":{"fieldFormatMap":{"type":"string"},"fields":{"type":"string"},"timeFieldName":{"type":"string"},"title":{"type":"string"}}}},"settings":{"index":{"creation_date":"1488223087509","number_of_shards":"5","number_of_replicas":"1","uuid":"yyj4lbTNRmaUXBLXQfxTbg","version":{"created":"2030199","upgraded":"5020299"}}}}}

@wmstein were you ever able to get Kibana to load, or have you been getting this error every-time you try to start Kibana?

yeah everytime get same error. i have stopped and started serveral times and get same java error in log file

Could you try running the following curl:

curl -XGET "http://localhost:9200/.kibana/_search" -d'
{
  "size": 1000,
  "sort": [
    {
      "buildNum": {
        "order": "desc",
        "unmapped_type": "string"
      }
    }
  ]
}'
1 Like

{"error":{"root_cause":[{"type":"unsupported_operation_exception","reason":null}],"type":"search_phase_execution_exception","reason":"all shards failed","phase":"query","grouped":true,"failed_shards":[{"shard":0,"index":".kibana","node":"PQ6WNYMyQN-rgE1zOUNGow","reason":{"type":"unsupported_operation_exception","reason":null}}],"caused_by":{"type":"unsupported_operation_exception","reason":null}},"status":500}compaq@

@mwstein very interesting, I appreciate your patience running all of these queries for me.

Let's try to delete the .kibana index, and it'll recreate it, I wanna see if it works the second time around. To do so, let's run curl -XDELETE http://localhost:9200/.kibana

4 Likes

sweet. looks like that was the issue. thanks a ton.

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