Skip to content

Commit

Permalink
Remove beta flag for some filebeat modules (#14374)
Browse files Browse the repository at this point in the history
Remove beta flag for some filebeat modules:

    coredns
    envoyproxy
    iptables
    suricata
    zeek
    cisco
    panw
  • Loading branch information
Lei Qiu authored Nov 7, 2019
1 parent 5fb4e5f commit 847bd2a
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 37 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add Kibana Dashboard for MISP module. {pull}14147[14147]
- Add JSON options to autodiscover hints {pull}14208[14208]
- Add more filesets to Zeek module. {pull}14150[14150]
- Remove beta flag for some filebeat modules. {pull}14374[14374]

*Heartbeat*
- Add non-privileged icmp on linux and darwin(mac). {pull}13795[13795] {issue}11498[11498]
Expand Down
2 changes: 0 additions & 2 deletions filebeat/docs/modules/cisco.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ This file is generated! See scripts/docs_collector.py

== Cisco module

beta[]

This is a module for Cisco network device's logs. It includes the following
filesets for receiving logs over syslog or read from a file:

Expand Down
2 changes: 0 additions & 2 deletions filebeat/docs/modules/panw.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ This file is generated! See scripts/docs_collector.py

== Palo Alto Networks module

beta[]

This is a module for Palo Alto Networks PAN-OS firewall monitoring logs received
over Syslog or read from a file. It currently supports messages of Traffic and
Threat types.
Expand Down
4 changes: 0 additions & 4 deletions x-pack/filebeat/module/cisco/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Cisco module

## Caveats

* Module is to be considered _beta_.

2 changes: 0 additions & 2 deletions x-pack/filebeat/module/cisco/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

== Cisco module

beta[]

This is a module for Cisco network device's logs. It includes the following
filesets for receiving logs over syslog or read from a file:

Expand Down
4 changes: 0 additions & 4 deletions x-pack/filebeat/module/coredns/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
This is a filebeat module for coredns. It supports both standalone coredns deployment and
coredns deployment in Kubernetes.

## Caveats

* Module is to be considered _beta_.

## Download and install Filebeat

Grab the filebeat binary from elastic.co, and install it by following the instructions.
Expand Down
4 changes: 0 additions & 4 deletions x-pack/filebeat/module/envoyproxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@

This is a filebeat module for Envoy proxy access log.

## Caveats

* Module is to be considered _beta_.

## Download and install Filebeat

Grab the filebeat binary from elastic.co, and install it by following the instructions.
Expand Down
3 changes: 0 additions & 3 deletions x-pack/filebeat/module/iptables/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# iptables module

## Caveats

* Module is to be considered _beta_.

4 changes: 0 additions & 4 deletions x-pack/filebeat/module/panw/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
# Palo Alto Networks module

## Caveats

* Module is to be considered _beta_.

2 changes: 0 additions & 2 deletions x-pack/filebeat/module/panw/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

== Palo Alto Networks module

beta[]

This is a module for Palo Alto Networks PAN-OS firewall monitoring logs received
over Syslog or read from a file. It currently supports messages of Traffic and
Threat types.
Expand Down
2 changes: 0 additions & 2 deletions x-pack/filebeat/module/suricata/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

## Caveats

* Module is to be considered _beta_.
* Field names will be changing for 7.0 to comply with Elastic Common Schema (ECS).
* Original Suricata event shoved as is `suricata.eve.`

## How to try the module from source
Expand Down
4 changes: 0 additions & 4 deletions x-pack/filebeat/module/zeek/README-developer.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Zeek (Bro) module

## Caveats

* Module is to be considered _beta_.

## Install and Configure Zeek/Bro

### Install Zeek/Bro (for MacOS with Brew)
Expand Down
4 changes: 0 additions & 4 deletions x-pack/filebeat/module/zeek/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Zeek (Bro) module

## Caveats

* Module is to be considered _beta_.

## Install and Configure Zeek/Bro

### Install Zeek/Bro (for MacOS with Brew)
Expand Down

0 comments on commit 847bd2a

Please sign in to comment.