In this use case to search 2 Elasticseach indices are searched. I have added a common alias to the indices and a query i Kibana dev tools like
GET indexalias/_search
{
"query": ...
}
works as expected. The alias combines filebeat and a winlogbeat indices.
I want to create a Kibana dashbord which uses the alias. However, I am not able to create a Kibana index pattern with the alias. The alias does not show up on the Create Index Pattern page. Since the pattern should match filebeat-* and winlogbeat-* I am not able to create a pattern directly on the Create Index Pattern page.
As far as I have search the documentation and the forum this should be possible, but how?
Best regards
Flemming