From 496a476cc561c993eda5735879c304ef33879d81 Mon Sep 17 00:00:00 2001 From: Loek van Gool Date: Thu, 6 Feb 2020 12:21:15 +0100 Subject: [PATCH] Update cisco.asciidoc Making Elasticsearch explicit in the instructions --- filebeat/docs/modules/cisco.asciidoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/filebeat/docs/modules/cisco.asciidoc b/filebeat/docs/modules/cisco.asciidoc index 02113481f2bb..96ddea8a0a44 100644 --- a/filebeat/docs/modules/cisco.asciidoc +++ b/filebeat/docs/modules/cisco.asciidoc @@ -293,11 +293,11 @@ include::../include/timezone-support.asciidoc[] [[dynamic-script-compilations]] === Dynamic Script Compilations -The `asa` and `ftd` filesets are based on ingest pipelines and make extensive -use of script processors and painless conditions. This can cause the pipelines -to fail loading the first time the module is used, due to exceeding the maximum -script compilation limits. It is recommended to tune the following parameters -on your cluster: +The `asa` and `ftd` filesets are based on Elasticsearch ingest pipelines and +make extensive use of script processors and painless conditions. This can cause +the pipelines to fail loading the first time the module is used, due to exceeding +the maximum script compilation limits. It is recommended to tune the following +parameters on your Elasticsearch cluster: - {ref}/circuit-breaker.html#script-compilation-circuit-breaker[script.max_compilations_rate]: Increase to at least `100/5m`.