Skip to content

Commit

Permalink
Fix script.cache.max_size typo in Cisco module docs (elastic#17912) (e…
Browse files Browse the repository at this point in the history
…lastic#17917)

Fix a typo in the Filebeat Cisco module docs. The setting is script.cache.max_size and not script.cache_max_size.

Fixes elastic#17856

Co-authored-by: Frederic Dartayre <[email protected]>
(cherry picked from commit 61fe9fc)
  • Loading branch information
andrewkroh authored Apr 22, 2020
1 parent 44cd474 commit 26a70d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion filebeat/docs/modules/cisco.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ parameters on your Elasticsearch cluster:
- {ref}/circuit-breaker.html#script-compilation-circuit-breaker[script.max_compilations_rate]:
Increase to at least `100/5m`.

- {ref}/modules-scripting-using.html#modules-scripting-using-caching[script.cache_max_size]:
- {ref}/modules-scripting-using.html#modules-scripting-using-caching[script.cache.max_size]:
Increase to at least `200` if using both filesets or other script-heavy modules.

[float]
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/cisco/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ parameters on your Elasticsearch cluster:
- {ref}/circuit-breaker.html#script-compilation-circuit-breaker[script.max_compilations_rate]:
Increase to at least `100/5m`.

- {ref}/modules-scripting-using.html#modules-scripting-using-caching[script.cache_max_size]:
- {ref}/modules-scripting-using.html#modules-scripting-using-caching[script.cache.max_size]:
Increase to at least `200` if using both filesets or other script-heavy modules.

[float]
Expand Down

0 comments on commit 26a70d6

Please sign in to comment.