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"