diff --git a/pipeline/filters/wasm.md b/pipeline/filters/wasm.md index 13b2fa404..847d858d9 100644 --- a/pipeline/filters/wasm.md +++ b/pipeline/filters/wasm.md @@ -22,8 +22,8 @@ The plugin supports the following configuration parameters: | Event\_Format | Define event format to interact with Wasm programs: msgpack or json. Default: json | | 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. | | Accessible\_Paths | Specify the whilelist of paths to be able to access paths from WASM programs. | -| Wasm\_Heap\_Size | Size of the heap size of Wasm execution \(check [unit sizes](https://docs.fluentbit.io/manual/configuration/unit_sizes) for allowed values\) | -| Wasm\_Stack\_Size | Size of the stack size of Wasm execution \(check [unit sizes](https://docs.fluentbit.io/manual/configuration/unit_sizes) for allowed values\) | +| Wasm\_Heap\_Size | Size of the heap size of Wasm execution. Review [unit sizes](https://docs.fluentbit.io/manual/configuration/unit_sizes) for allowed values. | +| Wasm\_Stack\_Size | Size of the stack size of Wasm execution. Review [unit sizes](https://docs.fluentbit.io/manual/configuration/unit_sizes) for allowed values. | ## Configuration Examples