-
**What happened**:
when setting
![image](https://user-images.githubusercontent.com/11636218/140815460-818b0d61-c0bd-45f7-95b2-e0a946ec505f.png)
following happends
![image](https://user-images…
-
### Relevant telegraf.conf:
[[inputs.tail]]
files = ["/var/log/pfblockerng/ip_block.log"]
name_suffix = "_ipblock"
data_format = "csv"
csv_delimiter = ","
…
-
### Use Case
I need cluster_name tag in this measurement (elasticsearch_cluster_health, elasticsearch_cluster_health_indices) for filtering dashboard for 2 or more projects with Elasticsearch under t…
-
### Relevant telegraf.conf
```toml
[[inputs.cisco_telemetry_mdt]]
## Telemetry transport can be "tcp" or "grpc". TLS is only supported when
## using the grpc transport.
transport = "tcp"
…
-
## Feature Request
Opening a feature request kicks off a discussion.
### Proposal:
Add tokens (alongside existing username/password) to the [InfluxDB Listener v1 plugin](https://github.com/infl…
-
### Relevant telegraf.conf
```toml
[[outputs.http]]
url = "https://metrics./api/v1/write"
data_format = "prometheusremotewrite"
[outputs.http.headers]
```
### Logs from T…
-
https://github.com/influxdata/telegraf
They have opensource plugins to write from a RabbitMQ or Kafka Topic to the Influx, Postgresql or other opensource databases.
A lot of apache druid users wou…
-
### Relevant telegraf.conf
```toml
[agent]
interval = "20s"
round_interval = true
metric_batch_size = 1000
metric_buffer_limit = 10000
collection_jitter = "0s"
…
-
### Relevant telegraf.conf
```toml
[[inputs.vsphere]]
# ## List of vCenter URLs to be monitored. These three lines must be uncommented
interval = "20s"
vcenters = [ "https://vcenter/sdk" ]
…
Muy69 updated
12 months ago
-
Having gotten this running with telegraf using the [[outputs.prometheus_client]] method to host a /metrics page, it looks like all of the metric names contain duplicated string:
```
# HELP _componen…