Skip to content

Commit 07b5ad6

Browse files
First draft
1 parent b01cfbf commit 07b5ad6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/detections/detections-req.asciidoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ These steps are only required for *self-managed* deployments:
2020

2121
* HTTPS must be configured for communication between
2222
{kibana-ref}/configuring-tls.html#configuring-tls-kib-es[{es} and {kib}].
23-
* In the `elasticsearch.yml` configuration file, set the
24-
`xpack.security.enabled` setting to `true`. For more information, refer to
25-
{ref}/settings.html[Configuring {es}] and
26-
{ref}/security-settings.html[Security settings in {es}].
2723
* In the `kibana.yml` {kibana-ref}/settings.html[configuration file], add the
2824
`xpack.encryptedSavedObjects.encryptionKey` setting with any alphanumeric value
2925
of at least 32 characters. For example:
3026
+
3127
`xpack.encryptedSavedObjects.encryptionKey: 'fhjskloppd678ehkdfdlliverpoolfcr'`
28+
* In the `elasticsearch.yml` {ref}/settings.html[configuration] file:
29+
30+
** Set the `xpack.security.enabled` setting to `true`. For more information, refer to {ref}/security-settings.html[general security settings in {es}].
31+
** Remove the line `search.allow_expensive_queries=false` if you find it. The `search.allow_expensive_queries` setting must be left on its default value of `true` for key detection features like {kib}/alerting-getting-started.html#_rules[alerting rules] and rule exceptions to work.
3232

3333
IMPORTANT: After changing the `xpack.encryptedSavedObjects.encryptionKey` value
3434
and restarting {kib}, you must restart all detection rules.

0 commit comments

Comments
 (0)