- Aug 31, 2016
-
-
Butitsnotme authored
Added the option removecr to inputs.exec to remove all carraige returns (CR, ASCII 0x0D, Unicode codepoint \u0D, ^M). The option is boolean and not enabled if not present in the config file. closes #1606 Updated CHANGELOG.md with information about removecr Ran go fmt ./... Moved removal of CRs to internal/internal.go Moved the code to remove carriage returns from plugins/inputs/exec/exec.go to internal/internal.go. Additionally changed the conditional on which it gets applied from using a configuration file option to checking if it is running on Windows. Moved Carriage Return check to correct place Moved the carriage return removal back to the exec plugin. Added unit testing for it. Fixed a bug (removing too many characters). Ran go fmt ./... Reverted CHANGELOG to master Updated Changelog
-
- May 26, 2016
-
-
Jari Sukanen authored
Allow using glob pattern in the command list in configuration. This enables for example placing all commands in a single directory and using /path/to/dir/*.sh as one of the commands to run all shell scripts in that directory. Glob patterns are applied on every run of the commands, so matching commands can be added without restarting telegraf. closes #1142
-
- Mar 21, 2016
-
-
Thibault Cohen authored
closes #762
-
- Feb 09, 2016
-
-
Cameron Sparr authored
This constitutes a large change in how we will parse different data formats going forward (for the plugins that support it) This is working off @henrypfhu's changes.
-
Henry Hu authored
closes #637
-
- Jan 30, 2016
-
-
Cameron Sparr authored
closes #613
-
- Jan 23, 2016
-
-
Jack Zampolin authored
-
- Jan 20, 2016
-
-
Jack Zampolin authored
-
Jack Zampolin authored
-
- Jan 14, 2016
-
-
Philip Silva authored
With HTTP JSON or Elasticsearch, one can also process values nested in arrays.
-
- Jan 07, 2016
-
-
Cameron Sparr authored
-
Cameron Sparr authored
-
- Sep 24, 2015
-
-
Josh Palay authored
-
- Aug 15, 2015
-
-
Josh Palay authored
-
- Aug 11, 2015
-
-
Alvaro Morales authored
-
- Aug 06, 2015
-
-
Alvaro Morales authored
-