Skip to content

Commit

Permalink
Update cisco.asciidoc (#16434) (#16679)
Browse files Browse the repository at this point in the history
* Update cisco.asciidoc

Making Elasticsearch explicit in the instructions

* Update docs source in the module dir

Co-authored-by: Loek van Gool <[email protected]>

Co-authored-by: Loek van Gool <[email protected]>
  • Loading branch information
dedemorton and Loek van Gool authored Feb 28, 2020
1 parent 61ca0a4 commit c1c4943
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions filebeat/docs/modules/cisco.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -295,11 +295,11 @@ include::../include/timezone-support.asciidoc[]
[[dynamic-script-compilations]]
=== Dynamic Script Compilations

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:
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`.
Expand Down
10 changes: 5 additions & 5 deletions x-pack/filebeat/module/cisco/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,11 @@ include::../include/timezone-support.asciidoc[]
[[dynamic-script-compilations]]
=== Dynamic Script Compilations

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:
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`.
Expand Down

0 comments on commit c1c4943

Please sign in to comment.