mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Document comment feature
This commit is contained in:
parent
bf2f49313a
commit
05d80fafea
1 changed files with 9 additions and 1 deletions
|
@ -11,6 +11,8 @@ configurations for each plugin available in that section.
|
|||
|
||||
Example:
|
||||
|
||||
# This is a comment. You should use comments to describe
|
||||
# parts of your configuration.
|
||||
input {
|
||||
...
|
||||
}
|
||||
|
@ -23,10 +25,16 @@ Example:
|
|||
...
|
||||
}
|
||||
|
||||
## Filters
|
||||
## Filters and Ordering
|
||||
|
||||
For a given event, are applied in the order of appearance in the config file.
|
||||
|
||||
## Comments
|
||||
|
||||
Comments are as in ruby, perl, and python. Starts with a '#' character. Example:
|
||||
|
||||
# this is a comment
|
||||
|
||||
## Value Types
|
||||
|
||||
The documentation for a plugin may say that a config field has a certain type.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue