-
Our security unhappy if we keep using passwords in Telegraf config as they are.
Could you please make Telegraf to store any passwords in config in more secure manner?
-
### Relevant telegraf.conf
```toml
[[inputs.procstat]]
systemd_unit = "cybereason-sensor.service"
[[inputs.procstat]]
systemd_unit = "cbram.service"
```
### Logs from Telegraf
```text
2…
-
### Please direct all support questsions to slack or the forums. Thank you.
I am testing modifications to a input.plugin (lustre2) that I will sub a PR for if it works as intended. I am not sure how …
-
Just imported the jobs using the seed jobs bash file.
For sagitta, it works just fine, but for equuleus, when it does branch indexing, it starts pulling the non-local-built vyos-build container, an…
-
### Use Case
With all the plugins the latest Telegraf builds to approximately 245 MB binary (arm64 Mac, stripped). This large binary also contributes to the memory footprint of the program, adding 30…
-
This is a continuation of issue #21967 which has now been partially resolved. [This comment](https://github.com/influxdata/influxdb/issues/21967#issuecomment-946820222) instructed users who are still…
-
### Relevant telegraf.conf:
```
# # Read metrics from one or many mysql servers
[[inputs.mysql]]
# ## specify servers via a url matching:
# ## [username[:password]@][protocol[(address)]]/[?t…
-
Similar to [windows_exporter](https://github.com/prometheus-community/windows_exporter/issues/551) (And a bunch of other Go applications on windows) Grafana Agent can fail to start as a service on win…
-
### Use Case
We use telegraf agent within a corporate network, but have some elasticsearch servers in the cloud. In order to connect to internet things, we need to go through an HTTP/HTTPS proxy. Rig…
-
### Relevant telegraf.conf
```toml
[[inputs.openldap]]
server = "ldap://ldap.example.com"
bind_dn = "uid=admin,cn=users,cn=accounts,dc=local,dc=example,dc=com"
bind_password = "NOT_MY_P@$…