Voula_Mikr
(Voula Mikromastora)
February 26, 2020, 1:06pm
1
Hi,
I am using Elasticsearch 7.0.1 and I am trying to set an index as default with the below command:
curl 'ip _:5601/api/kibana/settings'
-H 'kbn-version: 7.0.1'
-H 'Content-Type: application/json'
--data-binary '{"changes":{"defaultIndex":"979390d0-3def-11ea-ad1f-5b09c073c7d3"}}'
--compressed
and I get :
{"message":"blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];: [cluster_block_exception] blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];","statusCode":403,"error":"Forbidden"}
I read this
it looks like I ran out of space. I free up some space by deleted bunch of unneeded indices and docs.
... yet still keep getting following error:
logstash | [2018-12-30T15:38:10,978][INFO ][logstash.outputs.elasticsearch] retrying failed action with response code: 403 ({"type"=>"cluster_block_exception", "reason"=>"blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];"})
I even tried running following query as well
PUT /_settings
{
"index": {
"blocks": {
"read_only_a…
but there is only :
I tried this :
but with no result.
Could you please help with this?
Thank you in advance!
system
(system)
Closed
March 25, 2020, 1:06pm
2
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.