Commit Graph

2488 Commits

Author SHA1 Message Date
xin053 f179cdbec7 Correct spelling of toml field in mysql input () 2017-07-25 10:57:27 -07:00
Théophile Helleboid - chtitux cc52711e1e Fix typo in postgresql_extensible/README.md () 2017-07-25 10:39:14 -07:00
Daniel Nelson f486cc99cc Update changelog 2017-07-24 18:26:29 -07:00
Daniel Nelson 6ae58430cd Start first aggregator period at startup time ()
Fixes issue where metrics collected immediately after startup would not
be aggregated.
2017-07-24 18:25:05 -07:00
Oskar 6396e3409d Fix go vet under windows () 2017-07-24 12:36:33 -07:00
Daniel Nelson 41c99827e1 Update changelog 2017-07-21 16:57:28 -07:00
Daniel Nelson 4adc6cafd0 Add network option to dns_query () 2017-07-21 16:56:08 -07:00
Daniel Nelson b3fa28e449 Update changelog 2017-07-21 15:46:22 -07:00
Andy Cobaugh 9fb8cf6319 Add input plugin for OpenLDAP () 2017-07-21 15:44:20 -07:00
Daniel Nelson 06a285bb5e Update changelog 2017-07-21 14:31:25 -07:00
Daniel Nelson e822d22565 Don't match pattern on any error ()
This prevents a pattern with no wildcards from matching in case
permissions is denied.
2017-07-21 14:28:14 -07:00
Daniel Nelson a6c44e3a00 Update changelog 2017-07-21 14:26:39 -07:00
Yann Cézard b487a36a33 Only report cpu usage for online cpus in docker input () 2017-07-21 14:25:17 -07:00
Daniel Nelson 6d5a81dafb Document GNU make requirement 2017-07-21 11:15:00 -07:00
Daniel Nelson 22db07e417 Update changelog 2017-07-21 10:57:39 -07:00
Daniel Nelson ac6e10528f Line wrap documentation 2017-07-21 10:57:12 -07:00
DanKans 0bfe723718 Fix filtering when both pass and drop match an item ()
Adjust logic in functions responsible for passing metrics in order to be able
to process them correctly in case where pass and drop are defined together.
2017-07-21 10:53:57 -07:00
Daniel Nelson b3a9fe0502 Update changelog 2017-07-19 13:09:49 -07:00
DanKans 7f3716b2b8 Fix combined tagdrop/tagpass filtering () 2017-07-19 13:08:40 -07:00
Daniel Nelson 6dd9bf5d1a Switch skipped kafka test 2017-07-18 18:18:57 -07:00
Daniel Nelson 5224e1748d Update download information in readme 2017-07-18 13:54:38 -07:00
Daniel Nelson f2adecd753 Update changelog 2017-07-18 11:03:07 -07:00
DanKans 9a8de6085f Fix ntpq parse issue when using dns_lookup () 2017-07-18 11:01:08 -07:00
soldierkam 880ff896ac Add read timeout to socket_listener 2017-07-17 18:34:36 -07:00
Daniel Nelson fa086ca5e4 Remove command in example output 2017-07-17 15:08:17 -07:00
Daniel Nelson f8dd52c69d Update changelog 2017-07-17 12:01:35 -07:00
Daniel Nelson 99e5ccee6f Prevent startup if intervals are 0 2017-07-17 11:58:47 -07:00
Daniel Nelson 6edd848e4c Update changelog 2017-07-14 10:45:32 -07:00
Bob Shannon 39a8f73260 Add result_type field to net_response input plugin () 2017-07-14 10:43:36 -07:00
Daniel Nelson 08bdb780c6 Add credits for new plugins to changelog 2017-07-13 16:14:18 -07:00
Daniel Nelson 6d708d870b Update changelog 2017-07-13 16:00:09 -07:00
DanKans 0ca0e213de Add fluentd input plugin () 2017-07-13 15:58:20 -07:00
Daniel Nelson 4138e8af08 Update changelog 2017-07-13 15:39:45 -07:00
Daniel Nelson 8567dfe7b1 Prevent possible deadlock when using aggregators ()
Looping the metrics back through the same channel could result in a
deadlock, by using a new channel and locking the processor we can ensure
that all stages can make continual progress.
2017-07-13 15:34:21 -07:00
Daniel Nelson 88037c8a2c Add release date for 1.3.4 2017-07-12 17:15:38 -07:00
Daniel Nelson b201814cea Update changelog 2017-07-12 12:04:43 -07:00
Daniel Nelson c5d49d1863 Prevent Write from being called concurrently () 2017-07-12 12:03:23 -07:00
Daniel Nelson d21a9316bd Update changelog 2017-07-11 15:55:44 -07:00
Daniel Nelson b086ecee0c Do not allow metrics with trailing slashes ()
It is not possible to encode a measurement, tag, or field whose last
character is a backslash due to it being an unescapable character.
Because the tight coupling between line protocol and the internal metric
model, prevent metrics like this from being created.

Measurements with a trailing slash are not allowed and the point will be
dropped.  Tags and fields with a trailing a slash will be dropped from
the point.
2017-07-11 15:54:38 -07:00
Daniel Nelson c35b4c8f1b Update changelog 2017-07-11 14:10:09 -07:00
JSH 0197a614ed Fix chrony plugin does not track system time offset () 2017-07-11 14:08:40 -07:00
Daniel Nelson a9d332d673 Update changelog 2017-07-10 19:07:28 -07:00
Daniel Nelson 4780073ba1 Fix handling of escapes within fieldset ()
Line protocol does not require or allow escaping of backslash, the only
requirement for a byte to be escaped is if it is an escapable char and
preceeded immediately by a slash.
2017-07-10 19:05:18 -07:00
Daniel Nelson 05309855e3 Update changelog 2017-07-10 12:23:16 -07:00
Daniel Nelson c928e21462 Update elastic version to 5.0.41 () 2017-07-10 12:18:56 -07:00
Daniel Nelson 1a1ebc1424 Update dependencies 2017-07-10 12:01:22 -07:00
Wesley Merkel 050fb93e6c Add link to Graylog input to README.md () 2017-07-10 11:22:37 -07:00
Daniel Nelson 06fc3f66a5 Update changelog 2017-07-05 14:29:59 -07:00
Song Wenhao 89c5fab917 Display error message if prometheus output fails to listen () 2017-07-05 14:28:44 -07:00
Daniel Nelson 135ce41a59 Update changelog 2017-06-29 16:17:08 -07:00