Skip to content

Commit e324fd1

Browse files
authored
pipeline: inputs: exec-wasi: Fix broken links (#1436)
- remove typo x, in Wasm_Stack_Size - Add closing parenthesis, in Buf_Size Signed-off-by: Seonghyeon Cho <[email protected]>
1 parent 3057b50 commit e324fd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/inputs/exec-wasi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ The plugin supports the following configuration parameters:
1414
| Interval\_Sec | Polling interval \(seconds\). |
1515
| Interval\_NSec | Polling interval \(nanosecond\). |
1616
| Wasm\_Heap\_Size | Size of the heap size of Wasm execution. Review [unit sizes](../../administration/configuring-fluent-bit/unit-sizes.md) for allowed values. |
17-
| Wasm\_Stack\_Size | Size of the stack size of Wasm execution. Review [unit sizes](x../../administration/configuring-fluent-bit/unit-sizes.md) for allowed values. |
18-
| Buf\_Size | Size of the buffer \(check [unit sizes](../../administration/configuring-fluent-bit/unit-sizes.md for allowed values\) |
17+
| Wasm\_Stack\_Size | Size of the stack size of Wasm execution. Review [unit sizes](../../administration/configuring-fluent-bit/unit-sizes.md) for allowed values. |
18+
| Buf\_Size | Size of the buffer \(check [unit sizes](../../administration/configuring-fluent-bit/unit-sizes.md) for allowed values\) |
1919
| Oneshot | Only run once at startup. This allows collection of data precedent to fluent-bit's startup (bool, default: false) |
2020

2121
## Configuration Examples

0 commit comments

Comments
 (0)