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

Missing required Elasticsearch permissions documentation #3999

Open
petergvizd-s1 opened this issue Sep 21, 2023 · 1 comment
Open

Missing required Elasticsearch permissions documentation #3999

petergvizd-s1 opened this issue Sep 21, 2023 · 1 comment

Comments

@petergvizd-s1
Copy link

petergvizd-s1 commented Sep 21, 2023

Describe the feature:
Currently I was not able to find permissions, that Janusgraph require to be able to successfully work with Elasticsearch. Would it be possible to add this section to documentation?

Describe a specific use case for the feature:
I think it would be beneficial for all users of Janusgraph to grant at least privilege to Elasticsearch user.

@michielboekhoff
Copy link

Not sure if this is applicable to your use-case, but I found that deploying The Hive (which uses Janusgraph) with this ES role worked:

hive_elastic_role:
  cluster: [ "manage" ]
  indices:
  - names: [ "thehive*" ]
    privileges: [ "all" ]

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