You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are 2 issues which I am facing at the moment:
I am trying to use AWS opensearch with Geoportal but I am getting error as attached in screenshot
The opensearch is having public access with fine grained access. Curl is working fine and getting the details. But when trying to put endpoint in app-context.xml I believe its not accepting it.
Secondly while trying to update following settings as described in Wiki
curl --location --request PUT 'https://opensearch_fqdn/_cluster/settings'
--header 'Content-Type: application/json'
--header 'Authorization: Basic ...'
--data '{
"persistent" : {
"indices.id_field_data.enabled" : true
}
}'
Error received - "Message": "Your request: '/_cluster/settings' payload is not allowed." Screenshot attached
The text was updated successfully, but these errors were encountered:
Hi ,
There are 2 issues which I am facing at the moment:
The opensearch is having public access with fine grained access. Curl is working fine and getting the details. But when trying to put endpoint in app-context.xml I believe its not accepting it.
curl --location --request PUT 'https://opensearch_fqdn/_cluster/settings'
--header 'Content-Type: application/json'
--header 'Authorization: Basic ...'
--data '{
"persistent" : {
"indices.id_field_data.enabled" : true
}
}'
Error received - "Message": "Your request: '/_cluster/settings' payload is not allowed." Screenshot attached
The text was updated successfully, but these errors were encountered: