You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pipeline/filters/wasm.md
+2
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ The plugin supports the following configuration parameters:
19
19
| Key | Description |
20
20
| :--- | :--- |
21
21
| Wasm\_Path | Path to the built Wasm program that will be used. This can be a relative path against the main configuration file. |
22
+
| Event\_Format | Define event format to interact with Wasm programs: msgpack or json. Default: json |
22
23
| Function\_Name | Wasm function name that will be triggered to do filtering. It's assumed that the function is built inside the Wasm program specified above. |
23
24
| Accessible\_Paths | Specify the whilelist of paths to be able to access paths from WASM programs. |
24
25
@@ -34,6 +35,7 @@ Here is a configuration example.
0 commit comments