README fixes (#5616)
* Small fixes * Version bump --------- Co-authored-by: Mika Ayenson, PhD <Mikaayenson@users.noreply.github.com>
This commit is contained in:
@@ -84,8 +84,8 @@ Note: The `kibana` and `kql` packages are not available on PyPI and must be inst
|
|||||||
```console
|
```console
|
||||||
|
|
||||||
# Install from the repository
|
# Install from the repository
|
||||||
pip3 install git+https://github.com/elastic/detection-rules.git#subdirectory=kibana
|
pip3 install git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kibana
|
||||||
pip3 install git+https://github.com/elastic/detection-rules.git#subdirectory=kql
|
pip3 install git+https://github.com/elastic/detection-rules.git#subdirectory=lib/kql
|
||||||
|
|
||||||
# Or locally for development
|
# Or locally for development
|
||||||
pip3 install lib/kibana lib/kql
|
pip3 install lib/kibana lib/kql
|
||||||
@@ -162,4 +162,4 @@ Occasionally, we may want to import rules from another repository that already h
|
|||||||
- This repository includes new and updated rules that have not been released yet. To see the latest set of rules released with the stack, see the [Prebuilt rule reference](https://www.elastic.co/guide/en/security/current/prebuilt-rules-downloadable-updates.html).
|
- This repository includes new and updated rules that have not been released yet. To see the latest set of rules released with the stack, see the [Prebuilt rule reference](https://www.elastic.co/guide/en/security/current/prebuilt-rules-downloadable-updates.html).
|
||||||
- If you’d like to report a false positive or other type of bug, please create a GitHub issue and check if there's an existing one first.
|
- If you’d like to report a false positive or other type of bug, please create a GitHub issue and check if there's an existing one first.
|
||||||
- Need help with Detection Rules? Post an issue or ask away in our [Security Discuss Forum](https://discuss.elastic.co/c/security/) or the **#security-detection-rules** channel within [Slack workspace](https://www.elastic.co/blog/join-our-elastic-stack-workspace-on-slack).
|
- Need help with Detection Rules? Post an issue or ask away in our [Security Discuss Forum](https://discuss.elastic.co/c/security/) or the **#security-detection-rules** channel within [Slack workspace](https://www.elastic.co/blog/join-our-elastic-stack-workspace-on-slack).
|
||||||
- For DaC specific cases, pleases see our [support and scope documentation](docs-dev/detections-as-code.md#support-and-scope) for more information.
|
- For DaC specific cases, please see our [support and scope documentation](docs-dev/detections-as-code.md#support-and-scope) for more information.
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "detection_rules"
|
name = "detection_rules"
|
||||||
version = "1.5.37"
|
version = "1.5.38"
|
||||||
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."
|
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"
|
readme = "README.md"
|
||||||
requires-python = ">=3.12"
|
requires-python = ">=3.12"
|
||||||
|
|||||||
Reference in New Issue
Block a user