I want to give public read access to an index named "suggest".
If the roles configuration looks like this it would work:
anonymous:
indices:
'*': read
But when I define the index name like this I can't access the index:
anonymous:
indices:
'suggest': read
"suggest" is only an alias for "suggest-1", but both don't work. Whats the fault?