external elastic search user necessary rights
we are trying to use an external elastic search cluster. our elastic search admins asked necessary elastic user right (i.e. indexes) when we asked them for a user and password to create.
we are trying to use an external elastic search cluster. our elastic search admins asked necessary elastic user right (i.e. indexes) when we asked them for a user and password to create.
Give the Elasticsearch user only what SRS needs. At the cluster level, grant monitor (so SRS can check health) and the abilities to manage index templates and ILM if you use them (manage_index_templates, manage_ilm). At the index level, scope permissions to your SRS index prefix (not all indices): create_index, write, read, delete, delete_by_query, manage, manage_aliases, and manage_settings. If you use ingest pipelines, add manage_ingest_pipelines. Do not give superuser or indices:* on everything; keep it to the SRS prefix you configure. Rotate the credentials and enable TLS on transport/http. This aligns with SRS externalization guidance and Elasticsearch’s documented privilege model.
Question Solved
Question Solved
Question
Question Solved
Question
Question
Question
Question
Question
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.