it says it is possible to use Dynamic index patterns with Wildcards and regular expressions.
It also says
Hint: You can also use the [Kibana Confguration GUI]
so i was wondering, if it is somehow possible to use regular expressions
in the index permissions of the role definition of the search guard kibana plugin
i tried several patterns, but no luck
i wanted to use the GUI for creating index permissions, in the kibana plugin on
localhost:5601/app/searchguard-configuration#/create-role
but wasn’t lucky with escape characters, now i found out how to do it correctly
with
/(.*).$/
it matches all, i was a little confused earlier about the escape characters
so i found my solution, thank you for looking into my problem @srgbnd