From 1b12ecff87e920913ecd14ecf207b792a71533a6 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Leclercq Date: Thu, 10 Jul 2025 21:21:01 +0200 Subject: [PATCH] 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 --- CLI.md | 6 ++++-- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CLI.md b/CLI.md index ce94cf403..f4d1e2eb4 100644 --- a/CLI.md +++ b/CLI.md @@ -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_` will be parsed in commands which expect it. diff --git a/pyproject.toml b/pyproject.toml index c069ad208..2f2347090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "1.3.7" +version = "1.3.8" 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." readme = "README.md" requires-python = ">=3.12"