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

[SIEM] [DETECTION ENGINE] Details and Edit view for a rule #53252

Merged
merged 8 commits into from
Dec 20, 2019

Conversation

XavierM
Copy link
Contributor

@XavierM XavierM commented Dec 17, 2019

Summary

  • Re-organized our structure folder for the UI
  • Simplify routing url on detection engine
  • Add a detail view for a rule
  • Add an edit view to modify rule

FYI: Reviewers, we still need to work on bringing back where the user was on the page. Instead, to do it manually, I mean we have the history so we should be able to that. I will create another PR for that.

Checklist

Use strikethroughs to remove checklist items you don't feel are applicable to this PR.

For maintainers

@elasticmachine
Copy link
Contributor

Pinging @elastic/siem (Team:SIEM)

@spong

This comment has been minimized.

@spong

This comment has been minimized.

@spong

This comment has been minimized.

@spong

This comment has been minimized.

@XavierM XavierM force-pushed the siem-detection-engine-rule-detail branch from 1023188 to 7311d9a Compare December 19, 2019 05:20
@XavierM XavierM force-pushed the siem-detection-engine-rule-detail branch from 7311d9a to 0acda85 Compare December 19, 2019 05:21
export const RuleSchema = t.intersection([
t.type({
created_at: t.string,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No need to fix here/now as we're moving to API Import/Exporting, but wanted to comment that importing is now not functional as a result of these type changes.

Copy link
Member

@spong spong left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked out/tested locally, and performed code review. Great stuff here @XavierM, and good job on the handling immutables and editing of rules. Really comes together and you can get a feel for the whole flow with this addition! LGTM! 👍 🚀 🕵 🚒

@elasticmachine
Copy link
Contributor

💚 Build Succeeded

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@XavierM XavierM merged commit 47fb390 into elastic:master Dec 20, 2019
XavierM added a commit to XavierM/kibana that referenced this pull request Dec 20, 2019
…3252)

* re-structure detection engine + change routing name

* add editing/details feature for a rule
add feature to not edit immutable rule

* review I

* review II

* change constant

* review III
XavierM added a commit that referenced this pull request Dec 20, 2019
…53698)

* re-structure detection engine + change routing name

* add editing/details feature for a rule
add feature to not edit immutable rule

* review I

* review II

* change constant

* review III
@XavierM XavierM deleted the siem-detection-engine-rule-detail branch June 4, 2020 16:06
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.

4 participants