Filtered alias not working

Hi ,
I'm trying to create an alias filtered based on existing field but it seems not working

Does anyone have any idea about this issue?

POST /_aliases
{
"actions" : [
{
"add" : {
"index" : "myIndex",
"alias" : "alias_test",
"filter" : {
"terms" : { "log.file.path" :["/progiciel/test/jboss/standalone/log/*"]}
}
}
}
]
}

Thanks

Hi @Amani188

Could you give more details about the problem you are facing? Is there an error or do you have no results? If you can provide some example for simularia that would be great.

Hi,
I want to create an alias based on filter but i don't have result , I've tried without filter it works i can see data in kibana but with filter it seems not working.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.