I have a self-hosted Kibana, connected to a self-hosted Elasticsearch. Even when I login with the "elastic" user which is a super user, I don't see the "data view" in the "management" page. There's also no "Saved Objects" there.
Also, when I create a new "data view" on the "Discover -> Request Logs" page, it has a "temporary" label next to it. Even though I click the "save" button. And when I log out, it disappears.
My Kibana's settings are very basic:
server.host: "0.0.0.0"
server.port: 5608
elasticsearch.hosts: "...."
server.name: "..."
server.publicBaseUrl: "http://localhost:5608"
server.shutdownTimeout: "5s"
monitoring.ui.container.elasticsearch.enabled: true
elasticsearch.username: "kibana_system"
# The password is set in Kibana's keystore.
# Anonymouse access config
xpack.security.authc.providers:
basic.basic1:
order: 0
anonymous.anonymous1:
order: 1
credentials:
username: "kibana-anonymous"
# The password is set in Kibana's keystore