-
### Relevant telegraf.conf
```toml
[global_tags]
[agent]
interval = "10s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
flush_…
-
### Relevent telegraf.conf
```toml
[agent]
omit_hostname = true
[[outputs.influxdb]]
urls = ["http://localhost:8086"]
database = "trades"
```
### Logs from Telegraf
2022-01-06T03:21:0…
-
It's possible for telegraf to generate a metric with no metric name. This is not useful because metrics without names are silently dropped, leaving the user with no way to know why metrics are missin…
-
### Relevant telegraf.conf
```toml
[[inputs.modbus]]
name="device-fqdn.com"
timeout = "1s"
interval = "900s"
busy_retries = 0
busy_retries_wait = "100ms"
controller = "tcp://device-fqdn.com:502…
-
Reference
- https://github.com/influxdata/telegraf/blob/master/plugins/inputs/cloudwatch/README.md#amazon-authentication
Amazon Authentication
This plugin uses a credential chain for Authenticati…
-
### Is it easy to find the information you need?
None
### Are the instructions clear?
None
### How could we improve the Timescale documentation site?
The information is outdated. This only work w…
-
### Use Case
My site has standardized on the timestamp column being named `timestamp` and `time` to just record the current clock (HH:MM:SS.xx). I'd like to be able to rename the `time` column to …
-
Hi Team,
Can you please suggest, how many IP's I can give in inputs.ping plugin?
As I have 4000 IP's, so can I give all IP's under one telegraf config file?
-
### Relevant telegraf.conf
```toml
[[inputs.modbus]]
configuration_type = "register"
controller = "tcp://:502"
name = "modbus"
slave_id = 1
timeout = "1s"
…
-
Running `make docs` on Windows doesn't work.
### Logs from `make docs`
config_includer:
```
go generate -run="tools/config_includer/generator" ./plugins/inputs/...
2023/07/27 00:08:57 Readi…