Skip to content

Commit 922280d

Browse files
m-a-leclercqtradebot-elastic
authored andcommitted
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 <[email protected]> Co-authored-by: eric-forte-elastic <[email protected]> (cherry picked from commit 1b12ecf)
1 parent 1bb05ed commit 922280d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CLI.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ Currently supported arguments:
2525
* elasticsearch_url
2626
* kibana_url
2727
* cloud_id
28-
* *_user (kibana and es)
29-
* *_password (kibana and es)
28+
* es_user
29+
* es_password
3030
* api_key
3131

32+
Authenticating to Kibana is only available using api_key.
33+
3234
#### Using environment variables
3335

3436
Environment variables using the argument format: `DR_<UPPERCASED_ARG_NAME>` will be parsed in commands which expect it.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "detection_rules"
3-
version = "1.3.7"
3+
version = "1.3.8"
44
description = "Detection Rules is the home for rules used by Elastic Security. This repository is used for the development, maintenance, testing, validation, and release of rules for Elastic Security’s Detection Engine."
55
readme = "README.md"
66
requires-python = ">=3.12"

0 commit comments

Comments
 (0)