Skip to content

Commit

Permalink
Fix script.cache.max_size typo in Cisco module docs (#17912)
Browse files Browse the repository at this point in the history
Fix a typo in the Filebeat Cisco module docs. The setting is script.cache.max_size and not script.cache_max_size.

Fixes #17856

Co-authored-by: Frederic Dartayre <30438455+fdartayre@users.noreply.github.com>
  • Loading branch information
andrewkroh and fdartayre authored Apr 22, 2020
1 parent fd743e8 commit 61fe9fc
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 @@ -294,7 +294,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 @@ -289,7 +289,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 61fe9fc

Please sign in to comment.