mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
Clarify when grok pattern files are reloaded during auto reload
Fixes #6261
This commit is contained in:
parent
93b91e90af
commit
bd3301afeb
1 changed files with 3 additions and 0 deletions
3
docs/static/reloading-config.asciidoc
vendored
3
docs/static/reloading-config.asciidoc
vendored
|
@ -41,3 +41,6 @@ fail, the old pipeline continues to function, and the errors are propagated to t
|
|||
|
||||
During automatic config reloading, the JVM is not restarted. The creating and swapping of
|
||||
pipelines all happens within the same process.
|
||||
|
||||
Changes to <<plugins-filters-grok,grok>> pattern files are also reloaded, but only when
|
||||
a change in the config file triggers a reload (or the pipeline is restarted).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue