Skip to content

Commit e3ca37a

Browse files
authored
Remove Dynamic Script Compilations warning in Cisco module (elastic#19840)
1 parent f053295 commit e3ca37a

4 files changed

Lines changed: 0 additions & 86 deletions

File tree

filebeat/docs/modules/cisco.asciidoc

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,6 @@ Cisco ASA devices also support exporting flow records using NetFlow, which is
2222
supported by the {filebeat-ref}/filebeat-module-netflow.html[netflow module] in
2323
{beatname_uc}.
2424

25-
[WARNING]
26-
=======================================
27-
Some filesets in this module make extensive use of ingest pipeline scripts.
28-
This can cause their ingest pipelines to fail loading due to exceeding the
29-
default compilation limits:
30-
31-
`[script] Too many dynamic script compilations within, max: [75/5m]`
32-
33-
Check the <<dynamic-script-compilations>> section for more information.
34-
=======================================
35-
3625
include::../include/what-happens.asciidoc[]
3726

3827
include::../include/gs-link.asciidoc[]
@@ -345,22 +334,6 @@ will be found under `rsa.raw`. The default is false.
345334

346335
:fileset_ex!:
347336

348-
[float]
349-
[[dynamic-script-compilations]]
350-
=== Dynamic Script Compilations
351-
352-
The `asa` and `ftd` filesets are based on Elasticsearch ingest pipelines and
353-
make extensive use of script processors and painless conditions. This can cause
354-
the pipelines to fail loading the first time the module is used, due to exceeding
355-
the maximum script compilation limits. It is recommended to tune the following
356-
parameters on your Elasticsearch cluster:
357-
358-
- {ref}/circuit-breaker.html#script-compilation-circuit-breaker[script.max_compilations_rate]:
359-
Increase to at least `100/5m`.
360-
361-
- {ref}/modules-scripting-using.html#modules-scripting-using-caching[script.cache.max_size]:
362-
Increase to at least `200` if using both filesets or other script-heavy modules.
363-
364337
[float]
365338
=== Example dashboard
366339

filebeat/docs/modules/sophosxg.asciidoc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -132,22 +132,6 @@ This is a list of FortiOS fields that are mapped to ECS.
132132

133133
:fileset_ex!:
134134

135-
[float]
136-
[[dynamic-script-compilations-sophosxg]]
137-
=== Dynamic Script Compilations
138-
139-
The `sophosxg` filesets are based on Elasticsearch ingest pipelines and
140-
make extensive use of script processors and painless conditions. This can cause
141-
the pipelines to fail loading the first time the module is used, due to exceeding
142-
the maximum script compilation limits. It is recommended to tune the following
143-
parameters on your Elasticsearch cluster:
144-
145-
- {ref}/circuit-breaker.html#script-compilation-circuit-breaker[script.max_compilations_rate]:
146-
Increase to at least `100/5m`.
147-
148-
- {ref}/modules-scripting-using.html#modules-scripting-using-caching[script.cache.max_size]:
149-
Increase to at least `300` if using both filesets or other script-heavy modules.
150-
151135
:modulename!:
152136

153137

x-pack/filebeat/module/cisco/_meta/docs.asciidoc

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,6 @@ Cisco ASA devices also support exporting flow records using NetFlow, which is
1717
supported by the {filebeat-ref}/filebeat-module-netflow.html[netflow module] in
1818
{beatname_uc}.
1919

20-
[WARNING]
21-
=======================================
22-
Some filesets in this module make extensive use of ingest pipeline scripts.
23-
This can cause their ingest pipelines to fail loading due to exceeding the
24-
default compilation limits:
25-
26-
`[script] Too many dynamic script compilations within, max: [75/5m]`
27-
28-
Check the <<dynamic-script-compilations>> section for more information.
29-
=======================================
30-
3120
include::../include/what-happens.asciidoc[]
3221

3322
include::../include/gs-link.asciidoc[]
@@ -340,22 +329,6 @@ will be found under `rsa.raw`. The default is false.
340329

341330
:fileset_ex!:
342331

343-
[float]
344-
[[dynamic-script-compilations]]
345-
=== Dynamic Script Compilations
346-
347-
The `asa` and `ftd` filesets are based on Elasticsearch ingest pipelines and
348-
make extensive use of script processors and painless conditions. This can cause
349-
the pipelines to fail loading the first time the module is used, due to exceeding
350-
the maximum script compilation limits. It is recommended to tune the following
351-
parameters on your Elasticsearch cluster:
352-
353-
- {ref}/circuit-breaker.html#script-compilation-circuit-breaker[script.max_compilations_rate]:
354-
Increase to at least `100/5m`.
355-
356-
- {ref}/modules-scripting-using.html#modules-scripting-using-caching[script.cache.max_size]:
357-
Increase to at least `200` if using both filesets or other script-heavy modules.
358-
359332
[float]
360333
=== Example dashboard
361334

x-pack/filebeat/module/sophosxg/_meta/docs.asciidoc

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -127,20 +127,4 @@ This is a list of FortiOS fields that are mapped to ECS.
127127

128128
:fileset_ex!:
129129

130-
[float]
131-
[[dynamic-script-compilations-sophosxg]]
132-
=== Dynamic Script Compilations
133-
134-
The `sophosxg` filesets are based on Elasticsearch ingest pipelines and
135-
make extensive use of script processors and painless conditions. This can cause
136-
the pipelines to fail loading the first time the module is used, due to exceeding
137-
the maximum script compilation limits. It is recommended to tune the following
138-
parameters on your Elasticsearch cluster:
139-
140-
- {ref}/circuit-breaker.html#script-compilation-circuit-breaker[script.max_compilations_rate]:
141-
Increase to at least `100/5m`.
142-
143-
- {ref}/modules-scripting-using.html#modules-scripting-using-caching[script.cache.max_size]:
144-
Increase to at least `300` if using both filesets or other script-heavy modules.
145-
146130
:modulename!:

0 commit comments

Comments
 (0)