-
Notifications
You must be signed in to change notification settings - Fork 212
[DOCS] New rule fields for prerequisites: Related Integrations, Required Fields, and Setup #2069
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
Changes from 24 commits
9c51cbc
c6f922e
40d690c
a2cb3dc
445ad4b
0510f73
3c05f5c
6ad45e3
586b301
bb751a5
93cd003
8a58cd2
85a8409
29dd38b
34d6992
2b0162f
6cfa822
94cdec0
b985848
648f36c
d4ba122
a05e71a
fb11b06
bf4051a
f8fad08
5948aeb
f76644e
726763b
f449fb3
43ac611
1b0a027
62135cc
8bcf023
cc7ab89
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,6 +12,7 @@ The advanced settings determine: | |
| * Which IP reputation links appear on <<network-page-overview, IP detail>> | ||
| pages | ||
| * Whether cross-cluster search (CCS) privilege warnings are displayed | ||
| * Whether related integrations are displayed on the Rules page tables | ||
|
|
||
| You need `All` privileges for the *Advanced Settings* feature to change these | ||
| settings (refer to {kibana-ref}/kibana-privileges.html[Kibana privileges]). | ||
|
|
@@ -161,3 +162,9 @@ Adds a link to \https://www.dnschecker.org on *IP detail* pages: | |
| Each time a detection rule runs using a remote cross-cluster search (CCS) index pattern, it will return a warning saying that the rule may not have the required `read` privileges to the remote index. Because privileges cannot be checked across remote indices, this warning displays even when the rule actually does have `read` privileges to the remote index. | ||
|
|
||
| If you've ensured that your detection rules have the required privileges across your remote indices, you can use the `securitySolution:enableCcsWarning` setting to disable this warning and reduce noise. | ||
|
|
||
| [discrete] | ||
| [[show-related-integrations]] | ||
| == Show/hide related integrations in Rules page tables | ||
|
|
||
| By default, Elastic prebuilt rules in the *Rules* and *Rule Monitoring* tables include a badge showing how many related integrations have been installed. Turn off `securitySolution:showRelatedIntegrations` to hide this in the rules tables (related integrations will still appear on rule details pages). | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. maybe link to advanced settings here?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @benironside This text is already on the advanced settings page. Do you mean add a link somewhere else that points TO this section? |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -180,6 +180,8 @@ On the next scheduled rule execution, the *Last Response* value for the rule wil | |
| * Provides an option to select a severity level for a case ({pull}131626[#131626]). | ||
| * Adds the experimental *Alerts* tab to cases, which allows users to inspect attached alerts ({pull}131883[#131883]). | ||
| * Adds the *Average time to close* metric to the Cases page ({pull}131909[#131909]). | ||
| * Adds new fields to prebuilt detection rules' schemas: `related_integrations`, `required_fields`, and `setup` ({pull}132409[#132409]). | ||
| * Adds *Related integrations*, *Required fields*, and *Setup guide* sections to the rule details page, to help users identify, install, and configure a rule's prerequisites. Also adds related integrations badge to the rules table ({pull}131475[#131475]). Content for these new sections is delivered in a prebuilt rules update, independent of {stack} release versioning. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Are we going to update the 8.3 release notes? Am I understanding correctly that we'll do it only if rules with those fields will be released in one of the
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @banderror Yes, this section will update the 8.3 release notes (the file name is version-specific). For 8.4 release notes, we have a separate PR that's currently in progress, though it doesn't yet mention the new fields because they're not yet available in the UI. Once I can confirm that, I'll add the same wording from above to those 8.4 notes. Basically before we merge anything related to the new fields, I'm waiting to confirm that the latest prebuilt rules package has been published and the new fields are available in both 8.3.x and 8.4.0.
joepeeples marked this conversation as resolved.
Outdated
|
||
|
|
||
| [discrete] | ||
| [[bug-fixes-8.3.0]] | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.