Skip to content

Commit

Permalink
Update pipeline/filters/wasm.md
Browse files Browse the repository at this point in the history
Co-authored-by: Craig Norris <[email protected]>
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
2 people authored and cosmo0920 committed Aug 14, 2024
1 parent f9dfca3 commit 3a23589
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline/filters/wasm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a id="config_example"></a>

Expand Down

0 comments on commit 3a23589

Please sign in to comment.