Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues while using AWS Opensearch with Geoportal #597

Open
nitinchauhan-esri opened this issue Jan 25, 2025 · 1 comment
Open

Issues while using AWS Opensearch with Geoportal #597

nitinchauhan-esri opened this issue Jan 25, 2025 · 1 comment

Comments

@nitinchauhan-esri
Copy link

Image

Hi ,

There are 2 issues which I am facing at the moment:

  1. I am trying to use AWS opensearch with Geoportal but I am getting error as attached in screenshot
Image

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.

  1. 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

Image
@mhogeweg
Copy link
Member

hi, in you second screenshot, it appears your missing a }.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants