Hello,
I have just updated kibana to 7.2 from 6.6.1 and when I try to start it I am getting the following error message:
Jul 11 17:43:25 mgt-vmnvlog01-1c.redcapcloud.local kibana[21732]: try\":\"e1c8bc94e443aefd9458932cc0697a4d\",\"graph-workspace\":\"cd7ba1330e6682e9cc00b78850874be1\",\"space\":\"25de8c2deec044392922989cfcf24c54\",\"apm-telemetry\":\"07ee1939fa4302c62ddc052ec03fed90\",\"map\":\"23d7aa4a720d4938ccde3983f87bd58d\",\"maps-telemetry\":\"a4229f8b16a6820c6d724b7e0c1f729d\",\"canvas-workpad\":\"b0a1706d356228dbdcb4a17e6b9eb231\",\"canvas-element\":\"7390014e1091044523666d97247392fc\",\"infrastructure-ui-source\":\"ddc0ecb18383f6b26101a2fadb2dab0c\",\"siem-ui-timeline\":\"1f6f0860ad7bc0dba3e42467ca40470d\",\"siem-ui-timeline-note\":\"8874706eedc49059d4cf0f5094559084\",\"siem-ui-timeline-pinned-event\":\"20638091112f0e14f0e443d512301c29\",\"upgrade-assistant-reindex-operation\":\"a53a20fe086b72c9a86da3cc12dad8a6\",\"upgrade-assistant-telemetry\":\"56702cec857e0a9dacfb696655b4ff7b\",\"index-pattern\":\"66eccb05066c5a89924f48a9e9736499\",\"visualization\":\"52d7a13ad68a150c4525b292d23e12cc\",\"search\":\"181661168bbadd1eff5902361e2a0d5c\",\"dashboard\":\"eb3789e1af878e73f85304333240f65f\",\"url\":\"c7f66a0df8b1b52f17c28c4adb111105\",\"server\":\"ec97f1c5da1a19609a60874e5af1100c\",\"kql-telemetry\":\"d12a98a6f19a2d273696597547e064ee\",\"sample-data-telemetry\":\"7d3cfeb915303c9641c59681967ffeb4\",\"timelion-sheet\":\"9a2a2748877c7a7b582fef201ab1d4cf\",\"ui-metric\":\"0d409297dc5ebe1e3a1da691c6ee32e3\"}}},\"settings\":{\"number_of_shards\":1,\"auto_expand_replicas\":\"0-1\"}}","statusCode":400,"response":"{\"error\":{\"root_cause\":[{\"type\":\"remote_transport_exception\",\"reason\":\"[MGT-VMNVLOG02-1c][172.16.99.6:9300][indices:admin/create]\"}],\"type\":\"illegal_argument_exception\",\"reason\":\"Validation Failed: 1: this action would add [2] total shards, but this cluster currently has [3260]/[2000] maximum shards open;\"},\"status\":400}"}
This seam to be elasticsearch problem. I am running a two node cluster and it seam that the 2000 shards/node is not enough since I have lots of indices. I don't see how can I lower the number of shards to fit in those 2000. Any idea?