Hi,
I am developing my own external custom plugin in React.
My logging data for monitoring and all is stored is ES only, as expected. But I'm confused about where to store my personal information of customers and their inventory data. Should I store that also in ES or should I go for a database?
I am planning to implement multi-tenancy as well, so I will also need to encrypt the data ( if stored in ES or DB ) and also implement data abstraction using users, roles and namespaces.
Kingly guide me
Thanks