I am trying to change the Elastic Search index setting to make it writable by curl command.
curl -XPUT http://1XX.xxx.xx9.xx0:9200/my_index/_settings
{ "index": {
"index.blocks.read_only" : false
}
}
But I am getting some error
curl: (3) [globbing] unmatched close brace/bracket in column 1