You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Help texts are some how cut off on different help texts with ....
E.g. these:
Usage: detection_rules [OPTIONS] COMMAND [ARGS]...
Commands for detection-rules repository.
Options:
-D, --debug / -N, --no-debug Print full exception stacktrace on errors
-h, --help Show this message and exit.
Commands:
build-limited-rules Import rules from json, toml, or Kibana...
build-threat-map-entry Build a threat map entry.
create-rule Create a detection rule.
custom-rules Commands for supporting custom rules.
dev Commands related to the Elastic Stack rules...
es Commands for integrating with Elasticsearch.
export-rules-from-repo Export rule(s) and exception(s) into an...
generate-rules-index Generate enriched indexes of rules, based on a...
import-rules-to-repo Import rules from json, toml, or yaml files...
kibana Commands for integrating with Kibana.
mass-update Update multiple rules based on eql results.
normalize-data Normalize Elasticsearch data timestamps and sort.
rta Commands related to Red Team Automation (RTA)...
rule-search Use KQL or EQL to find matching rules.
test Run unit tests over all of the rules.
toml-lint Cleanup files with some simple toml formatting.
typosquat Commands for generating typosquat detections.
validate-all Check if all rules validates against a schema.
validate-rule Check if a rule staged in rules dir validates...
view-rule View an internal rule or specified rule file.
To Reproduce
Just execute these helps:
python3 -m detection_rules --help
python3 -m detection_rules dev --help
Maybe there are still others
Expected Behavior
One example is export-rules-from-repo.
It shows in the help text:
Export rule(s) and exception(s) into an...
however looking to the official repo file it should be
Export rule(s) and exception(s) into an importable ndjson file.
Screenshots
No response
Desktop - OS
None
Desktop - Version
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Bug
Help texts are some how cut off on different help texts with
...
.E.g. these:
To Reproduce
Just execute these helps:
python3 -m detection_rules --help
python3 -m detection_rules dev --help
Maybe there are still others
Expected Behavior
One example is
export-rules-from-repo
.It shows in the help text:
however looking to the official repo file it should be
Screenshots
No response
Desktop - OS
None
Desktop - Version
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: