Commit Graph

3545 Commits

Author SHA1 Message Date
Daniel Nelson
8d0ec993c7 Update changelog and add basic nsq input readme 2018-10-22 17:55:40 -07:00
Soulou
12279042d3 Add support for TLS configuration in NSQ input (#3903) 2018-10-22 17:50:32 -07:00
Daniel Nelson
2e59e4dd6c Add deprecation version for MetricBuffer 2018-10-22 17:16:24 -07:00
Daniel Nelson
100d11f24e Remove unused cruft 2018-10-22 17:15:57 -07:00
Daniel Nelson
55f3645e8c Update changelog 2018-10-22 12:57:24 -07:00
Bugagazavr
ff98ad710b Add Nginx Plus API input (#4837) 2018-10-22 12:54:50 -07:00
Daniel Nelson
2f7450ec04 Document units of filestat modification time 2018-10-22 12:41:37 -07:00
Trevor Pounds
ee056278f5 Enable gofmt code simplification (#4887) 2018-10-19 13:32:54 -07:00
Daniel Nelson
4a311830c6 Update changelog 2018-10-19 11:18:30 -07:00
Samuel-BF
589d0587f6 Add ability to specify bytes options as strings with units (KB, MiB, ...) (#4852) 2018-10-19 11:17:18 -07:00
Trevor Pounds
17360f079c Fix spelling mistakes (#4888) 2018-10-19 11:12:01 -07:00
Trevor Pounds
1ec12ba6ad Add Go 1.11 CI support (#4859) 2018-10-19 11:01:31 -07:00
Daniel Nelson
42483b39ec Update changelog 2018-10-18 23:39:18 -07:00
Daniel Nelson
1af2cf902c Add new DN tags to x509_cert readme 2018-10-18 23:34:59 -07:00
Onur Güzel
d33116381b Add certificate distinguished name as a tags in x509_cert input (#4873) 2018-10-18 23:32:43 -07:00
Daniel Nelson
b9107641ec Regenerate telegraf.conf 2018-10-18 23:27:27 -07:00
Daniel Nelson
f5af2ab799 Remove dead link from logparser sampleconfig and fix syntax (#4883) 2018-10-18 23:26:42 -07:00
Trevor Pounds
ecaaa20ed0 Update CI to Go 1.10.4 (#4860) 2018-10-18 15:45:18 -07:00
Daniel Nelson
fb435b2fa5 Update changelog 2018-10-18 13:07:33 -07:00
Trevor Pounds
136a5724bd Use DescribeStreamSummary in place of ListStreams in kinesis output (#4864) 2018-10-18 13:05:43 -07:00
Dirk Pahl
7cb75ca979 Add more detailed descriptions for fields in swap input (#4763) 2018-10-18 12:59:03 -07:00
Greg Linton
3202bcdf19 Set 1.8.2 release date 2018-10-17 13:30:11 -06:00
Greg Linton
42fa8f437b Update changelog 2018-10-17 13:02:46 -06:00
Greg
6e8b7e3cc6 Fix panic in logparser input (#4849) 2018-10-17 13:02:03 -06:00
Fred Cox
48745c3171 Fix segfault in x509_cert (#4874) 2018-10-17 12:46:44 -06:00
Greg
f10de93da4 Return correct response code on ping input (#4875) 2018-10-17 12:46:00 -06:00
Daniel Nelson
cd865cfd22 Lower authorization errors to debug level in mongodb input (#4869) 2018-10-17 12:44:48 -06:00
Daniel Nelson
106f5b5ca8 Update changelog 2018-10-16 12:23:05 -07:00
James Maidment
0b601513a2 Add stackdriver output plugin (#3876) 2018-10-16 11:47:10 -07:00
timhallinflux
ef848b4924 Update License (#4865) 2018-10-16 11:05:58 -07:00
Daniel Nelson
36193aea1b Update changelog 2018-10-15 13:05:46 -07:00
Daniel Nelson
152365ae06 Rework mqtt_consumer connect/reconnect (#4846) 2018-10-15 13:03:52 -07:00
Samuel-BF
f259229a35 Improve performance of globpath with some patterns (#4836) 2018-10-12 14:48:11 -07:00
Daniel Nelson
a2ac9115b3 Update changelog 2018-10-12 14:45:04 -07:00
Greg
9cc534c624 Prevent panic if fileinfo is nil (#4850) 2018-10-12 14:43:06 -07:00
Daniel Nelson
d3078ec9d8 Update changelog 2018-10-12 14:40:51 -07:00
Daniel Nelson
38e644ff12 Support uint fields in aerospike input (#4851) 2018-10-12 14:37:30 -07:00
Daniel Nelson
27bd51b9ac Use container name from list if no name in container stats (#4854) 2018-10-12 14:36:55 -07:00
Daniel Nelson
37fd99abb9 Comment optional fields in http_listener sample config 2018-10-12 14:31:08 -07:00
Daniel Nelson
2d8cda02df Rename http_listener to influxdb_listener 2018-10-12 14:31:08 -07:00
Julius Marozas
0bb264536f Add http_listener_v2 input input plugin (#4755) 2018-10-12 13:40:17 -07:00
Erwan Quélin
65f7e988bb Enhancement of README.md for the vSphere input plugin. (#4788) 2018-10-11 15:42:43 -07:00
Daniel Nelson
0049e01d69 Update changelog 2018-10-11 13:08:57 -07:00
Pontus Rydin
c117ed624d Fix missing timeouts in vsphere input (#4840) 2018-10-11 13:08:09 -07:00
Daniel Nelson
bde73d8328 Update changelog 2018-10-11 12:26:13 -07:00
Kevin Conaway
44fd74d688 Add telegraf version to User-Agent header (#4838)
Header is added in influxdb, influxdb_v2, and http outputs.
2018-10-11 12:25:21 -07:00
kostya-sh
502d9ab499 Fix TestGatheringTimeout test for dns_query plugin (#4842) 2018-10-11 12:15:17 -07:00
Daniel Nelson
8a03a21de2 Place docker files in scripts and update makefile 2018-10-11 00:57:00 -07:00
Jonathan A. Sternberg
eece559fe7 Add a Dockerfile that matches influxdata-docker to build images from source (#4793)
The images in influxdata-docker are meant to be built by downloading
official releases. Sometimes, it is useful to build directly from source
when you need an unofficial release. These images are meant to be used
then using multi-stage builds so that it can build from source and then
copy the results to images that match the official counterpart.
2018-10-10 18:38:43 -07:00
kelwang
a0eee37ed2 Fix grammar in influxdb_v2 sample config (#4815) 2018-10-10 18:34:32 -07:00