This repository was archived by the owner on Jan 27, 2023. It is now read-only.
[snapshot] Create minimal detection_rules package#843
Closed
[snapshot] Create minimal detection_rules package#843
Conversation
Collaborator
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
spong
reviewed
Feb 17, 2021
packages/detection_rules/0.0.1-dev.1/kibana/rules/CHANGELOG.json
Outdated
Show resolved
Hide resolved
This was referenced Feb 18, 2021
Collaborator
|
@rw-access Great to see progress on this. As soon as this stabilises and you get to the package-spec work, check out our change proposal flow: https://github.com/elastic/package-spec/blob/master/CONTRIBUTING.md#change-proposals |
2 tasks
This was referenced Mar 10, 2021
Author
|
elastic/package-spec is up to date. a lot has changed and this is an integration package now, so I'm going to update the test package and publish this first to elastic/integrations. |
3 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This is the start of a
detection_rulespackage.Related to https://github.com/elastic/security-team/issues/17
Includes
kibana/rules/rule-*.json: Individual rules as separate fileskibana/rules/changelog.json: Complete changelog for all rules in the packagemanifest.yml: Specifies the package metadata, uses a non-integrationpackage type and marks the package as experimental.When the format is stabilized and the package is ready to be promoted, a follow on PR will be created to elastic/package-spec to add the specification for the
kibana/rules/folder.{ "name": "detection_rules", "title": "Detection rules", "version": "0.0.1-dev.1", "release": "experimental", "description": "Rules for the detection engine in the Security application.", "type": "rules", "download": "/epr/detection_rules/detection_rules-0.0.1-dev.1.zip", "path": "/package/detection_rules/0.0.1-dev.1", "format_version": "1.0.0", "readme": "/package/detection_rules/0.0.1-dev.1/docs/README.md", "license": "basic", "categories": [ "security" ], "conditions": { "kibana.version": "^7.12.0" }, "assets": [ "/package/detection_rules/0.0.1-dev.1/manifest.yml", "/package/detection_rules/0.0.1-dev.1/docs/README.md", "/package/detection_rules/0.0.1-dev.1/kibana/rules/CHANGELOG.json", "/package/detection_rules/0.0.1-dev.1/kibana/rules/rule-a9cb3641-ff4b-4cdc-a063-b4b8d02a67c7.json", "/package/detection_rules/0.0.1-dev.1/kibana/rules/rule-ce64d965-6cb0-466d-b74f-8d2c76f47f05.json" ], "owner": { "github": "elastic/protections" } }