Daniel Nelson
574fa5a6be
Add support for fetching config over https ( #4637 )
2018-11-05 14:19:46 -08:00
Daniel Nelson
6e5c2f8bb6
Remove outputs blocking inputs when output is slow ( #4938 )
2018-11-05 13:34:28 -08:00
Daniel Nelson
ad320ac1e0
Remove the time_key from the field values in JSON parser ( #4951 )
2018-11-02 17:53:45 -07:00
Daniel Nelson
f5af2ab799
Remove dead link from logparser sampleconfig and fix syntax ( #4883 )
2018-10-18 23:26:42 -07:00
Daniel Nelson
cd865cfd22
Lower authorization errors to debug level in mongodb input ( #4869 )
2018-10-17 12:44:48 -06:00
Daniel Nelson
152365ae06
Rework mqtt_consumer connect/reconnect ( #4846 )
2018-10-15 13:03:52 -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
a6b5f2c093
Document that taginclude/tagexclude can remove ANY tag ( #4847 )
2018-10-10 18:06:24 -07:00
Daniel Nelson
c3bab78ea8
Fix case of timezone/grok_timezone options. ( #4799 )
2018-10-03 13:58:21 -06:00
Daniel Nelson
5101f075e1
Skip tags with empty values in cloudwatch output ( #4785 )
2018-10-01 18:27:44 -07:00
Daniel Nelson
7553c8fd13
Remove metric recreation when filtering ( #4767 )
2018-09-28 14:48:20 -07:00
Daniel Nelson
54e61aa78a
Use FieldList in basicstats to improve performance ( #4741 )
2018-09-26 19:08:46 -07:00
Daniel Nelson
38e5e103ce
Clarify platform support for temp input ( #4756 )
2018-09-26 19:05:55 -07:00
Daniel Nelson
b5299f4cc4
Fix cleanup of csv parser options, use per file parser ( #4712 )
2018-09-18 09:23:45 -07:00
Daniel Nelson
f05fdde48b
Remove the startup authentication check from the cloudwatch output ( #4695 )
2018-09-18 09:07:28 -07:00
Daniel Nelson
41d528c8ce
Split parser/serializer docs ( #4690 )
2018-09-17 11:45:08 -07:00
Daniel Nelson
4c571d2cfa
Log access denied opening a service at debug level ( #4674 )
2018-09-11 16:04:16 -07:00
Daniel Nelson
eff7f0f083
Use operation subtables in enum and rename processors ( #4672 )
2018-09-11 16:03:47 -07:00
Daniel Nelson
1ca17652cd
Fix parsing and documentation for json_string_fields ( #4656 )
2018-09-10 11:55:08 -07:00
Daniel Nelson
7b05993a6e
Fix sending of basic auth credentials in http output ( #4609 )
2018-08-29 12:28:29 -07:00
Daniel Nelson
8b2d64585d
Use the correct GOARM value in the armel package ( #4608 )
2018-08-29 12:28:00 -07:00
Daniel Nelson
fed959531c
Remove timeout deadline for udp syslog input. ( #4605 )
2018-08-29 11:39:10 -07:00
Daniel Nelson
1e3edbc55d
Ensure channel closed if an error occurs in cgroup input ( #4606 )
2018-08-29 11:38:40 -07:00
Daniel Nelson
e2b1a6bc89
Add read_buffer_size option to statsd input ( #4598 )
2018-08-27 14:47:04 -07:00
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
Daniel Nelson
6e92df45e7
Use dep v0.5.0 ( #4542 )
2018-08-14 15:55:38 -06:00
Daniel Nelson
fa30f568ec
Skip unserializable metric in influxDB UDP output ( #4534 )
2018-08-14 14:36:29 -06:00
Daniel Nelson
31e1c04ed0
Set version to unknown if not set ( #4521 )
2018-08-12 16:52:35 -07:00
Daniel Nelson
feb75d493a
Lock buffer when adding metrics ( #4514 )
...
This function is not thread-safe but is currently used by multiple
goroutines in RunningOutput
2018-08-07 11:22:10 -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
Daniel Nelson
6a32a7d85b
Keep leading whitespace for messages in syslog input ( #4498 )
2018-07-31 18:15:42 -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
Daniel Nelson
83c4b81abe
Copy grok documentation from logparser to data format doc ( #4475 )
2018-07-27 18:28:33 -07:00
Daniel Nelson
9051ea9dc0
Require dep to be installed before building ( #4461 )
2018-07-24 15:57:24 -06:00
Daniel Nelson
d95824a9c1
Downgrade max aerospike client version to 1.27.0 ( #4462 )
...
This is currently the most recent version without the memory leak issue.
2018-07-24 10:43:18 -07:00
Daniel Nelson
6d876c18e0
Fix metric can have duplicate field ( #4422 )
2018-07-13 22:54:34 -07:00
Daniel Nelson
411b26bb1f
Fix output format of printer processor ( #4417 )
2018-07-13 14:14:18 -07:00
Daniel Nelson
5150d565d7
Fix several build issues ( #4412 )
2018-07-11 22:57:46 -07:00
Daniel Nelson
9e77bfc3ed
Fix potential deadlock by not calling AddMetric concurrently ( #4404 )
2018-07-11 17:33:27 -07:00
Daniel Nelson
9491cd91cd
Fix data race with default tags ( #4395 )
2018-07-07 00:54:21 -07:00
Daniel Nelson
0ef12f87af
Add mutex to prevent handler precision from changing during parse ( #4373 )
2018-07-03 11:35:39 -07:00
Daniel Nelson
9bd5e10133
Fix syslog timestamp parsing with single digit day of month ( #4334 )
2018-06-29 18:05:46 -07:00
Daniel Nelson
4e9e57e210
Drop CI support for Go 1.8 ( #4309 )
...
Go 1.8 is no longer a supported version and the circleci/golang images
has been removed.
2018-06-17 18:50:14 -07:00
Daniel Nelson
40fac0a9b4
Treat sigterm as a clean shutdown signal ( #4277 )
2018-06-12 16:44:04 -07:00
Daniel Nelson
acba20af1a
Fix TLS and SSL config option parsing ( #4247 )
2018-06-06 18:29:59 -07:00
Daniel Nelson
7fe6e2f5ae
Use same flags for all bsd family ping varients ( #4241 )
2018-06-06 14:28:12 -07:00
Daniel Nelson
14d97e5416
Add special syslog timestamp parser that uses current year ( #4190 )
...
Previously it was impossible to parse syslog timestamps without the date
being reported as year 0, due to the year not being specified
2018-05-23 16:37:14 -07:00
Daniel Nelson
7f93911f43
Add converter processor ( #4178 )
2018-05-23 14:29:57 -07:00
Daniel Nelson
dbd02ebb74
Add support for TLS and username/password auth to aerospike input ( #4183 )
2018-05-23 14:28:17 -07:00
Daniel Nelson
daacfc6368
Add timeout option to sensors input ( #4162 )
2018-05-22 13:59:59 -07:00
Daniel Nelson
1a407ceaf9
Add aurora input plugin ( #4158 )
2018-05-21 11:59:39 -07:00
Daniel Nelson
e45822e2e2
Fix librato output support for uint and bool ( #4151 )
2018-05-15 15:54:20 -07:00
Daniel Nelson
0af40a8a5d
Fix dropwizard parsing error for metrics that need escaped ( #4142 )
...
If the dropwizard parser cannot convert the metric name into a valid
line protocol series then we will accept the name as is.
2018-05-14 11:00:03 -07:00
Daniel Nelson
5030373a4c
Reuse transport on next interval in jolokia agent ( #4137 )
2018-05-11 17:48:27 -07:00
Daniel Nelson
5b599337a3
Use internal.Duration for jolokia timeouts ( #4136 )
2018-05-11 17:47:38 -07:00
Daniel Nelson
2bf2b51039
Skip fields that report "not supported" in nvidia-smi ( #4123 )
2018-05-08 13:11:12 -07:00
Daniel Nelson
b11468757c
Add uint/bool support to cratedb output ( #4117 )
2018-05-08 12:10:25 -07:00
Daniel Nelson
c16ecaa124
Don't report 0ms on timeout in dns_query ( #4118 )
2018-05-07 18:18:01 -07:00
Daniel Nelson
2fe167b8a7
Update issue templates ( #4116 )
2018-05-07 11:38:09 -07:00
Daniel Nelson
73c22a8189
Add SerializeBatch method to the Serializer interface ( #4107 )
2018-05-04 18:27:31 -07:00
Daniel Nelson
de355b76d6
Simplify testing with TLS ( #4095 )
2018-05-04 16:33:23 -07:00
Daniel Nelson
cff7ee8edf
Fix handling of uint64 in datadog output ( #4091 )
2018-05-01 18:56:39 -07:00
Daniel Nelson
964856eb5f
Fix win_perf_counters to collect counters per instance ( #4036 )
2018-04-30 17:48:45 -07:00
Daniel Nelson
9f4752ba12
Add docker input server version ( #4035 )
2018-04-23 15:09:04 -07:00
Daniel Nelson
f639f994b5
Ignore writer error in file output ( #4055 )
2018-04-23 15:08:04 -07:00
Daniel Nelson
911f0e4b57
Deprecate the cassandra input plugin ( #4050 )
2018-04-23 15:06:26 -07:00
Daniel Nelson
a3500cc33a
Fix handling of floats with multiple leading zeroes ( #4065 )
2018-04-23 13:29:49 -07:00
Daniel Nelson
bf0c59f56c
Return errors in mongodb SSL/TLS configuration ( #4066 )
2018-04-23 13:29:12 -07:00
Daniel Nelson
ee9a2f73a1
Fix duplicate tags when overriding tag ( #4056 )
2018-04-20 18:39:31 -07:00
Daniel Nelson
fe4d3cd117
Fix ints being capped at 32-bits on 32-bit archs ( #4054 )
2018-04-20 14:56:28 -07:00
Daniel Nelson
00e3363d45
Add only valid field types in cassandra input ( #4048 )
2018-04-19 16:56:46 -07:00
Daniel Nelson
29b37e67c2
Allow metrics to be unserializable in influx.Reader ( #4047 )
...
Metrics that are unserializable will be logged at debug level, but the
rest of the batch will be sent. Unserializable metrics can occur during
normal operation such as if you remove all fields from a metric or the
metric cannot fit within the line size limit.
2018-04-19 16:24:31 -07:00
Daniel Nelson
120be7e87b
Report available fields if utmp is unreadable ( #4043 )
2018-04-18 16:55:18 -07:00
Daniel Nelson
9e4a330ee5
Update github.com/gorilla/mux version ( #4042 )
2018-04-18 16:55:02 -07:00
Daniel Nelson
78d4a95ce6
Test using Go 1.8-1.10; official builds with 1.10 ( #4041 )
2018-04-18 16:14:06 -07:00
Daniel Nelson
dd2c60e620
Fix graphite serialization of unsigned ints ( #4033 )
2018-04-18 12:13:25 -07:00
Daniel Nelson
3f4e1af222
Add --console and --service to usage message in Windows ( #3993 )
2018-04-11 16:44:55 -07:00
Daniel Nelson
55cfc383f3
Allow grok pattern to contain newlines ( #4005 )
2018-04-10 18:16:21 -07:00
Daniel Nelson
e4f8a82ee6
Fix newline escaping in line protocol ( #3992 )
2018-04-09 15:29:52 -07:00
Daniel Nelson
00203fa889
Export all vars defined in /etc/default/telegraf ( #3981 )
...
This keeps the format of this file the same between systemd and
sysvinit.
2018-04-06 13:17:24 -07:00
Daniel Nelson
7177e0473f
Fix conversion of unsigned ints in prometheus output ( #3978 )
2018-04-05 16:38:41 -07:00
Daniel Nelson
efdf36746c
Update gosnmp revision ( #3973 )
2018-04-05 11:15:20 -07:00
Daniel Nelson
4551b4c5d2
Enable ntpq tests on Windows ( #3972 )
2018-04-04 18:35:05 -07:00
Daniel Nelson
265d0e6d84
Fix bug preventing database from being recreated ( #3962 )
2018-04-02 16:18:33 -07:00
Daniel Nelson
bcaaeda49c
Fix precision truncation when no timestamp included ( #3961 )
2018-04-02 14:32:33 -07:00
Daniel Nelson
19c102cf4b
Fix parsing of dos line endings in smart input ( #3960 )
2018-04-02 13:55:10 -07:00
Daniel Nelson
82448a9dd1
Add metric_version option to mysql input ( #3954 )
2018-04-02 13:10:43 -07:00
Daniel Nelson
971debb582
Add filters for container state to docker input ( #3950 )
2018-03-30 13:17:48 -07:00
Daniel Nelson
0c1293ad5e
Add MmapStats when using rocksdb storage engine ( #3930 )
2018-03-29 13:32:05 -07:00
Daniel Nelson
b99cd14129
Add influx uint support as a runtime option ( #3948 )
2018-03-29 13:31:43 -07:00
Daniel Nelson
04b9afff68
Add TLS support to zookeeper input ( #3949 )
2018-03-29 12:42:25 -07:00
Daniel Nelson
43bd23e555
Add support for connecting to InfluxDB over a unix domain socket ( #3942 )
2018-03-27 18:36:08 -07:00
Daniel Nelson
cc97b48ca8
Add support for skipping database creation ( #3941 )
2018-03-27 17:59:57 -07:00
Daniel Nelson
1c0f63a90d
Add new line protocol parser and serializer, influxdb output ( #3924 )
2018-03-27 17:30:51 -07:00
Daniel Nelson
4cefe3eadd
Add documentation for existing TLS settings in consul input ( #3931 )
2018-03-26 19:22:17 -07:00