Skip to content

Commit

Permalink
Mark decode_cef as GA in documentation (#17944)
Browse files Browse the repository at this point in the history
decode_syslog is no longer in beta. It is used by the cef module which is not beta.

Co-authored-by: Andrew Kroh <andrew.kroh@elastic.co>
(cherry picked from commit 2e4c7c3)
  • Loading branch information
111andre111 authored and andrewkroh committed May 4, 2020
1 parent fb9fbff commit 39d7500
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Improve AWS cloudtrail field mappings {issue}16086[16086] {issue}16110[16110] {pull}17155[17155]
- Release Google Cloud module as GA. {pull}17511[17511]
- Update filebeat httpjson input to support pagination via Header and Okta module. {pull}16354[16354]
- Make `decode_cef` processor GA. {pull}17944[17944]

*Heartbeat*

Expand Down
3 changes: 0 additions & 3 deletions x-pack/filebeat/processors/decode_cef/decode_cef.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import (

"github.com/elastic/beats/v7/libbeat/beat"
"github.com/elastic/beats/v7/libbeat/common"
"github.com/elastic/beats/v7/libbeat/common/cfgwarn"
"github.com/elastic/beats/v7/libbeat/logp"
"github.com/elastic/beats/v7/libbeat/processors"
"github.com/elastic/beats/v7/x-pack/filebeat/processors/decode_cef/cef"
Expand Down Expand Up @@ -45,8 +44,6 @@ func New(cfg *common.Config) (processors.Processor, error) {
}

func newDecodeCEF(c config) (*processor, error) {
cfgwarn.Beta("The " + procName + " processor is a beta feature.")

log := logp.NewLogger(logName)
if c.ID != "" {
log = log.With("instance_id", c.ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
<titleabbrev>decode_cef</titleabbrev>
++++

beta[]

The `decode_cef` processor decodes Common Event Format (CEF) messages. This
processor is available in Filebeat.

Expand Down

0 comments on commit 39d7500

Please sign in to comment.