Lots of cluster_block_exception indexing errors

Hi all,

I’m seening lots of these:

{“type”:“cluster_block_exception”,“reason”:“blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];”}

The disk has free space.

If I run this:

sudo curl -XPUT -H “Content-Type: application/json” https://localhost:9200/_all/_settings -d ‘{“index.blocks.read_only_allow_delete”: null}’

I get this:

curl: (35) error:1408F10B:SSL routines:ssl3_get_record:wrong version number

Graylog 3.0.2 running as a VM.

Thanks,
Adam

Disregard. Seems I needed to specify “http” and not https.

Thanks.

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