diff options
Diffstat (limited to 'fluent-bit/lib/monkey/conf/plugins.load.in')
-rw-r--r-- | fluent-bit/lib/monkey/conf/plugins.load.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fluent-bit/lib/monkey/conf/plugins.load.in b/fluent-bit/lib/monkey/conf/plugins.load.in new file mode 100644 index 00000000..54019a01 --- /dev/null +++ b/fluent-bit/lib/monkey/conf/plugins.load.in @@ -0,0 +1,10 @@ +# Monkey Plugins Loader +# ===================== +# Monkey plugins are extended functionalities for Monkey, +# the main directive to load a plugin is LoadPlugin plus +# the absolute path for the desired plugin. +# +# Please check the following list of available plugins: + +[PLUGINS] +@MK_LOAD_PLUGINS@ |