Skip to content

Commit bac552a

Browse files
authored
Merge branch '1.0' into language-and-grammar-review
2 parents 4a959b3 + 762e083 commit bac552a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

install/install-by-msi.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ Download and install the `.msi` installer:
3030

3131
- [Download](https://td-agent-package-browser.herokuapp.com/4/windows)
3232

33+
Or, install with [winget](https://www.microsoft.com/en-us/p/app-installer/9nblggh4nns1):
34+
35+
```
36+
> winget install td-agent
37+
```
38+
3339

3440
### Step 2: Run `td-agent` from Command Prompt
3541

plugins/filter/parser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ With above configuration, here is the result:
150150

151151
| type | default | version |
152152
|:-----|:--------|:--------|
153-
|bool | `false` | 0.14.9 |
153+
| bool | `false` | 0.14.9 |
154154

155155
If `true`, invalid string is replaced with safe characters and re-parse it.
156156

0 commit comments

Comments
 (0)