Hello,
I'm trying to create a role using the following query:
"range": {
"a_date_field": {
"gte": "now-1M/d"
}
}
The intent is to only allow access to last month's data. Elastic returns permission filters are not allowed to use the current timestamp. I just want to confirm that I can't use now in permission filtering. Is that right? Thank you.