opensearch-project / opensearch-project/security-analytics
[SRE] Implement RuleStore
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Java
- Stars
- 111
- Forks
- 111
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 13
Description
Related #993
The RuleStore is the intermediary between the rule update/parsing process and the rule evaluation process. The RuleStore is an interface that exposes methods to update the set of rules to be evaluated and to retrieve them.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Read related issue #993 first, then trace the rule update/parsing process and rule evaluation process described here. Done means defining and implementing the RuleStore interface so it can update the set of rules to be evaluated and retrieve those rules.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend, security
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100