-
Notifications
You must be signed in to change notification settings - Fork 208
[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 31 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? |
||
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.
maybe do "related integrations" with a capital at the beginning, or in code text
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 just "integrations" to match the UI text, and bold because it's a UI label the user clicks, not text they enter.
I'll change this in a separate comment, so I can include the reference to the badge in line 97 above too.