Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add all deprecated transformations #28097
feat: Add all deprecated transformations #28097
Changes from 187 commits
7e02fc8
99e5b72
52792bf
dfb9e0d
6c2575a
f7db6e5
835d8fb
dcc8b2f
18ef79b
9317b33
e47eb3c
365c1b8
20a304c
693bf59
4e8267d
8d2f00b
e3a1ca9
9694f07
e33dd64
b7781cf
9895d15
9001d92
1bbda52
d573b20
d054739
2ab4312
3231131
343551c
c574e35
e8665e5
04ba772
99987b2
2ffb989
406d7de
0460d3a
e245047
4e7ffe0
3af5796
91b8ea5
be04729
a2d4450
b0ba188
2de9d40
cde1d59
1e954b2
da407fd
ab8757b
8ebb8a9
c7d3424
e229857
725c139
d2514c2
c9f3e2a
00b32bc
0b38dbf
c4510be
123af18
1eddd02
ebe96c0
d9e1a65
8888e8f
4b6d7be
b316fd0
e37a63d
f9edbca
db08999
6524399
979778c
d44373c
40ac5cc
5887936
57f4428
7055581
680c046
5a13eea
90cb4d7
dbea6e3
01a5ff5
f58fa85
3e1ece0
87228f8
52485d8
46ad019
1df1231
5713745
64874b0
06875c3
a2d2f2f
36210ad
b201718
227da4e
52d9fcb
f2c1fb4
949486f
10eec53
13f2a2b
309ced4
4814722
cab7652
3a92713
467789b
9bcc8aa
80fb314
d1f7e99
1884eb0
047a2b5
59bd4fc
aa2bbca
8f5b998
afb36bb
f4ca3c7
816a996
dffb19a
7af78e5
2d8d638
2dac3e8
b1d2014
1a29f97
595a619
53e5f68
166efe6
5f90830
965d632
34679cc
25a6a10
e81fc93
bc2cb1a
563e6a4
fa0ca1c
b4c0272
7fdc6f0
58f8932
808edb8
a09a9de
9c1c1af
51b2eb1
0ba81fd
d820d00
e824c70
6792d0a
fb45a64
ba7ae37
a437013
d1a30f0
79883be
61d7118
5ecfec9
0d08ffe
b21018c
ed541dd
2d9f835
1baa053
a1a5856
384c70c
9a16d05
22d475f
d1261cb
535f7cb
c42c997
362b83a
5057a9b
902c21e
045717a
d050bb9
da10802
bbb35d3
2616b85
d6fed32
b15e247
2de40c4
20e8769
da3c650
8ff29ba
372646b
af0875f
572a2bc
961f2ea
9fbd62a
1047e5e
ffe5e2c
0495a60
698c5e4
9c211f0
c62c848
64bf5de
94af30c
525458d
bfaa806
342c543
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Consider using 'deprecated' instead of 'alpha' status to properly indicate plugin state to systems that may process this configuration
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
style: Empty description field may cause issues with UI display and documentation. Add a brief description of what the plugin does.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: Missing validation for config.property_key existence. Could throw error if config is malformed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
syntax: typo: 'they key' should be 'the key'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: status should be 'deprecated' instead of 'alpha' since this is a deprecated plugin
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
syntax: 'they key' should be 'the key'
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logic: hog function just returns event without implementing any filtering logic - this won't actually drop any events