Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Custom log types] Support custom log types in detection rule creation and detector creation #676

Merged
merged 20 commits into from
Jul 31, 2023

Conversation

amsiglan
Copy link
Collaborator

Description

In this PR we have updated Detection rule and Detector workflows to support custom log types.

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

amsiglan added 17 commits July 26, 2023 19:31
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Merging #676 (e44d3cc) into main (dd1e88f) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #676      +/-   ##
==========================================
- Coverage   31.37%   31.35%   -0.03%     
==========================================
  Files         151      150       -1     
  Lines        4771     4759      -12     
  Branches      781      783       +2     
==========================================
- Hits         1497     1492       -5     
+ Misses       3096     3089       -7     
  Partials      178      178              

see 16 files with indirect coverage changes

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
@amsiglan amsiglan merged commit 5388596 into opensearch-project:main Jul 31, 2023
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 1, 2023
…n and detector creation (#676)

* log types table; details page with basic editing

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* implemented create, delete of log type

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* detection rules; delete modals added

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated snapshots

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* addressed PR comments

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated cypress workflow

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* use log types from API

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated detector cypress test

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* using api provided log types in rule creation

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* addressed PR comments

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated cypress test

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated nav panel

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fixed log type labels; cypress tests

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
(cherry picked from commit 5388596)
opensearch-trigger-bot bot pushed a commit that referenced this pull request Aug 1, 2023
…n and detector creation (#676)

* log types table; details page with basic editing

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* implemented create, delete of log type

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* detection rules; delete modals added

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated snapshots

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* addressed PR comments

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated cypress workflow

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* use log types from API

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated detector cypress test

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* using api provided log types in rule creation

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* addressed PR comments

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated cypress test

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated nav panel

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fixed log type labels; cypress tests

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
(cherry picked from commit 5388596)
amsiglan added a commit that referenced this pull request Aug 2, 2023
…n and detector creation (#676) (#681)

* log types table; details page with basic editing

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* implemented create, delete of log type

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* detection rules; delete modals added

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated snapshots

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* addressed PR comments

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated cypress workflow

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* use log types from API

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated detector cypress test

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* using api provided log types in rule creation

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* addressed PR comments

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated cypress test

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated nav panel

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fixed log type labels; cypress tests

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
(cherry picked from commit 5388596)

Co-authored-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
amsiglan added a commit that referenced this pull request Aug 2, 2023
…n and detector creation (#676) (#682)

* log types table; details page with basic editing

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* implemented create, delete of log type

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* detection rules; delete modals added

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated snapshots

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* addressed PR comments

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated cypress workflow

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* use log types from API

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated detector cypress test

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* using api provided log types in rule creation

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* addressed PR comments

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated cypress test

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated nav panel

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fixed log type labels; cypress tests

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
(cherry picked from commit 5388596)

Co-authored-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
AWSHurneyt pushed a commit to AWSHurneyt/security-analytics-dashboards-plugin that referenced this pull request Oct 12, 2023
…n and detector creation (opensearch-project#676) (opensearch-project#682)

* log types table; details page with basic editing

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* implemented create, delete of log type

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* detection rules; delete modals added

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated snapshots

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* addressed PR comments

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated cypress workflow

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* use log types from API

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated detector cypress test

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* using api provided log types in rule creation

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* addressed PR comments

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated cypress test

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* updated nav panel

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

* fixed log type labels; cypress tests

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>

---------

Signed-off-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
(cherry picked from commit 5388596)

Co-authored-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants