Monitoring error in Kibana [closed]

Hi ,

Following some data ingest, on a single node (dev) on win 10 with
ES + Kibana 6
6.0.0 RC2

Regards

Bruno

Kibana settings

{
  ".kibana": {
    "settings": {
      "index": {
        "number_of_shards": "1",
        "blocks": {
          "read_only_allow_delete": "true"
        },
        "provided_name": ".kibana",
        "creation_date": "1512127005194",
        "number_of_replicas": "1",
        "uuid": "XORRH8lOQOaSbmMpPo46rA",
        "version": {
          "created": "6000052"
        }
      }
    }
  }
}

LOG ES

[2018-01-11T17:41:59,380][WARN ][o.e.x.m.MonitoringService] [DESKTOP-5LBMPU2] monitoring execution failed
org.elasticsearch.xpack.monitoring.exporter.ExportException: Exception when closing export bulk
at org.elasticsearch.xpack.monitoring.exporter.ExportBulk$1$1.(ExportBulk.java:106) ~[?:?]
at org.elasticsearch.xpack.monitoring.exporter.ExportBulk$1.onFailure(ExportBulk.java:104) ~[?:?]

LOG KIBANA

log [16:40:15.326] [error][monitoring-ui] [export_exception] Exception when closing export bulk ::
{"path":"/_xpack/monitoring/_bulk","query":{"system_id":"kibana","system_api_version":"6","interval":"10000ms"},
"body":"{"index":{"_type":"kibana_settings"}}\n{"kibana_uuid":"90ad802c-a3d6-439d-b9bf-ff43c7cc4cfc",
"xpack":{"default_admin_email":null}}\n{"index":{"_type":"kibana_stats"}}\n{"kibana":{"uuid":"90ad802c-a3d6-439d-b9bf-ff43c7cc4cfc",
"name":"DESKTOP-5LBMPU2","index":".kibana","host":"DESKTOP-5LBMPU2","transport_address":"localhost:5601","version":"6.0.0-rc2",
"snapshot":false,"status":"green"},"concurrent_connections":0,"os":{"load":{"1m":0,"5m":0,"15m":0},
"memory":{"total_in_bytes":17024618496,"free_in_bytes":10006470656,"used_in_bytes":7018147840},"uptime_in_millis":1473453.382},
"process":{"event_loop_delay":152.15595800010487,"memory":{"heap":{"total_in_bytes":128827392,"used_in_bytes":102462480,"size_limit":1501560832},
"resident_set_size_in_bytes":150028288},"uptime_in_millis":197771},"requests":{"disconnects":0,"total":0,"status_codes":{}},"response_times":
{"average":0,"max":0},"timestamp":"2018-01-11T16:40:14.938Z"}\n","statusCode":500,"response":"{"took":14,"errors":true,
"error":{"type":"export_exception","reason":"Exception when closing export bulk","caused_by":{"type":"export_exception",
"reason":"failed to flush export bulks","caused_by":{"type":"export_exception","reason":"bulk [default_local] reports failures when exporting documents","exceptions":[{"type":"export_exception","reason":"ClusterBlockException[blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];]","caused_by":{"type":"cluster_block_exception","reason":"blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];"}},{"type":"export_exception","reason":"ClusterBlockException[blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];]","caused_by":{"type":"cluster_block_exception","reason":"blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];"}}]}}}}"}
at respond (C:\Program Files\kibana-6.0.0-rc2-windows-x86_64\kibana-6.0.0-rc2-windows-x86_64\node_modules\elasticsearch\src\lib\transport.js:29

Hi there, please see After restarting Elasticsearch, monitoring execution fails, a thread on a similar problem.

Thanks,
CJ

1 Like

Hi,
After restarting several times always the same issue
Rgds
Bruno

6.0 is now GA and the latest release is 6.1.1. Please upgrade from the RC :slight_smile:

I've upgraded to 6.1.1
Using the msi installer for ES, ok
Manually for kibana
Restrarting kibana Status is REd
[cluster_block_exception] blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];

and infinite loop on kibana window
08:08:21.006] [info][elasticsearch] Adding mappings to kibana index for SavedObject types "updated_at"

...;
Rgds

Re-installing again OK, I think I was blocked
by cluster.routing.allocation.disk.threshold_enabled
Now I will try to manually copy my old indexes to the new install,
another topic
Rgds

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