Hi,
I work with IDOL (Intelligent Data Operating Layer) more for more than 13 years and right now, we are evaluating which IDOL functionalities Elasticsearch can perform OOTB. One of these features is the user profile / personalization.
On IDOL, we can create user profiles (not only for security purposes) and then perform operations based on user profile (as such: boost content based on user attributes; target information and recommend content to users; alert users to the existence of content; put users in touch with other users who have similar interests).
This is done by feeding the user profile according to user behavior (for example, extracting key concepts from documents that a user consumes, and then, using these concepts to recommend content).
By reading Elasticsearch documentation regarding User Profiles, I got the following information:
"The user profile feature is designed only for use by Kibana and Elastic’s Observability, Enterprise Search, and Elastic Security solutions. Individual users and external applications should not call this API directly. Elastic reserves the right to change or remove this feature in future releases without prior notice."
Does Elasticsearch support user profile on the context I mentioned above or anything similar?