Skip to content

Commit

Permalink
filebeat/cmd: import cache processor (#36786)
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed Oct 6, 2023
1 parent 7e61ff0 commit 05a88cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ is collected by it.
- Added support for new features and removed partial save mechanism in the GCS input. {issue}35847[35847] {pull}36713[36713]
- Re-use buffers to optimise memory allocation in fingerprint mode of filestream {pull}36736[36736]
- Allow http_endpoint input to receive PUT and PATCH requests. {pull}36734[36734]
- Add cache processor. {pull}36786[36786]

*Auditbeat*

Expand Down
1 change: 1 addition & 0 deletions filebeat/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ import (
"github.com/elastic/beats/v7/libbeat/cmd/instance"

// Import processors.
_ "github.com/elastic/beats/v7/libbeat/processors/cache"
_ "github.com/elastic/beats/v7/libbeat/processors/timestamp"
)

Expand Down

0 comments on commit 05a88cf

Please sign in to comment.