- Feb 01, 2017
-
-
Len Smith authored
* Add in support for looking for substring in response * Add note to CHANGELOG.md * Switch from substring match to regex match * Requested code changes * Make requested changes and refactor to avoid nested if-else. * Convert tabs to space and compile regex once
-
Pierre Fersing authored
* Keep -config-directory when running as Windows service * Update changelog
-
njwhite authored
* Make Logparser Plugin Check For New Files Check in the Gather metric to see if any new files matching the glob have appeared. If so, start tailing them from the beginning. * changelog update for #2141
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Martin authored
-
Cameron Sparr authored
-
- Jan 29, 2017
-
-
John Engelman authored
-
- Jan 28, 2017
-
-
Patrick Hemmer authored
closes #1453 closes #1386 closes #1428
-
- Jan 27, 2017
-
-
Cameron Sparr authored
-
- Jan 26, 2017
-
-
Cameron Sparr authored
-
- Jan 24, 2017
-
-
Pierre Fersing authored
-
James authored
that handles them properly
-
Cameron Sparr authored
If we write a batch of points and get a "field type conflict" error message in return, we should drop the entire batch of points because this indicates that one or more points have a type that doesnt match the database. These errors will never go away on their own, and InfluxDB will successfully write the points that dont have a conflict. closes #2245
-
- Jan 23, 2017
-
-
Cameron Sparr authored
doing this unblocks incoming metrics while waiting for a flush to take place. we have to create a semaphore so that we can 'skip' flushes that try to run while a flush is already running. closes #2262
-
Cameron Sparr authored
closes #2297
-
Cameron Sparr authored
closes #2299
-
- Jan 13, 2017
-
-
Cameron Sparr authored
-
Cameron Sparr authored
-
Cameron Sparr authored
-
- Jan 12, 2017
-
-
Patrick Hemmer authored
-
- Jan 09, 2017
-
-
Patrick Hemmer authored
-
- Dec 21, 2016
-
-
Dominik Labuda authored
-
Cameron Sparr authored
closes #2027
-
- Dec 20, 2016
-
-
Cameron Sparr authored
closes #1980
-
Cameron Sparr authored
-
Cameron Sparr authored
this basically reverts #887 at some point we might want to do some special handling of reloading plugins and keeping their state intact, but that will need to be done at a higher level, and in a way that is thread-safe for multiple input plugins of the same type. Unfortunately this is a rather large feature that will not have a quick fix available for it. fixes #1975 fixes #2102
-
Cameron Sparr authored
-
Cameron Sparr authored
deals partially with #1973 see also https://github.com/vjeantet/grok/issues/17
-
Cameron Sparr authored
closes #1898
-
Cameron Sparr authored
-
Jeff Ashton authored
closes #1763 closes #2017
-
- Dec 17, 2016
-
-
Pierre Tessier authored
closes #2006
-
- Dec 16, 2016
-
-
Cameron Sparr authored
-
Tevin Jeffrey authored
-
Cameron Sparr authored
-
Patrick Hemmer authored
-
Cameron Sparr authored
-
Doug Reese authored
* MongoDB input plugin: Improve state data Adds ARB as a "member_status" (replica set arbiter). Uses MongoDB replica set state string for "state" value. * MongoDB input plugin: Improve state data - changelog update
-
Frank Stutz authored
put Makefile back to normal removed comment from puppetagent.go changed config_version to config_version_string and fixed yaml for build changed workind from branch to environment for config_string fixed casing and Changelog fixed test case closes #1917
-