[FR] Update Reference Material to Include New Config Options#53
Open
eric-forte-elastic wants to merge 1 commit intomainfrom
Open
[FR] Update Reference Material to Include New Config Options#53eric-forte-elastic wants to merge 1 commit intomainfrom
eric-forte-elastic wants to merge 1 commit intomainfrom
Conversation
_config.yaml / ES|QL bypasses)
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Updates the root-level DaC documentation to match elastic/detection-rules#5869: fine-grained optional validation bypasses in
_config.yaml, newDR_BYPASS_ESQL_*environment variables, and clearer wording around local ES|QL checks versus remote stack validation.Why
PR #5869 adds:
bypass_optional_elastic_validation: true— still enables all optional bypasses at config load.bypass_note_validation_and_parse,bypass_bbr_lookback_validation,bypass_tags_validation,bypass_timeline_template_validation,bypass_esql_keep_validation,bypass_esql_metadata_validation— each sets the matchingDR_BYPASS_*at load time.DR_BYPASS_ESQL_KEEP_VALIDATION,DR_BYPASS_ESQL_METADATA_VALIDATION.The reference previously implied ES|QL was not validated locally at all; the repo does run some local semantic checks (metadata /
keepexpectations) while full syntax and semantics still require a cluster.Files changed
docs/dac_quick_start_guide.mddocs/internals_of_the_detection_rules_repo.md_config.yamlexample on fine-grained bypasses and bulk-flag precedence.docs/etoe_reference_example.md_config.yamlfor fine-grained options.References
detection_rules/etc/_config.yaml