We are getting following error while importing the patch on Production env
The System Has Encountered an ErrorHTTP Code: 500APNX-1-4198-000Error Evaluating UI ExpressionExpression evaluation error [evaluation ID = Z9SC3J0B] : [valid:false,syntaxError:false,value:Expression evaluation error: An error occurred while executing a save: com.appian.dl.repo.PersistException: 1 failure(s): ClusterBlockException[blocked by: [FORBIDDEN/12/index read-only / allow delete (api)];]]
Appian suggest to run following command but we are not able to run this command as well, Any pointer will be helpful.
curl -XPUT --header "Authorization: Basic YWRtaW46YQ==" "localhost:9200/_all/_settings" -H 'Content-Type: application/json' -d' { "index.blocks.read_only_allow_delete": null } '
Discussion posts and replies are publicly visible
Why are you unable to run the command? If it's because you're on Windows, try the other command given in KB-1763.