Clarify authentication settings to Kibana related to #4495 (#4819)

* Update CLI.md

Removing mentions of kibana_user and kibana_password since #4495 removed them entirely.

* Bump patch version

* Bump patch version

---------

Co-authored-by: Eric Forte <119343520+eric-forte-elastic@users.noreply.github.com>
Co-authored-by: eric-forte-elastic <eric.forte@elastic.co>
This commit is contained in:
Marc-Antoine Leclercq
2025-07-10 21:21:01 +02:00
committed by GitHub
parent 03f977246f
commit 1b12ecff87
2 changed files with 5 additions and 3 deletions
+4 -2
View File
@@ -25,10 +25,12 @@ Currently supported arguments:
* elasticsearch_url
* kibana_url
* cloud_id
* *_user (kibana and es)
* *_password (kibana and es)
* es_user
* es_password
* api_key
Authenticating to Kibana is only available using api_key.
#### Using environment variables
Environment variables using the argument format: `DR_<UPPERCASED_ARG_NAME>` will be parsed in commands which expect it.