Fixes #6845
This commit is contained in:
DeDe Morton 2017-03-27 11:09:23 -07:00
parent da51cad49c
commit 5a4f2f6232

View file

@ -20,7 +20,7 @@ class LogStash::Plugin
config :enable_metric, :validate => :boolean, :default => true
# Add a unique `ID` to the plugin configuration. If no ID is specified, Logstash will generate one.
# It is strongly recommended to set this ID in your configuration. This is particulary useful
# It is strongly recommended to set this ID in your configuration. This is particularly useful
# when you have two or more plugins of the same type, for example, if you have 2 grok filters.
# Adding a named ID in this case will help in monitoring Logstash when using the monitoring APIs.
#