TomonoriSoejima / Tejun

notes related to working cases
5 stars 3 forks source link

[ECE 2.11.0] what would happen if you delete `kibana*` in ECE #66

Open TomonoriSoejima opened 3 years ago

TomonoriSoejima commented 3 years ago

In case you have only 1 kibana, this is what happens.

I get this when I try to login to Kibana.

{"statusCode":500,"error":"Internal Server Error","message":"[illegal_argument_exception: [illegal_argument_exception] Reason: application privileges must refer to at least one resource]: application privileges must refer to at least one resource"}

Then I when clicked Terminate I get this There was an internal server error.

image

Force Restart triggers Configuration change, but I get the same internal error after trying to Terminate again.

Adding 2nd zone to logging-and-metrics and see if kibana resurrects.

That fixed the issue.

In 2.7.2

After DELETE .kibana* and I get this error when I login to kibana.

{"statusCode":400,"error":"Bad Request","message":"[illegal_argument_exception] application privileges must refer to at least one resource"}

To fix this, I did try below.

Force Restart worked here.