-
Notifications
You must be signed in to change notification settings - Fork 0
Flare solution 3.1.0 #3
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
base: master
Are you sure you want to change the base?
Conversation
a5fc45e to
cc32b42
Compare
- replaced Rest API collector with CCF collector - new Table definition - new DCR for CFF collector - new Polling configuration for CFF collector
cc32b42 to
ab7bb41
Compare
xvaier
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A good idea would be to have Mike try to install it to see if it's easy to do.
|
|
||
| | **Version** | **Date Modified (DD-MM-YYYY)** | **Change History** | | ||
| | ----------- | ------------------------------ | ------------------------------------------------------------------------- | | ||
| | 3.1.0 | 15-12-2024 | New CFF connector that replaces deprecated Rest API connector. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dates don't match here.
| "content": { | ||
| "version": "KqlItem/1.0", | ||
| "query": "Firework_CL\n| make-series num=count() on timestamp_t from ago(30d) to now() step 8h by strcat(\"Risk Score \", tostring(toint(risk_score_d)))\n| render timechart ", | ||
| "query": "FireworkV2_CL\n| make-series num=count() on timestamp_t from ago(30d) to now() step 8h by strcat(\"Risk Score \", tostring(toint(risk_score_d)))\n| render timechart ", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we could rename this Flare_CL.
Firework used to be the public facing name for the Flare frontend, but it's not used that much anymore externally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume this is a generated file from the other ones?
| | where source_s contains "Grayhat_warfare" and (risk_score_d == "3" or risk_score_d == "4" or risk_score_d == "5") | ||
| version: 1.0.1 | ||
| kind: Scheduled | ||
| version: 2.0.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the versioning of the analytics rules separate from the package version?
Change(s):
FireworkV2_CL.Firework_CLtable;FireworkV2_CLshould be used instead.FireworkV2_CL.FireworkV2_CL.Reason for Change(s):
Version Updated:
Testing Completed:
Checked that the validations are passing and have addressed any issues that are present: