Skip to content

Commit

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

* changelog

* regenerate

(cherry picked from commit 088464f)
  • Loading branch information
narph committed Jun 10, 2021
1 parent 5f21f7c commit 1a5e440
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -577,6 +577,8 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- In Cisco Umbrella fileset add users from cisco.umbrella.identities to related.user. {pull}25776[25776]
- Add fingerprint processor to generate fixed ids for `google_workspace` events. {pull}25841[25841]
- 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]
- http_endpoint: Support multiple documents in a single request by POSTing an array or NDJSON format. {pull}25764[25764]
- 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 1a5e440

Please sign in to comment.