From 4b8676c5863cf7aa033cf1b74ae2b83bec3c89f5 Mon Sep 17 00:00:00 2001 From: Eric Forte <119343520+eric-forte-elastic@users.noreply.github.com> Date: Mon, 24 Feb 2025 10:15:19 -0500 Subject: [PATCH] [Bug] [DaC] Fix Typo in CLI.md (#4491) * Fix Typo in CLI.md --- CLI.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CLI.md b/CLI.md index 20ab7376a..ff3e28fbc 100644 --- a/CLI.md +++ b/CLI.md @@ -25,7 +25,7 @@ Currently supported arguments: * elasticsearch_url * kibana_url * cloud_id -* *_username (kibana and es) +* *_user (kibana and es) * *_password (kibana and es) * api_key diff --git a/pyproject.toml b/pyproject.toml index f0752cdd6..ae4642263 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "detection_rules" -version = "0.4.15" +version = "0.4.16" 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"