We use Kibana 7.1.0
We use a forwarding website on a windows IIS webserver which sends the browser to a full screen kibana dashboard. This computer is automatically restarting once a day and should auto open this monitor dashboard in kiosk mode. there is no keyboard connected on this screen.
Currently we have the issue to log in manually. How can we set up a automatic log-in so that the dashboard shows the content automatically.
<html>
<head>
<meta http-equiv="refresh" content="1; URL=https://8d2773dc534c4ed7a1f791........... )">
</head>
<body>
<h1>Weiterleitung an Kibana</h1>
<p>Falls Ihr Browser keine automatische Weiterleitung unterstützt, <a href="https://8d2773dc534c4ed7a1f791........... >klicken Sie hier</a>!</p>
</body>
</html>