How to change the elastic search configuration during runtime ? #5290
-
Assume we have a single elastic database engine and must build a single application where each user should ask a question and retrieve an answer. However, each user should have access to a different index "database" on the elastic search. The questions are: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Hey @agemagician what are you trying to achieve? I don't think I'm understanding your use case. 🤔 |
Beta Was this translation helpful? Give feedback.
Yes, you should be able to do so and that's the approach I recommend if you have different credentials for each user. However it's a fairly rare usecase, so if it doesn't work please let us know which difficulties you face!