配置文件的基本格式,输入部分,过滤器部分和输出部分。
1 2 3 4 5 6 7 8 9 10 11
# This is a comment. You should use comments to describe # parts of your configuration. input {
...
} filter {
...
} output {
...
}
每个部分都可以配置一个或多个插件。
【mysql】 【LOG】 【Apache】 【path】 …