Hello,
I have given DLS as below in one role created through roles.yml.
{“bool”: { “must”: [ { “terms”: { “Geo.keyword”: [${attr.proxy.geo}] } }, { “terms”: { “Brand”: [${attr.proxy.brand}] } }, { “terms”: { “Industry”: [${attr.proxy.industry}] } } ] } }
Here it is not identifying ${attr.proxy.brand}. Can you help how to get value dynamically into the variable inside roles.yml file?