Sven Rebhan
a049175e58
fix: Restore sample configurations broken during initial migration ( #11276 )
2022-06-22 13:33:58 -06:00
Sven Rebhan
48fa1990ee
feat: Add CSV serializer ( #11307 )
2022-06-22 21:06:50 +02:00
reimda
db23718f14
fix: don't require listeners to be present in overview ( #9315 )
2022-06-22 10:28:44 -06:00
Sven Rebhan
c46f42f797
feat: Migrate json parser to new style ( #11226 )
2022-06-22 09:56:51 -06:00
Sebastian Spaink
6700f0ba49
docs: Sync sample.conf for recent features ( #11348 )
2022-06-22 08:01:56 -05:00
Alexander Krantz
65a60855a0
feat(x509_cert): add proxy support ( #9319 )
2022-06-21 15:50:06 -05:00
Alexander Krantz
d8f2b38b27
feat(redis): add Redis 6 ACL auth support ( #9333 )
2022-06-21 15:13:18 -05:00
Joshua Powers
42a167ffde
fix: filter out views in mongodb lookup ( #11280 )
2022-06-21 11:16:12 -06:00
Julien Pivotto
fa64e26a0c
chore: fix typo (recieve -> receive) ( #11341 )
2022-06-21 10:36:41 -06:00
Joshua Powers
3f65217f5e
test: mark integration tests correctly ( #11317 )
2022-06-16 14:10:11 -06:00
Joshua Powers
b312ccf1ec
test: update wait for statement for postgres ( #11309 )
2022-06-16 13:47:19 -06:00
Joshua Powers
a45410368d
docs: explain directly connecting to mongo node ( #11314 )
2022-06-16 09:43:26 -06:00
Vladislav Senkevich
2d7f2094e9
feat: add default appType as config option to groundwork output ( #11300 )
2022-06-15 13:25:09 -06:00
Thomas Casteleyn
2424852aa7
fix(parsers/xpath): Reduce debug messages when empty selection is allowed ( #11302 )
2022-06-15 13:10:02 -06:00
skillor
05285a1fdb
feat(inputs.x509_cert): add smtp protocol ( #11271 )
...
Co-authored-by: dreiekk <dreiekk@users.noreply.github.com>
2022-06-15 11:46:26 -05:00
Thomas Casteleyn
45c88f84c9
fix(inputs/directory_monitor): Add support for multiline file parsing ( #11234 )
2022-06-13 09:24:17 -05:00
reimda
f7aab29381
chore: Fix readme linter errors for input plugins M-Z ( #11274 )
2022-06-08 15:22:56 -06:00
Sven Rebhan
0d96968819
feat: Migrate xpath parser to new style ( #11218 )
2022-06-08 13:39:02 -06:00
Joshua Powers
0b7c3c4b24
fix: add missing build constraints for sqlite ( #11272 )
2022-06-08 10:38:58 -06:00
Joshua Powers
a8ed6fd192
fix: remove full access permissions ( #11261 )
2022-06-08 09:54:12 -06:00
reimda
453e276718
chore: Fix readme linter errors for input plugins E-L ( #11214 )
2022-06-07 15:37:08 -06:00
reimda
1b1482b5eb
chore: Fix readme linter errors for input plugins A-D ( #10964 )
2022-06-07 15:10:18 -06:00
Sven Rebhan
5da99fa62e
fix: bump github.com/tidwall/gjson from 1.10.2 to 1.14.1 ( #11264 )
...
* Bump github.com/tidwall/gjson from v1.10.2 to v1.14.1
* Fix node references which are switched to parent relative now.
2022-06-07 09:38:56 -05:00
reimda
34eff493ae
chore: Fix readme linter errors for processor, aggregator, and parser plugins ( #10960 )
2022-06-06 17:04:28 -06:00
Joshua Powers
d13314332e
fix: update modernc.org/sqlite from v1.10.8 to v1.17.3 ( #11260 )
2022-06-06 15:22:25 -06:00
bkotlowski
6d829c199d
feat(intel_powerstat): add uncore frequency metrics ( #11254 )
2022-06-06 09:23:48 -06:00
Joshua Powers
58e01f72b2
test: add circle ci integration testing on PRs ( #11246 )
2022-06-03 10:33:28 -06:00
Joshua Powers
9daefaba11
test: harden running of testcontainer integration tests ( #11245 )
2022-06-03 10:29:08 -06:00
Joshua Powers
9c47c9ccbb
fix: re-add event to splunk serializer ( #11237 )
2022-06-02 12:08:35 -06:00
David Barbarin
8c66d604be
feat(inputs.sqlserver): Update query store and latch performance counters ( #11216 )
2022-06-02 10:04:14 -05:00
Joshua Powers
1c61aa7fb3
test: migrate elasticsearch to testcontainers ( #11207 )
2022-06-02 08:20:06 -06:00
Joshua Powers
936b90806b
test: migrate postgres to testcontainers ( #11209 )
2022-06-02 07:48:13 -06:00
Joshua Powers
43c9e051b5
test: migrate mcrouter to test-containers ( #11208 )
2022-06-02 07:48:04 -06:00
Joshua Powers
6e021b26ec
test: migrate kafka to testcontainers ( #11206 )
2022-06-02 07:47:44 -06:00
Sven Rebhan
0b5dedbc02
fix: Upgrade xpath and fix code ( #11241 )
2022-06-01 14:42:48 -06:00
glennlod
a34219adfe
feat(inputs.nginx_plus_api): Gather slab metrics ( #10448 )
2022-06-01 13:18:13 -06:00
TimurDela
4d92fe4e5e
fix(inputs/modbus): #11105 fix requests starting with an omitted field ( #11202 )
2022-06-01 13:10:08 -06:00
Ruoshan Huang
354b651bd9
fix: (outputs/sql) table existence cache ( #10812 )
2022-06-01 13:05:37 -06:00
Sven Rebhan
91d50ee374
fix: Update sample.conf for prometheus ( #11217 )
2022-06-01 09:22:25 -06:00
Joshua Powers
0147257358
test: enable logging with testcontainers ( #11211 )
2022-06-01 07:42:46 -06:00
reimda
0dd99b2157
fix(inputs/snmp): switch new Reconnect method to be a value receiver ( #11197 )
2022-05-27 15:03:46 -06:00
Joshua Powers
1200f3c87e
test: refactor testcontainer port lookup ( #11198 )
2022-05-27 10:24:31 -06:00
Joshua Powers
02dd7c1752
test: actually skip flaky snmp test ( #11199 )
...
This test had a short skip added to it four years ago and a comment that
the test has random failures. While working on the integration tests,
which run all tests this test started showing up in the errors.
While the two asserts at the end could possibly be updated, it is worth
having someone look deeper into understanding why this change is
required.
In order to get integration tests running, this skips this test always.
2022-05-27 07:14:16 -06:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
Jacob Marble
8bf4ea8173
chore: update OpenTelmetry plugins ( #11194 )
2022-05-26 11:26:54 -05:00
reimda
34e5d821f7
docs: remove recommendation for prometheus metric_version=2 ( #11158 )
2022-05-26 10:07:44 -06:00
Joshua Powers
b29503702e
test: migrate zookeeper to test-containers ( #11185 )
2022-05-25 13:51:38 -06:00
Eng Zer Jun
d51634a613
fix(plugins/amqp): move from `streadway/amqp` to `rabbitmq/amqp091-go` ( #11192 )
2022-05-25 13:16:13 -06:00
Sven Rebhan
2a87947244
feat: Add constant 'algorithm' to the mock plugin ( #11188 )
2022-05-25 13:10:08 -06:00
zhiyuan-mojie
ae98e7f1f6
fix: redis plugin goroutine leak triggered by auto reload config mechanism ( #11143 )
2022-05-25 12:58:12 -06:00