File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Exec Wasi
2
2
3
- The _ Exec Wasi_ input plugin, lets you execute WASM programs that are WASI targets like external programs and collect event logs from there.
3
+ The _ Exec Wasi_ input plugin lets you execute Wasm programs that are WASI targets like external programs and collect event logs from there.
4
4
5
5
## Configuration parameters
6
6
7
7
The plugin supports the following configuration parameters:
8
8
9
9
| Key | Description |
10
10
| :--- | :--- |
11
- | ` WASI_Path ` | The location of a WASM program file. |
11
+ | ` WASI_Path ` | The location of a Wasm program file. |
12
12
| ` Parser ` | Specify the name of a parser to interpret the entry as a structured message. |
13
13
| ` Accessible_Paths ` | Specify the allowed list of paths to be able to access paths from WASM programs. |
14
14
| ` Interval_Sec ` | Polling interval (seconds). |
Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ exceptions:
93
93
- UTF
94
94
- UUID
95
95
- WASI
96
- - WASM
97
96
- XML
98
97
- XSS
99
98
- YAML
You can’t perform that action at this time.
0 commit comments