-
### Relevant telegraf.conf
```toml
[[inputs.exec]]
commands = [ "/usr/local/sbin/telegraf_test" ]
timeout = "30s"
/usr/local/sbin/telegraf_test:
#!/bin/bash
date >> /tmp/testlog.st…
-
### Relevant telegraf.conf
```toml
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_interval = "…
-
### Use Case
I have a scenario where I will run Tasks in InfluxDB . This tasks creates a bucket and data inside it.
My end goal is to read the data created in this bucket and output to open telemet…
-
### Relevant telegraf.conf
```toml
#### Abbreviated Server Config
[global_tags]
# Configuration for telegraf agent
[agent]
interval = "10s"
round_interval = true
…
-
### Relevant telegraf.conf:
```toml
# Configuration for Amazon Timestream output.
[[outputs.timestream]]
mapping_mode = "multi-table"
create_table_if_not_exists = true
# Redfish inpu…
-
### Relevant telegraf.conf
```toml
[[outputs.prometheus_client]]
listen = ":9237"
path = "/metrics"
export_timestamp = true
[[inputs.prometheus]]
urls = [
"http://:9236/metric…
-
### Relevant telegraf.conf
```toml
[[inputs.zfs]]
poolMetrics = true
datasetMetrics = true
```
### Logs from Telegraf
```text
[inputs.zfs] Error in plugin: Error parsing avail "-": strconv.Parse…
-
### Relevant telegraf.conf:
[[inputs.postgresql]]
address = ""
### System info:
* Telegraf at commit `36193aea`
* postgresql version `10.5-0ubuntu0.18.04`
### Steps to reproduce:…
-
## Feature Request
Telegraf added support for syslog for input recently. It would be nice to have it also as an ouput plugin or a data output format.
### Proposal:
We could use your library (…
-
### Relevant telegraf.conf
```toml
[[inputs.jti_openconfig_telemetry]]
## Sensors to subscribe for
## A identifier for each sensor can be provided in path by separating with space
## Else …