From df6dd09db4a2f7e24a81502f4e2b7146713597af Mon Sep 17 00:00:00 2001 From: Mika Ayenson Date: Tue, 13 Feb 2024 16:36:01 -0600 Subject: [PATCH] [FR] Add New Kibana Schema Issue Template (#3441) --- .../new_kibana_feature_request.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/new_kibana_feature_request.md diff --git a/.github/ISSUE_TEMPLATE/new_kibana_feature_request.md b/.github/ISSUE_TEMPLATE/new_kibana_feature_request.md new file mode 100644 index 000000000..094a3ea8d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/new_kibana_feature_request.md @@ -0,0 +1,37 @@ +--- +name: Kibana schema update feature request +about: 'New Kibana schema feature request.' +title: "[FR] Update schemas to support " +labels: "Area: DED,Team: TRADE,schema,python,enhancement" +assignees: '' +projects: "elastic/1268,elastic/1271" + +--- + +## Summary + + + + +## Tasks + + +```[tasklist] +#### PR Checklist +- [ ] Link to the relevant Kibana PR or issue provided +- [ ] Exported detection rule(s) from Kibana to showcase the feature(s) +- [ ] Converted the exported ndjson file(s) to toml in the detection-rules repo +- [ ] Re-exported the toml rule(s) to ndjson and re-imported into Kibana +- [ ] Updated necessary unit tests to accommodate the feature +- [ ] Applied min_compat restrictions to limit the feature to a specified minimum stack version +- [ ] Executed all unit tests locally with a test toml rule to confirm passing +- [ ] Included Kibana PR implementer as an optional reviewer for insights on the feature +- [ ] Implemented requisite downgrade functionality +- [ ] Cross-referenced the feature with product documentation for consistency +- [ ] Incorporated a comprehensive test rule in unit tests for full schema coverage +- [ ] Conducted system testing, including fleet, import, and create APIs +``` + +## Dependencies and Constraints + +...