Fix typo in exec input readme (#7086)

This commit is contained in:
Rick van de Loo
2020-02-26 18:33:24 +01:00
committed by GitHub
parent f91261d7fe
commit 0103691eb6
3 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ On non-zero exit stderr will be logged at error level.
```toml
[[outputs.exec]]
## Command to injest metrics via stdin.
## Command to ingest metrics via stdin.
command = ["tee", "-a", "/dev/null"]
## Timeout for command to complete.

View File

@@ -26,7 +26,7 @@ type Exec struct {
}
var sampleConfig = `
## Command to injest metrics via stdin.
## Command to ingest metrics via stdin.
command = ["tee", "-a", "/dev/null"]
## Timeout for command to complete.