Commit Graph

7565 Commits

Author SHA1 Message Date
Neelay Upadhyaya e1e4ebcd62
fix(inputs.netflow): Use correct name in the build tag (#13006) 2023-04-03 07:44:15 -06:00
Sven Rebhan 83b4056985
fix(secrets): Minimize secret holding time (#13002) 2023-04-03 07:28:41 -06:00
Paweł Żak edcd28650c
chore: Enable G112 and G114 rules for gosec (#12986)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-04-03 15:23:05 +02:00
Paweł Żak 0de59d48ec
chore: Enable G202 rule for gosec (#12984)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-04-03 15:21:26 +02:00
dependabot[bot] fc819ecd8c
chore(deps): Bump github.com/opencontainers/runc from 1.1.4 to 1.1.5 (#12981) 2023-04-03 15:20:18 +02:00
Paweł Żak c76f319b84
chore: Remove `revive:unhandled-error` - `errcheck` is more flexible (#13008) 2023-04-03 07:19:43 -06:00
Gianluca Sartori b75fa42d75
fix(inputs.sqlserver): Converted THROW to RAISERROR for 2008 compatibility 2023-04-03 15:19:28 +02:00
Sven Rebhan f8a991b829
fix(secretstores): Handle array of secrets correctly (#12919) 2023-04-03 07:03:38 -06:00
Sven Rebhan 3213af612e
fix(secret): Add function to set a secret (#13012) 2023-04-03 07:01:47 -06:00
Sven Rebhan d8adb1edf2
fix(secrets): Warn if OS limit for locked memory is too low (#12993) 2023-04-03 10:49:07 +02:00
Maxim Ivanov 5fdeae1ab1
feat(inputs.prometheus): Control which pod metadata is added as tags (#12851) 2023-04-03 10:08:15 +02:00
r3inbowari 789a49858e
feat(inputs.internet_speed): Support multi-server test (#12797) 2023-04-03 10:06:27 +02:00
Joshua Powers 6c840b781d
chore: run make docs 2023-03-31 11:24:04 -06:00
Glen Neff cf08f341d1
docs(outputs.http): add service to aws creds (#13003) 2023-03-31 10:53:07 -06:00
Joshua Powers 705e0c6225
fix(systemd): Increase lock memory for service to 8192kb (#12990) 2023-03-30 19:51:43 +02:00
Paweł Żak 9608d118bd
chore: Don't use all default exclude patterns for golangci-lint (#12969)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-29 09:50:00 +02:00
Paweł Żak 0129abbd1e
chore: Enable G102 rule for gosec (#12976)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-29 09:47:57 +02:00
dependabot[bot] 7088ec1313
chore(deps): Bump github.com/jhump/protoreflect from 1.8.3-0.20210616212123-6cc1efa697ca to 1.15.1 (#12967) 2023-03-28 18:43:12 +02:00
Joshua Powers 19d2bbbb90
fix(inputs.upsd): Include ups.real_power (#12961) 2023-03-28 18:41:43 +02:00
Gianluca Sartori bfeae49e1b
fix(inputs.execd): Read from stdout using ReadLine instead of scanner.Scan to overcome 64kb buffer limit (#12935) 2023-03-28 18:40:45 +02:00
dependabot[bot] c63f5515e9
chore(deps): Bump github.com/Azure/go-autorest/autorest/azure/auth (#12966) 2023-03-28 18:39:09 +02:00
dependabot[bot] 6d6e6c4463
chore(deps): Bump github.com/rabbitmq/amqp091-go from 1.7.0 to 1.8.0 (#12968) 2023-03-28 18:38:27 +02:00
dependabot[bot] 73f332cf92
chore(deps): Bump github.com/golang-jwt/jwt/v4 from 4.4.2 to 4.5.0 (#12964) 2023-03-28 18:35:38 +02:00
Sven Rebhan 93bb5779fe
fix(govulncheck): Downgrade govulncheck to fix github action (#12973) 2023-03-28 08:39:58 -06:00
Joshua Powers 8a5c3573df
docs(inputs.upsd): Add comment about ipv6 addresses (#12962) 2023-03-28 11:48:29 +02:00
Paweł Żak 73076bb9fa
chore: Fix linter findings for Darwin (#12958)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-28 11:46:32 +02:00
Paweł Żak d14ea26100
chore: Enable G106, G108, G109, G111, G201, G203 rules for gosec (#12956)
Co-authored-by: Pawel Zak <Pawel Zak>
2023-03-28 11:44:03 +02:00
Joshua Powers 3415cc8c80
chore: Fix gosec G102 issues (#12923) 2023-03-28 11:40:29 +02:00
Joshua Powers 5e7c5c84e9
docs: Explain and note service inputs (#12870) 2023-03-27 14:12:35 +02:00
Sven Rebhan 636f7c3598
chore(deps): Bump govulncheck-action from 0.0.9 to 0.10.0 (#12927) 2023-03-22 14:15:36 -06:00
Anthony Miyaguchi eb3ffe1869
docs: Remove broken link to default config (#12925) 2023-03-22 12:16:59 -06:00
Maxim Ivanov 771153e76d
feat(inputs.kubernetes): Apply timeout for the whole HTTP request (#12918) 2023-03-22 13:33:53 +01:00
Joshua Powers 3c8277d502
fix(outputs.graphite): Add custom regex to outputs (#12908) 2023-03-22 13:32:41 +01:00
Joshua Powers 02eea01397
fix(inputs.ethtool): Check for nil (#12867) 2023-03-22 13:03:44 +01:00
Joshua Powers cd9e2c6194
chore: go mod tidy (#12922) 2023-03-21 12:22:25 -06:00
dependabot[bot] eb0ab93b2b
chore(deps): Bump github.com/pion/dtls/v2 from 2.2.4 to 2.2.6 (#12913) 2023-03-21 16:46:27 +01:00
dependabot[bot] 451a92cf17
chore(deps): Bump golang.org/x/net from 0.7.0 to 0.8.0 (#12912) 2023-03-21 16:45:45 +01:00
dependabot[bot] e1b2830168
chore(deps): Bump github.com/tidwall/gjson from 1.14.3 to 1.14.4 (#12911) 2023-03-21 16:45:06 +01:00
dependabot[bot] 2db3bf5a94
chore(deps): Bump modernc.org/sqlite from 1.19.2 to 1.21.0 (#12910) 2023-03-21 16:44:03 +01:00
dependabot[bot] a2cbfb86f0
chore(deps): Bump github.com/apache/thrift from 0.16.0 to 0.18.1 (#12909) 2023-03-21 16:43:15 +01:00
Joshua Powers 77bebd8660
fix(inputs.prometheus): Use set over add for custom headers (#12907) 2023-03-21 16:39:34 +01:00
Joshua Powers 08ccdde572
chore: Update circleci macos runners (#12887) 2023-03-21 16:38:47 +01:00
Joshua Powers f1da63da44
fix(config): Return error on order set as string (#12880) 2023-03-21 16:37:57 +01:00
abhi-jha e4cf2904ca
docs: Fix various typos in comments (#12888) 2023-03-21 16:27:38 +01:00
Sven Rebhan bd5f6b7c7c
feat(common.opcua): Add support for secret-store secrets (#12863) 2023-03-21 08:58:06 -06:00
Holger 1ccad43d6b
docs: Add homekit plugin as external plugin (#12874) 2023-03-17 07:42:52 -06:00
Cemre Mengu 8d8c7e70a2
docs(agent): resolve typo (#12884) 2023-03-17 07:41:52 -06:00
Cemre Mengu 6b943d04ca
docs(typo): update wording (#12885) 2023-03-17 07:41:21 -06:00
Joshua Powers 3b5f599106
chore: Update default folder locations to match packaging (#12865) 2023-03-15 17:53:37 +01:00
Joshua Powers bd065e3553
fix(inputs.prometheus): Correctly set timeout param (#12864) 2023-03-15 17:52:51 +01:00