Hi opendistro community , lately i’ve tried implementing the document level security feature in my dashboards but i’m stuck , i’m using the default admin user, when i configure dls it gives me this error
[data] [elasticsearch] [version_conflict_engine_exception]: [config:7.10.2]: version conflict, document already exists (current version [4])
this is my dls query :
{
“bool”: {
“must”: { “match”: { “host.hostname”: “******”}}
}
}
i’ve posted another topic about this(Document Level Security version conflict error) but nothing yet , i’m really stuck and i’ve tried a lot of things and nothing worked , any help would be appreciated guys
thanks in advance.
PS: i’m using the latest version of OD and ELK 7.10.2.