Skip to content

Commit

Permalink
feat(codecs): Add CEF encoder (#17389)
Browse files Browse the repository at this point in the history
* Added CEF encoder

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>

* Add changelog entry

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>

* Apply code review suggestions

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>

* Fix imports order

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>

* Clarify TODOs

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>

* Fix cef.rs formating

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>

* Fix clippy errors

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>

* Overcome "unclosed HTML tag" error

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>

---------

Signed-off-by: maksim.nabokikh <max.nabokih@gmail.com>
  • Loading branch information
nabokihms authored Nov 8, 2024
1 parent a89b6b2 commit ac1e975
Show file tree
Hide file tree
Showing 34 changed files with 2,824 additions and 10 deletions.
3 changes: 3 additions & 0 deletions changelog.d/17389_add_cef_encoder.enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Add ability to encode messages to CEF format with the `cef` encoder (widely used in SIEM systems).

authors: nabokihms
Loading

0 comments on commit ac1e975

Please sign in to comment.