Skip to content

Commit

Permalink
Move Filebeat azure module to GA (#26168)
Browse files Browse the repository at this point in the history
* remove beta from files

* changelog

* regenerate
  • Loading branch information
narph authored Jun 10, 2021
1 parent d971550 commit 088464f
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add fingerprint processor to generate fixed ids for `google_workspace` events. {pull}25841[25841]
- Update PanOS module to parse HIP Match logs. {issue}24350[24350] {pull}25686[25686]
- Enhance GCP module to populate orchestrator.* fields for GKE / K8S logs {pull}25368[25368]
- Move Filebeat azure module to GA. {pull}26114[26114] {pull}26168[26168]
- http_endpoint: Support multiple documents in a single request by POSTing an array or NDJSON format. {pull}25764[25764]
- Make `filestream` input GA. {pull}26127[26127]
- Add new `parser` to `filestream` input: `container`. {pull}26115[26115]
Expand Down
2 changes: 0 additions & 2 deletions filebeat/docs/modules/azure.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

== Azure module

beta[]

The azure module retrieves different types of log data from Azure.
There are several requirements before using the module since the logs will actually be read from azure event hubs.

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

== Azure module

beta[]

The azure module retrieves different types of log data from Azure.
There are several requirements before using the module since the logs will actually be read from azure event hubs.

Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/azure/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- key: azure
title: "Azure"
release: beta
release: ga
description: >
Azure Module
fields:
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/azure/activitylogs/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: activitylogs
type: group
release: beta
release: ga
default_field: false
description: >
Fields for Azure activity logs.
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/module/azure/auditlogs/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- name: auditlogs
type: group
release: ga
description: >
Fields for Azure audit logs.
default_field: false
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/azure/fields.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion x-pack/filebeat/module/azure/platformlogs/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- name: platformlogs
type: group
release: beta
release: ga
default_field: false
description: >
Fields for Azure platform logs.
Expand Down
1 change: 1 addition & 0 deletions x-pack/filebeat/module/azure/signinlogs/_meta/fields.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- name: signinlogs
type: group
release: ga
description: >
Fields for Azure sign-in logs.
default_field: false
Expand Down

0 comments on commit 088464f

Please sign in to comment.