Commit Graph

308 Commits

Author SHA1 Message Date
Viktor Szépe 31a1d34d99
chore: Fix typos throughout codebase (#15338) 2024-05-31 10:26:37 +02:00
Joshua Powers 5e830fb29a
test(processors.parser): Sort test metrics (#15391) 2024-05-22 13:07:45 -05:00
Dane Strandboge 6f294220c2
feat(processors.parser): Add base64 decode for fields (#15328) 2024-05-22 06:18:13 -06:00
Sven Rebhan 71b58ddaf5
chore(log): Restructure and cleanup logging code (#15234) 2024-05-10 16:43:43 -05:00
Joshua Powers 5dcc70b841
chore(deps): Bump golangci-lint from v1.57.2 to v1.58.0 (#15303) 2024-05-07 11:02:25 -05:00
Sven Rebhan 274333921f
feat(processors.starlark): Allow persistence of global state (#15170) 2024-04-25 13:24:57 -05:00
Elliott Balsley 598dd1d6bc
docs(processors.clone): Clarify filtering applies to all metrics (#15147) 2024-04-12 10:01:48 +02:00
Joshua Powers 7acbf58bb4
feat(processors.timestamp): Introduce timestamp processor (#15094) 2024-04-11 11:00:27 -05:00
Elliott Balsley 50a4d58ab8
docs(processors.scale): Correct example configuration (#15135) 2024-04-11 11:47:29 +02:00
Andreas Deininger 01c00d69fb
chore: Fix typos (#15114) 2024-04-09 20:00:52 +02:00
Sven Rebhan f674099fad
feat(snmp): Add secret support for auth_password and priv_password (#14975) 2024-03-13 11:39:37 -05:00
Sven Rebhan 31f70e6290
test(processors.snmp_lookup): Fix race in test (#14924) 2024-03-05 08:35:41 -07:00
Thomas Casteleyn a8551659bc
feat(processors.snmp_lookup): New SNMP lookup processor (#14223) 2024-02-27 09:13:17 -07:00
Joshua Powers 8468850acb
fix(processors.override): Correct TOML tag name (#14880) 2024-02-22 19:06:01 +01:00
Thomas Casteleyn d018363261
chore(snmp): Refactor SNMP translation and data-structures (#14830) 2024-02-21 08:55:01 -07:00
Sven Rebhan f005bfaa1c
test(processors): Fix unit-test for tracking metrics (#14844) 2024-02-20 07:21:32 -07:00
Dane Strandboge e490983fe1
fix(processors.unpivot): Handle tracking metrics correctly (#14832) 2024-02-18 14:31:43 -07:00
Dane Strandboge 35e79fd824
test(processors.strings): Add unit test for tracking metrics (#14831) 2024-02-16 10:41:39 +01:00
Joshua Powers 403f503c6e
test(processors.reverse_dns): Add unit-tests for tracking metrics (#14822) 2024-02-15 10:26:00 +01:00
Joshua Powers a405f99ea0
test(processors.split): Add unit-tests for tracking metrics (#14821) 2024-02-15 10:24:06 +01:00
Joshua Powers 75efce9201
test(processors.topk): Add unit-test for tracking metrics (#14810)
Co-authored-by: Sven Rebhan <36194019+srebhan@users.noreply.github.com>
2024-02-14 13:56:00 -06:00
Joshua Powers a89461554f
test(processors.tag_limit): Add unit-tests for tracking metrics (#14812) 2024-02-14 12:07:37 +01:00
Joshua Powers a5a5fac376
test(processors.rename): Add unit-tests for tracking metrics (#14811) 2024-02-14 12:07:08 +01:00
Joshua Powers e92824a381
test(processors.s2geo): Add unit-test for tracking metrics (#14809) 2024-02-14 12:05:10 +01:00
Joshua Powers 9d4f203593
test(processors.scale): Add unit-test for tracking metrics (#14808) 2024-02-14 12:04:37 +01:00
Sven Rebhan 6f62f9072f
test(processors.port_name): Add unit-test for tracking metrics (#14790) 2024-02-13 09:54:19 -07:00
Sven Rebhan eb0a6991c4
test(processors.aws_ec2): Add unit-test for tracking metrics (#14788) 2024-02-13 09:36:56 -07:00
Sven Rebhan 341cbdeab0
test(processors.pivot): Add unit-test for tracking metrics (#14789) 2024-02-13 09:33:43 -07:00
Sven Rebhan ec9413eb58
test(processors.printer): Add unit-test for tracking metrics (#14791) 2024-02-13 09:33:20 -07:00
Sven Rebhan bb62677b2d
test(processors.noise): Add unit-test for tracking metrics (#14779) 2024-02-13 06:43:03 -07:00
Sven Rebhan 53c231233e
test(processors.ifname): Add unit-test for tracking metrics (#14778) 2024-02-13 06:42:46 -07:00
Sven Rebhan 6107103b63
test(processors.filepath): Add unit-test for tracking metrics (#14776) 2024-02-13 06:42:25 -07:00
Sven Rebhan b3cd1fde05
test(processors.override): Add unit-test for tracking metrics (#14781) 2024-02-13 06:41:57 -07:00
Sven Rebhan c0f8647eb1
chore(processors.aws_ec2): Rename processor to adhere to the standard directory structure (#14780) 2024-02-13 06:37:59 -07:00
Paweł Żak c4dbe65732
chore(linters): Bump golangci-lint to v1.56.1 (#14759) 2024-02-12 23:26:10 +01:00
Sven Rebhan 616ad305fe
fix(processors.execd): Accept tracking metrics instead of dropping them (#14770) 2024-02-12 14:42:49 -07:00
Sven Rebhan 5836bf39d5
test(processors.filter): Add unit-test for tracking metrics (#14747) 2024-02-12 07:45:28 -07:00
Sven Rebhan 772432203f
test(processors.defaults): Add unit-test for tracking metrics (#14746) 2024-02-12 07:44:08 -07:00
Sven Rebhan aa5d304e6b
test(processors.dedup): Add unit-test for tracking metrics (#14745) 2024-02-12 07:43:37 -07:00
Sven Rebhan 298a1d4396
chore(processors.converter): Cleanup code (#14744) 2024-02-12 07:43:01 -07:00
Dane Strandboge 0338bd03a0
test(processors.enum): Add unit-test for tracking metrics (#14736) 2024-02-09 14:08:09 -05:00
Dane Strandboge 5732270330
test(processors.regex): Add unit-test for tracking metrics (#14739) 2024-02-09 14:05:17 -05:00
Sven Rebhan 95c7a13195
test(processors.converter): Add unit-test for tracking metrics (#14740) 2024-02-08 15:24:25 -06:00
Sven Rebhan ba036e4464
test(processors.date): Add unit-test for tracking metrics (#14738) 2024-02-08 16:04:47 -05:00
Sven Rebhan a01d9624e2
test(processors.clone): Add unit-test for tracking metrics (#14737) 2024-02-08 14:57:12 -06:00
Paweł Żak ae7fbc5082
chore(linters): Replace 'fmt.Errorf' with 'errors.New' wherever possible (#14698) 2024-02-08 11:32:30 -06:00
Joshua Powers 93783f813b
fix(processors.parser): Drop original tracking metrics (#14655) 2024-01-31 12:10:53 +01:00
Andreas Deininger 5f5a56ed01
docs: Fix typos (#14376) 2024-01-05 22:34:02 +01:00
Sven Rebhan cbaca43e36
fix(processors.starlark): Use tracking ID to identify tracking metrics (#14523) 2024-01-05 07:48:28 -07:00
Joshua Powers 08747905bf
test: Switch DNS server to avoid misbehaving test (#14520) 2024-01-02 20:24:23 +01:00