I've configured anonymous access, but the Share Public URL option mentioned here does not appear. If I visit the resource I want to make available, I can access it anonymously.
Elasticsearch config:
security:
enabled: true
authc:
anonymous:
roles: anon_access
authz_exception: true
Kibana config:
authc:
selector.enabled: true
providers:
basic.basic1:
order: 0
anonymous.anonymous1:
order: 1
credentials: "elasticsearch_anonymous_user"