Fix typo in exec input readme (#7086)
This commit is contained in:
parent
f91261d7fe
commit
0103691eb6
|
@ -509,7 +509,7 @@
|
||||||
|
|
||||||
# # Send metrics to command as input over stdin
|
# # Send metrics to command as input over stdin
|
||||||
# [[outputs.exec]]
|
# [[outputs.exec]]
|
||||||
# ## Command to injest metrics via stdin.
|
# ## Command to ingest metrics via stdin.
|
||||||
# command = ["tee", "-a", "/dev/null"]
|
# command = ["tee", "-a", "/dev/null"]
|
||||||
#
|
#
|
||||||
# ## Timeout for command to complete.
|
# ## Timeout for command to complete.
|
||||||
|
|
|
@ -12,7 +12,7 @@ On non-zero exit stderr will be logged at error level.
|
||||||
|
|
||||||
```toml
|
```toml
|
||||||
[[outputs.exec]]
|
[[outputs.exec]]
|
||||||
## Command to injest metrics via stdin.
|
## Command to ingest metrics via stdin.
|
||||||
command = ["tee", "-a", "/dev/null"]
|
command = ["tee", "-a", "/dev/null"]
|
||||||
|
|
||||||
## Timeout for command to complete.
|
## Timeout for command to complete.
|
||||||
|
|
|
@ -26,7 +26,7 @@ type Exec struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
var sampleConfig = `
|
var sampleConfig = `
|
||||||
## Command to injest metrics via stdin.
|
## Command to ingest metrics via stdin.
|
||||||
command = ["tee", "-a", "/dev/null"]
|
command = ["tee", "-a", "/dev/null"]
|
||||||
|
|
||||||
## Timeout for command to complete.
|
## Timeout for command to complete.
|
||||||
|
|
Loading…
Reference in New Issue