Kibana authentication through script- saved object install and authenticate

Hello All,

-- Question is in context of automatic (through script) installation of kibana software.
-- We have enabled basic authentication for kibana and also enabled anonymous.
-- and we need to import SavedObjects immediately after installation of kibana.
-- To import savedObject, we need to pass apikey in the header (Authorization) for http request.
-- Will the APIKey remains unchanged (from last installation), when we do fresh (from scratch) installation of kibana?

API keys are stored in Elasticsearch index. So, if you don't delete/re-use the Elasticsearch data then API key should stay valid.

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