Hello,
They just gave me a machine with Graylog installed and I have to trace logs from another server on it.
I didn’t have any problems connecting the other server on it but I have this error that’s showing:
{“type”:“cluster_block_exception”,“reason”:“blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];”}
I read about other topics that this command can help:
curl -XPUT -H “Content-Type: application/json” http://localhost:9200/_all/_settings -d ‘{“index.blocks.read_only_allow_delete”: null}’
But she sends this back to me:
curl: (6) Could not resolve host: application; Unknown error
{“error”:“Content-Type header [application/x-www-form-urlencoded] is not supported”,“status”:406}curl: (3) [globbing] unmatched close brace/bracket at pos 5
Thank you in advance for your help