-
## Format
- `{CATEGORY}: {COUNT} ({CHANGE_FROM_PREVIOUS_WEEK})`
## Issues Report
New issues: 21 (-16)
Issues
#26099 k8sobject receiver outputs event log in non-readable format
#2609…
-
Hi There,
I run Telegraf docker (v1.11.5- Awesome utility by the way!) and originally had one big /etc/telegraf/telegraf.conf file with a single (InfluxDB) output and a few different input plugins …
-
### Relevant telegraf.conf:
```
[global_tags]
env = "ENVIRONMENT"
[agent]
interval = "60s"
hostname = "telegraf-snmp-compute-leafs"
omit_hostname = false
[[outputs.wavefront]]
ho…
-
### Relevant telegraf.conf
```toml
# Netflow v5, Netflow v9 and IPFIX collector
[[inputs.netflow]]
## Address to listen for netflow/ipfix packets.
## example: service_address = "udp://:2055"…
-
Hey,
I am using kapacitor 1.2.0.
I currently have 751 tasks and no error logs
About half of my tasks are using a window.
**Some of the window tasks contain a group by expression dividing them to…
-
### Relevant telegraf.conf
```toml
[[inputs.internal]]
namepass = ["internal_agent"]
[[processors.clone]]
fieldinclude = ["gather_errors"]
[processors.clone.tags]
additional_tag = "t…
-
### Relevant telegraf.conf
```toml
[[outputs.influxdb_v2]]
urls = ["http://10.0.0.2:8086"]
token = "******************************************************************************"
o…
-
### Relevant telegraf.conf
```toml
[[inputs.net]]
[inputs.net.tags]
bucket = "telegraf"
```
### Logs from Telegraf
```text
Mar 29 04:14:33 fw3a telegraf[54810]: 2023-03-29T04:14:33Z I!…
-
### Use Case
It would be great if the SNMP plugin supports secretstores for AUTH and PRIV passwords.
### Expected behavior
Do not have to enter passwords in config file directly.
### Actual behavi…
-
### Relevant telegraf.conf
```toml
[[inputs.snmp]]
path = ["./mibs_debug"]
agents = ["10.91.77.31"]
version = 2
community = "public"
[[inputs.snmp.field]]
oid = 'DOLBY-CP85…