Clarify when grok pattern files are reloaded during auto reload

Fixes #6261
This commit is contained in:
DeDe Morton 2016-11-15 18:56:01 -08:00
parent 93b91e90af
commit bd3301afeb

View file

@ -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).