-
## Feature Request
We would like to add a new aggregator with basic stats ( mean/stdev/count/max/min/median, etc).
https://github.com/toni-moreno/telegraf/tree/added_new_basicstats_aggregator
…
-
## Bug report
Telegraf stopped reporting data to InfluxDB. This happened right around the time that we set up a third Telegraf client on another server. (It had been running fine on the server in q…
-
I have two documents with information about custom log processing
https://github.com/influxdata/telegraf/tree/master/plugins/inputs/logparser
https://www.influxdata.com/telegraf-correlate-log-metric…
-
## Bug report
Telegraf is not detecting aggregators plugins with this error.
```
c:\Program Files\Telegraf> C:\"Program Files"\Telegraf\telegraf.exe --config C:\"Program Files"\Telegraf\telegra…
-
Hello,
I tried to install dedupe-variable-name on my mac using the following command pip install -U deduce-variable-name but was not able to. The full stack trace is as follows:
Downloading/un…
-
Ticket: https://github.com/openvstorage/alba/issues/461
Check with the healthcheck if alba throws _too many client connections_.
```
Nov 25 10:15:50 ftcmp02 alba[22625]: 2016-11-25 10:15:50 104…
-
Hi Niels,
I'm working on adapting your parser for Apache Drill and I was wondering if there is a list somewhere of the fields that the parsers supports and the data types?
Thanks,
-
Bug Report:
logparser working correctly with follow path
files = ["//hostname/FTPFetchFilesLog/2016_07/2016_07_19.txt"]
but, can't see anything with follow:
files = ["//hostname/FTPFetchFilesLog/2016…
-
Versions: influxdb 1.1.1 , telegraf 1.1.2
telegraf.conf:
interval = "1s"
[[inputs.procstat]]
pattern = "influxdb"
server is not under heavy load, just trying to get cpu usage from the inf…
-
version 1.0.0-beta3 , windows 2012
Using tshark to gather comma separated data and parse with telegrafs logparser plugin,
fileline example
**1471471812.246093000**,8.8.8.8,9.9.9.9,1
..where **1471…