Joshua Powers
57eecb31e4
test: Fix capturing the timestamp warning ( #13426 )
2023-06-13 14:15:49 +02:00
Zeyad Kenawi
cba7369903
feat(internal): Add additional faster compression options ( #13316 )
2023-06-09 07:28:14 -06:00
Sven Rebhan
97d10a5ee9
fix(internal): Fix time parsing for abbreviated timezones ( #13363 )
2023-06-02 10:05:55 -06:00
Bernt-Johan Bergshaven
df166cfbcc
feat: Add Clarify output plugin ( #13220 )
2023-05-22 12:08:55 -06:00
cui fliter
b08a2bb324
chore(docs): Remove repetitive "the" ( #13295 )
2023-05-22 06:14:01 -06:00
Paweł Żak
30b603626c
chore: Enable G404 rule for gosec ( #13095 )
2023-05-02 06:31:50 -06:00
Paweł Żak
ba16eeb495
chore: Enable G110 rule for gosec ( #13044 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-04-14 17:14:55 +02:00
Paweł Żak
89fa07fc5e
chore: Enable G301, G302 and G306 rules for gosec ( #13022 )
2023-04-04 08:51:08 -06:00
abhi-jha
e4cf2904ca
docs: Fix various typos in comments ( #12888 )
2023-03-21 16:27:38 +01:00
Sven Rebhan
bea5414384
feat(parsers.xpath): Add timezone handling ( #12820 )
2023-03-13 12:17:14 +01:00
Paweł Żak
5c234d8749
chore: Bump golangci-lint from v1.51.0 to v1.51.2 ( #12782 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-03 10:06:54 +01:00
Joshua Powers
3f3885a2b0
fix(agent): Only rotate log on SIGHUP if needed ( #12740 )
2023-03-01 07:30:37 -07:00
Thomas Casteleyn
6a2f6f301f
chore: eliminate unnecessary use of quoted strings in printf ( #12722 )
2023-02-23 06:49:36 -07:00
Paweł Żak
f7949ca68a
chore: Fix linter findings for errorlint (part1) ( #12701 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2023-02-22 12:57:53 +01:00
Joshua Powers
9c79277405
chore: Update to go1.20.1 ( #12679 )
2023-02-16 10:52:36 +01:00
Paweł Żak
257083dba8
chore: bump go to 1.20 for golangci-lint-action ( #12614 )
2023-02-03 14:35:29 -07:00
Joshua Powers
bf108da447
chore: Update to go1.20 ( #12593 )
2023-02-03 09:47:02 +01:00
Sven Rebhan
e6de0cc9c2
chore(internal.gzip): cleanup CompressWithGzip ( #12587 )
2023-02-01 11:20:11 -07:00
Paweł Żak
d9d9cd4c0b
chore: fix linter findings for nolintlint part 1 ( #12427 )
2023-01-25 13:28:13 -07:00
Joshua Powers
42640b1def
test(parsers.json): add fuzz test ( #12368 )
2022-12-13 06:41:08 -07:00
Sven Rebhan
db7cb4ec25
chore: Move host-endianness definition to `internal` ( #12360 )
2022-12-08 22:04:57 +01:00
Paweł Żak
e84df8983a
chore: Fix linter findings for errname ( #12253 )
2022-11-21 21:11:07 +01:00
Paweł Żak
6816aefcd5
chore: fix linter findings for unparam and revive.unused-parameter ( #12150 )
2022-11-08 12:04:12 -07:00
Paweł Żak
9d9eb403a6
chore: Review of //nolint comments ( #12088 )
2022-10-26 12:06:08 +02:00
Paweł Żak
5878278fca
chore: resolve linter issues for unhandled-error ( #11969 )
2022-10-12 14:23:53 -06:00
Paweł Żak
85b7590ff9
chore: resolve linter issues for confusing-naming and confusing-results ( #11956 )
2022-10-12 13:19:47 -06:00
Paweł Żak
08c1ce9cb6
chore: Resolve linter issues for ineffassign, nilerr, gosimple... ( #11966 )
2022-10-12 13:08:03 -06:00
Sven Rebhan
758f2cba7a
fix(parser.xpath): Handle floating-point times correctly ( #11875 )
2022-10-03 08:32:52 -06:00
Sebastian Spaink
d982ed9a45
feat(inputs.amqp_consumer): Determine content encoding automatically ( #11860 )
2022-09-26 21:28:32 +02:00
Sebastian Spaink
4913392b85
chore: Remove deprecated build tags ( #11867 )
2022-09-22 13:25:31 -05:00
Sven Rebhan
8e23402305
chore: remove deprecated io/ioutils ( #11678 )
2022-09-20 09:37:14 -06:00
Joshua Powers
8c49ddccc3
chore: update to go1.19.1 ( #11776 )
2022-09-08 12:49:36 -06:00
Sebastian Spaink
a57434eb4e
feat: Migrate to urfave/cli ( #11700 )
2022-08-24 21:46:58 -05:00
Sven Rebhan
f1ce84f02d
feat: tool to build custom Telegraf builds ( #11524 )
2022-08-19 13:38:03 -06:00
Povilas Versockas
447e8a385e
fix: refactor telegraf version ( #11656 )
2022-08-17 13:08:31 -06:00
Mya
1a47277298
fix(inputs.snmp): snmp UseUnconnectedUDPSocket when using udp ( #10331 )
2022-07-08 13:40:32 -06:00
Sebastian Spaink
412be64088
feat: Make the command "config" a subcommand ( #11282 )
...
* feat: make the command "config" a subcommand
* fix: backwards compatible
support telegraf *filters* config
2022-06-15 21:28:18 +02:00
reimda
0dd99b2157
fix(inputs/snmp): switch new Reconnect method to be a value receiver ( #11197 )
2022-05-27 15:03:46 -06:00
Thomas Casteleyn
885444ab3e
fix(inputs/snmp): Reconnect TCP agents if needed ( #11163 )
2022-05-25 12:47:51 -06:00
M.D
fed88fcb44
feat(exec, execd): add an option to pass a custom environment to their child process ( #11049 )
2022-05-10 15:34:05 -06:00
Eng Zer Jun
c3d176029d
test: use `T.TempDir` to create temporary test directory ( #10988 )
2022-04-18 13:27:59 -06:00
Joshua Powers
5506f528e5
chore: remove slow process test ( #10856 )
2022-03-24 11:56:32 -06:00
Joshua Powers
36d0b0ff7a
chore: update slow file rotation tests ( #10857 )
2022-03-24 11:56:25 -06:00
William Wilson
5992fc47ac
tests: remove redundant newlines that go 1.18 treats as errors ( #10847 )
2022-03-21 09:11:25 -07:00
reimda
77040ef4e9
fix: Add option to select translator ( #10802 )
2022-03-17 21:43:46 -06:00
reimda
35d69de1fc
fix(inputs.snmp): use the correct path when evaluating symlink ( #10748 )
2022-03-11 08:29:16 -07:00
reimda
79aa7f4ecf
fix: log err when loading mibs ( #10735 )
2022-02-28 11:37:08 -07:00
Paweł Żak
77390b6495
fix: linter fixes for "import-shadowing: The name '...' shadows an import name" ( #10689 )
2022-02-22 08:11:30 -07:00
Mya
d18ff3407d
fix: ensure folders do not get loaded more than once ( #10551 )
2022-02-16 12:25:20 -07:00
R290
48682ff5f9
feat: Add autorestart and restartdelay flags to Windows service ( #10559 )
2022-02-03 09:23:52 -07:00
Mya
84c1efbef1
fix: collapsed fields by calling more indepth function ( #10430 )
2022-01-27 14:38:03 -07:00
Laurent Sesquès
457c98f4c2
fix: snmp input plugin errors if mibs folder doesn't exist ( #10346 ) ( #10354 )
2022-01-11 15:17:05 -07:00
Jeremy Yang
1e04157c52
feat: add compression to Datadog Output ( #9963 )
2022-01-07 10:38:19 -06:00
Howie
381dc22723
chore: typos across source code comments ( #10361 )
2022-01-05 08:20:10 -07:00
Mya
8a9fbfda67
fix: snmp marshal error ( #10322 )
2021-12-22 13:41:34 -07:00
Mya
1e81d98fdd
fix: panic due to no module ( #10303 )
2021-12-20 13:40:00 -07:00
Mya
49562e8963
fix: grab table columns more accurately ( #10295 )
2021-12-20 12:49:03 -07:00
Mya
973ffba9fb
fix: check index before assignment ( #10299 )
2021-12-20 10:52:47 -07:00
Mya
e00147ded3
fix: panic is no mibs folder is found ( #10301 )
2021-12-17 14:30:08 -07:00
Thomas Casteleyn
7c0ffefde9
fix: inputs.snmp to respect number of retries configured ( #10268 )
2021-12-14 15:28:38 -07:00
Sven Rebhan
526dcb4bc8
fix: Print loaded plugins and deprecations for once and test ( #10205 )
2021-12-07 15:56:18 -07:00
Sven Rebhan
2d420fbd35
feat: Optimize locking for SNMP MIBs loading. ( #10206 )
2021-12-07 15:05:33 -07:00
reimda
df6bf48f8d
feat: Implement deprecation infrastructure ( #10200 )
2021-12-01 12:38:43 -07:00
Mya
b4ef429302
fix: extra lock on init for safety ( #10199 )
2021-12-01 10:02:38 -07:00
Mya
7675ce6d19
refactor: snmp to use gosmi ( #9518 )
2021-11-30 15:47:50 -07:00
Joshua Powers
6b51697ef0
fix: set location for timezone on failing time tests ( #9877 )
...
Resolves : #9874
2021-10-07 10:19:53 -06:00
Eng Zer Jun
6a3b27126a
refactor: move from io/ioutil to io and os package ( #9811 )
2021-09-28 15:16:32 -06:00
Sebastian Spaink
3a7d9b6d98
fix: support 1.17 & 1.16.7 Go versions ( #9642 )
2021-08-23 15:37:44 -05:00
Marcus Ilgner
ecf27ab956
Fix handling bool in sql input plugin ( #9540 )
2021-07-27 15:32:00 -06:00
Sebastian Spaink
2a72295734
Detect changes to config and reload telegraf (copy of pr #8529 ) ( #9485 )
2021-07-15 11:11:58 -05:00
Sven Rebhan
908ad2f6ce
Generic SQL input ( #8735 )
2021-06-15 13:10:52 -06:00
Jess Ingrassellino
ad6d25aebc
Addresses issues in PR 4928 ( #9087 )
2021-06-01 17:05:49 -04:00
Sven Rebhan
9853bf6c54
Get rid of deprecated internal.{Duration,Size,Number} ( #8969 )
2021-04-09 13:15:04 -04:00
Paweł Żak
099ccda3f9
Linter fixes - gosimple ( #9046 )
2021-03-25 13:57:01 -04:00
Paweł Żak
5de640b855
Linter fixes - unconvert, revive:empty-lines, revive:var-naming, revive:unused-parameter ( #9036 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-24 11:27:46 -04:00
Paweł Żak
74a1acd814
Linter fixes - revive:unused-parameter, unparam, varcheck and unused ( #8984 )
...
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* Linter fixes - revive:unused-parameter and unparam
* "nolint"'s removed
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
* Fixes for "varcheck" and "unused" added.
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-22 12:21:36 -05:00
Paweł Żak
38c61c07ef
Revive fixes - part 4: ( #8981 )
...
empty-lines
Co-authored-by: Pawel Zak <Pawel Zak>
2021-03-12 14:21:51 -06:00
Thomas Casteleyn
4584d691a7
Fix max_repetitions signedness issues #8823 ( #8902 )
2021-03-01 15:46:49 -05:00
Thomas Casteleyn
47e12d1981
Support more snmpv3 authentication protocols ( #8850 )
2021-02-24 11:44:53 -07:00
Paweł Żak
d9736d543f
Revive fixes - part 2 ( #8835 )
...
* Revive fixes regarding following set of rules:
[rule.if-return]
[rule.increment-decrement]
[rule.var-declaration]
[rule.package-comments]
[rule.receiver-naming]
[rule.unexported-return]
2021-02-16 18:19:50 -05:00
Sebastian Spaink
71be90d992
Support exclamation mark to create non-matching list in tail plugin ( #8613 )
...
* Replace exclamation mark with caret
* Update README and use table driven tests
* Use ReplaceAll instead
* Use doublestar package instead to glob filepath
* Add license
* Fix order of dependencies
* Doc improvement, maybe better then str replace?
* Forgot to remove nil from test
* Use regex instead of library
* Revert unnecessary change
* Go back to using library
replace string twice to handle edge case
2021-02-16 15:53:50 -06:00
Johannes Deger
198bcc8f36
Expose v4/v6-only connection-schemes through GosnmpWrapper ( #8804 )
2021-02-10 09:28:37 -07:00
Paweł Żak
ba66d4facb
Revive fixes - part 1 ( #8797 )
...
* Revive fixes regarding following set of rules:
[rule.blank-imports]
[rule.context-as-argument]
[rule.context-keys-type]
[rule.dot-imports]
[rule.error-return]
[rule.error-strings]
[rule.indent-error-flow]
[rule.errorf]
2021-02-08 11:18:40 -05:00
Helen Weller
d41569caed
Integration test audit ( #8725 )
2021-01-26 11:06:12 -07:00
Dušan Pajin
9ee6e034fb
Input SNMP plugin - upgrade gosnmp library to version 1.29.0 ( #8588 )
2021-01-07 08:44:33 -07:00
David Pryor
ea4feb1a07
fixed formatting (+1 squashed commit) ( #8541 )
...
Squashed commits:
[c4e2bee2] Closes #8530 : Extended the internal snmp wrapper to support AES192, AES192C, AES256, and AES256C. Updated the example configuration with the new privProtocols. Added the warning that those protocols are only supported if you have the appropriate tooling on your system. Added test to ensure all 4 new privProtocols could be selected and properly encrypt the priv password.
2020-12-23 10:19:53 -06:00
Paweł Żak
0fcfee0caf
Fix tests for Windows - part 1 ( #8414 )
2020-11-23 10:40:32 -05:00
John Ibsen
d764f862b5
Influxdb v2 listener ( #7828 )
2020-09-14 18:41:46 -04:00
Stephen Solka
6580c6a597
prefer testify error funcs over nil checks ( #7857 )
2020-07-20 10:34:46 -04:00
reimda
6f9c623986
Add ifname processor plugin ( #7763 )
2020-07-07 15:37:53 -06:00
Steven Soroka
0efcca3c33
execd output ( #7761 )
2020-07-02 11:59:29 -04:00
Steven Soroka
d75ca67e47
Execd processor ( #7640 )
2020-06-26 18:18:19 -04:00
Steven Soroka
9785d3c2c6
address feedback
2020-06-26 16:38:07 -04:00
Daniel Nelson
c73ed8ca6c
Export internal/tls package for use in execd plugins ( #7697 )
2020-06-25 11:44:22 -07:00
Steven Soroka
36e584e92f
execd processor
2020-06-24 13:01:46 -04:00
Ricardo Ribalda Delgado
e8461fe27a
Skip overs errors in the output of the sensors command ( #7718 )
2020-06-23 11:40:53 -07:00
Daniel Nelson
4e93b87085
Add support for once mode; run processors and aggregators during test ( #7474 )
2020-06-01 15:26:20 -07:00
Daniel Nelson
d27f676091
Update to Go 1.14.3 with testing using 1.13.11 ( #7564 )
2020-05-26 15:40:25 -07:00
Steven Soroka
2561aac6ef
fix go version check ( #7562 )
2020-05-26 16:11:02 -04:00
Daniel Nelson
edd8338180
Close HTTP2 connections on timeout in influxdb outputs ( #7517 )
2020-05-19 11:53:10 -07:00