Commit Graph

2007 Commits

Author SHA1 Message Date
Daniel Nelson
d2cf9a7157 Add support for static and random routing keys in kafka output (#4579) 2018-08-21 12:44:10 -07:00
Daniel Nelson
886d8cc840 Drop message batches in kafka output if too large (#4565) 2018-08-17 13:51:21 -07:00
maxunt
9e0eb0c0e0 Add ability to set measurement from matched text in grok parser (#4433) 2018-08-17 13:45:22 -07:00
Daniel Nelson
34614582a7 Use snake case in kafka output config 2018-08-15 14:12:22 -07:00
Mauro Murari
61513c64b8 Add message 'max_bytes' configuration (#4537) 2018-08-15 14:05:26 -07:00
Adrián López
e50b0c17ad Document how to parse telegraf logs (#4285) 2018-08-14 14:53:25 -06:00
Daniel Nelson
fa30f568ec Skip unserializable metric in influxDB UDP output (#4534) 2018-08-14 14:36:29 -06:00
dupondje
763dc6990c Fix powerdns input test (#4554) 2018-08-14 14:35:39 -06:00
shrug42
6ad5089361 Add gopsutil meminfo fields to mem plugin (#4546) 2018-08-13 17:41:23 -06:00
Harry Schmidt
7ca7f22e50 Add rename processor (#4528) 2018-08-13 17:38:46 -06:00
Pierre Tessier
6454319062 Add Wavefront parser (#4402) 2018-08-13 17:37:06 -06:00
LABOUARDY Mohamed
b9ff1d042b Add ActiveMQ input plugin (#2689) 2018-08-13 17:34:59 -06:00
Daniel Nelson
035e6a6f78 Skip lines that do not match in grok parser 2018-08-10 18:11:32 -07:00
Daniel Nelson
4dfb80d0fc Fix error message if URL is unparseable in influxdb output (#4511) 2018-08-07 11:07:46 -07:00
Daniel Nelson
a5409d7cf2 Use explicit zpool properties to fix parse error on FreeBSD 11.2 (#4510) 2018-08-07 11:07:07 -07:00
Loïc Blot
429d14101a Add pgbouncer input plugin (#3918) 2018-08-01 16:44:10 -06:00
dupondje
e1160c26bc Add ip restriction for the prometheus_client output (#4431) 2018-08-01 16:43:34 -06:00
david7482
199841a820 Support StatisticValues in cloudwatch output plugin (#4364) 2018-08-01 16:43:17 -06:00
Greg
4fff507ad6 Skip bad entries on interrupt input (#4497) 2018-08-01 16:39:19 -06:00
Daniel Nelson
6a32a7d85b Keep leading whitespace for messages in syslog input (#4498) 2018-07-31 18:15:42 -06:00
Jonathan G
b93460dd06 Split multiple sensor keys in ipmi input (#4450) 2018-07-31 17:56:03 -06:00
Daniel Nelson
f4032fc78d Add support for lz4 compression to kafka output (#4492) 2018-07-31 16:09:30 -06:00
Daniel Nelson
943dcc0c49 Send all messages before waiting for results in kafka output (#4491) 2018-07-31 16:08:04 -06:00
Daniel Nelson
93ed28e745 Add support for configuring an AWS endpoint_url (#4485) 2018-07-31 16:07:21 -06:00
Sebastian Boehm
228efe9a1d Add filecount input plugin (#4363) 2018-07-31 16:05:55 -06:00
wegel
06d5501d92 Add IPSIpAddress syntax to ipaddr conversion in snmp plugin (#4471) 2018-07-30 13:31:23 -06:00
Greg Linton
3d1c650c54 Update changelog 2018-07-30 13:14:55 -06:00
Jiri Tyr
a897b84049 Adding x509_cert input plugin (#3768) 2018-07-30 13:12:45 -06:00
Greg
019d265167 Add dev/telegraf.conf for docker, exec, and procstat input (#4460) 2018-07-27 18:39:37 -07:00
maxunt
96cb0aaea0 Fix unit tests on Darwin (#4458) 2018-07-27 18:29:54 -07:00
Daniel Nelson
83c4b81abe Copy grok documentation from logparser to data format doc (#4475) 2018-07-27 18:28:33 -07:00
Greg
6e245b5483 Update docker input plugin to use new library (#4440) 2018-07-25 17:10:28 -06:00
Daniel Nelson
9051ea9dc0 Require dep to be installed before building (#4461) 2018-07-24 15:57:24 -06:00
david7482
9657870258 Improve cloudwatch output performance (#4320) 2018-07-23 12:00:35 -06:00
Mathevet julien
4c2786298d Exclude cached memory on docker input plugin (#4383) 2018-07-17 17:02:03 -06:00
Greg
69d22afcc2 Reset read deadline for syslog input (#4369) 2018-07-17 16:47:09 -06:00
Greg
b75d66ff41 Return error if NewRequest fails in http output (#4429) 2018-07-17 15:54:10 -06:00
Daniel Nelson
14d25af4d4 Remove DS_Store files 2018-07-13 23:23:47 -07:00
maxunt
774a9f0492 Add file input plugin and grok parser (#4332) 2018-07-13 23:22:59 -07:00
Daniel Nelson
411b26bb1f Fix output format of printer processor (#4417) 2018-07-13 14:14:18 -07:00
Daniel Nelson
49a5dea536 Update client_id in kafka input and output readme 2018-07-13 14:00:25 -07:00
Rion
c8f00030dd Add support for setting kafka client id (#4418) 2018-07-13 13:53:56 -07:00
Greg
0da94a1b3c Fix incorrect container name gathered in docker input (#4391) 2018-07-12 18:41:49 -07:00
maxunt
9ebf16636d Add parse_multivalue to collectd parser (#4403) 2018-07-11 17:29:23 -07:00
Steve Domino
7b73b0db3a Moved system package inputs out to top level (#4406) 2018-07-11 16:43:49 -07:00
Daniel Nelson
9a14d1f074 Fix quoting in nvidia_smi input 2018-07-10 20:20:44 -07:00
Daniel Nelson
7591a50d52 Add path tag to tail tests 2018-07-09 17:39:51 -07:00
Daniel Nelson
6a2e2bfd7c Add troubleshooting docs to cloudwatch input 2018-07-07 00:21:21 -07:00
Alexander Shepelin
35d2f90d6c Don't set values when pattern doesn't match in regex processor (#4396) 2018-07-06 16:13:46 -07:00
Greg
a82b4fbd96 Use 'localhost' as default 'server' tag in zookeeper input (#4387) 2018-07-05 14:37:13 -07:00