Paweł Żak
878646a2c4
chore: Fix linter findings for `revive:unused-receiver` in `plugins/outputs` ( #16338 )
2025-01-15 20:58:39 +01:00
Sven Rebhan
18cdb1a99e
chore(serializers)!: Remove old-style creation ( #15971 )
2024-12-05 08:32:10 -06:00
Paweł Żak
c4bce2d211
chore: Fix linter findings for `revive:enforce-slice-style` in `plugins/outputs` ( #16032 )
2024-10-18 13:06:42 +02:00
Paweł Żak
9415d8e7e9
chore(linters): Enable `import-alias-naming` and `redundant-import-alias` rules for revive ( #15836 )
2024-10-01 13:49:53 -05:00
Mikhail Konovalov
88663992e4
fix(outputs.kinesis): Honor the configured endpoint ( #15781 )
2024-08-29 10:05:18 -05:00
Joshua Powers
71718fba7d
chore: Update removal dates to either v1.35.0 or v1.40.0 ( #15452 )
2024-06-05 15:19:47 -05:00
Thomas Casteleyn
6a2f6f301f
chore: eliminate unnecessary use of quoted strings in printf ( #12722 )
2023-02-23 06:49:36 -07:00
dependabot[bot]
0244614b71
chore(deps): Bump github.com/gofrs/uuid from 4.3.1+incompatible to 5.0.0 ( #12668 )
2023-02-16 10:50:47 +01:00
Sebastian Spaink
d67f75e557
docs: Remove warning not to remove go:embed ( #11797 )
...
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2022-09-13 12:47:58 -05:00
Sven Rebhan
09eb7ee111
chore: Move aws credentials to plugins/common. ( #11681 )
2022-08-16 19:04:30 +02:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
Sven Rebhan
d9a6d8b774
chore: embed sample configurations into README for outputs ( #11182 )
2022-05-25 08:48:59 -06:00
Sebastian Spaink
a7df6c6aa6
feat: migrate output plugins to new sample config format ( #10910 )
2022-04-07 15:55:03 -06:00
Thomas Casteleyn
a4f6b27bd5
style: Add deprecation notices to plugin options ( #10616 )
2022-03-01 15:05:53 -07:00
Alexander Krantz
06f2a37b4a
chore: Update to AWS SDK v2 ( #9647 )
2021-10-21 16:32:10 -05:00
Sebastian Spaink
fde637464a
fix: migrate aws/credentials.go to use NewSession, same functionality but now supports error ( #9878 )
2021-10-07 15:47:56 -05:00
Alexander Krantz
de01d37a36
feat: Support AWS Web Identity Provider ( #9411 )
2021-08-03 17:29:26 -04: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
Jeff Ashton
06e97756c8
Writing unit tests for Kinesis output plugin Write method ( #8930 )
2021-03-10 11:39:09 -05:00
Jeff Ashton
d50a52ff2f
Switching kinesis output plugin to use telegraf.Logger ( #8929 )
2021-03-03 09:49:05 -05:00
Jeff Ashton
a65a3052a9
outputs.kinesis - log record error count ( #8817 )
2021-03-01 10:56:17 -05:00
Josh Soref
bf1eb291f2
Fix assorted spelling mistakes ( #7507 )
2020-05-15 15:43:32 -07:00
Josh Soref
2c56d6de81
Fix spelling errors in comments and documentation ( #7492 )
2020-05-14 00:41:58 -07:00
Steven Soroka
b73a232a6a
Support Go execd plugins with shim ( #7283 )
2020-05-04 14:09:10 -04:00
Daniel Nelson
6cbaf890d9
Use github.com/gofrs/uuid 2.1.0 ( #6636 )
2019-11-07 17:39:19 -08:00
Daniel Nelson
4197426a73
Ignore errors serializing single metrics ( #5943 )
2019-06-03 17:34:48 -07:00
Greg
9d8a574ac7
Add kinesis input plugin ( #5341 )
2019-02-25 12:02:57 -08:00
Greg
5b85569316
Cleanup logs in kinesis output ( #5328 )
2019-01-22 14:05:20 -08:00
Marcos Nils
742a74dcf0
Use default partition key when tag does not exist in kinesis output ( #4904 )
2018-10-25 23:51:14 -07:00
Trevor Pounds
136a5724bd
Use DescribeStreamSummary in place of ListStreams in kinesis output ( #4864 )
2018-10-18 13:05:43 -07:00
Daniel Nelson
93ed28e745
Add support for configuring an AWS endpoint_url ( #4485 )
2018-07-31 16:07:21 -06:00
Nevins
95fe0e43f5
Add support for sharding based on metric name ( #3170 )
2017-08-28 16:24:38 -07:00
Daniel Nelson
052e88ad5e
Fix grammar
2017-04-27 14:59:18 -07:00
Nevins
c66e2896c6
add option to randomize Kinesis partition key ( #2705 )
2017-04-26 10:54:24 -07:00
Mark Wolfe
8a982ca68f
Moved to using the inbuilt serializer. ( #1942 )
...
* Moved to using the inbuilt serializer.
* Remove Atomic variable as it is not required.
* Adjusted metric type in line with latest changes.
2016-12-20 18:49:28 +00:00
Cameron Sparr
c7834209d2
Major Logging Overhaul
...
in this commit:
- centralize logging output handler.
- set global Info/Debug/Error log levels based on config file or flags.
- remove per-plugin debug arg handling.
- add a I!, D!, or E! to every log message.
- add configuration option to specify where to send logs.
closes #1786
2016-10-03 17:13:03 +01:00
John Engelman
5f3a91bffd
Consolidate AWS credentials ( #1208 )
...
* Use shared AWS credential configuration.
* Cloudwatch dimension wilcards
* Allow configuring cache_ttl for cloudwatch metrics.
* Allow for wildcard in dimension values to select all available metrics.
* Use internal.Duration for CacheTTL and go fmt
* Refactor to not use embedded structs for config.
* Update AWS plugin READMEs with credentials details, update Changelog.
* Fix changelog after rebasing to master and 0.13.1 release.
* Fix changelog after rebase.
2016-05-25 12:30:39 +01:00
John Engelman
1c4043ab39
Closes #1085 - allow for specifying AWS credentials in config.
...
closes #1085
closes #1086
2016-04-26 17:24:05 -06:00
Cameron Sparr
7b27cad1ba
Dont specify AWS credential chain, use default
...
closes #1078
2016-04-22 11:43:20 -06:00
Cameron Sparr
8d2e5f0bda
Seems to be a toml parse bug around triple pounds
2016-02-18 14:36:03 -07:00
Cameron Sparr
bd9c5b6995
mqtt output: cleanup, implement TLS
...
Also normalize TLS config across all output plugins and normalize
comment strings as well.
2016-02-04 10:44:37 -07:00
Cameron Sparr
c549ab907a
Throughout telegraf, use telegraf.Metric rather than client.Point
...
closes #599
2016-01-27 23:47:32 -07:00
Cameron Sparr
9c0d14bb60
Create public models for telegraf metrics, accumlator, plugins
...
This will basically make the root directory a place for storing the
major telegraf interfaces, which will make telegraf's godoc looks quite
a bit nicer. And make it easier for contributors to lookup the few data
types that they actually care about.
closes #564
2016-01-27 15:42:50 -07:00
Cameron Sparr
3da390682d
Kinesis output shouldn't return an error for no reason
2016-01-22 17:32:36 -07:00
Jack Zampolin
0cdf1b07e9
Fix issue 524
2016-01-20 10:57:35 -08:00
Cameron Sparr
9c5db1057d
renaming plugins -> inputs
2016-01-07 15:04:30 -07:00