Skip to content

Commit

Permalink
[Filebeat] GA checkpoint module (elastic#27814)
Browse files Browse the repository at this point in the history
* Filebeat GA checkpoint module

- release to ga
- remove beta from docs

Relates elastic/integrations#1562
  • Loading branch information
leehinman authored and wiwen committed Nov 1, 2021
1 parent 3216f15 commit 57d1c37
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Update Cisco ASA/FTD ingest pipeline grok/dissect patterns for multiple message IDs. {issue}26869[26869] {pull}26879[26879]
- Add write access to `url.value` from `request.transforms` in `httpjson` input. {pull}27937[27937]
- Add Base64 encoded HMAC and UUID template functions to `httpjson` input {pull}27873[27873]
- Release checkpoint module as GA. {pull}27814[27814]

*Heartbeat*

Expand Down
1 change: 0 additions & 1 deletion filebeat/docs/modules/checkpoint.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ This file is generated! See scripts/docs_collector.py


== Check Point module
beta[]

This is a module for Check Point firewall logs. It supports logs from the Log
Exporter in the Syslog RFC 5424 format. If you need to ingest Check Point logs
Expand Down
1 change: 0 additions & 1 deletion x-pack/filebeat/module/checkpoint/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


== Check Point module
beta[]

This is a module for Check Point firewall logs. It supports logs from the Log
Exporter in the Syslog RFC 5424 format. If you need to ingest Check Point logs
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/checkpoint/fields.go

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: checkpoint
type: group
release: beta
release: ga
default_field: false
description: >
Module for parsing Checkpoint syslog.
Expand Down

0 comments on commit 57d1c37

Please sign in to comment.