Skip to content

Commit d31782e

Browse files
committed
Fixed linting failure issues in doc.
Signed-off-by: Eric D. Schabell <[email protected]>
1 parent 12dc85f commit d31782e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline/outputs/azure_kusto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ By default, Kusto will insert incoming ingestion data into a table by inferring
116116
| `tls.vhost` | Hostname to be used for TLS SNI extension. | _none_ |
117117
| `tls.verify` | Force certificate validation. | `on` |
118118
| `tls.windows.certstore_name` | Sets the certstore name on an output (Windows). | _none_ |
119-
| `tls.windows.use_enterprise_store` | Sets whether using enterprise certstore or not on an output (Windows). | _none_ |
119+
| `tls.windows.use_enterprise_store` | Sets whether using enterprise certificate store or not on an output (Windows). | _none_ |
120120
| `unify_tag` | This creates a single buffer file when the buffering mode is `true`. | `true` |
121121
| `upload_file_size` | Specifies the size of files to be uploaded in megabytes. | `200MB` |
122122
| `upload_timeout` | Optionally specify a timeout for uploads. Fluent Bit will start ingesting buffer files which have been created more than x minutes and haven't reached `upload_file_size` limit yet. | `30m` |
123-
| `workload_identity_token_file` | Set the token file path for workload identity authentication. | _none_ |
123+
| `workload_identity_token_file` | Set the token path for workload identity authentication. | _none_ |
124124

125125
### Configuration file
126126

0 commit comments

Comments
 (0)