How to remove extra unnecessary details from kibana anonymous user public dashboard

I have created an anonymous user in kibana.yml using that configuration no credentials are required to access the public dashboard
with url i.e http://xx.xxx.xx.xx:5601/s/adv_public/app/dashboards#/view/bc58c7d6-9073-4a25-9767-60f0ce81623f?_g=(filters%3A!()%2CrefreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3Anow-1y%2Fd%2Cto%3Anow)) I don't want this whole URL to be seen in front I want to show just ip address and port no. how can i do that please answer

This is the realm that I created for anon user in kibana.yml:

xpack.security.authc.providers:
anonymous.anonymous1:
order: 0
session:
idleTimeout: 1Y
credentials:
username: "xxxx"
password: "xxxxxxx"
basic.basic1:
order: 1

Welcome to our community! :smiley:

You would need to handle this outside Kibana as that's not functionality it provides.

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