opensearch-project / opensearch-project/security-analytics

[SRE] Implement RuleStore

Open
#997 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.