Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Filebeat azure module to GA #26168

Merged
merged 5 commits into from
Jun 10, 2021
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -808,6 +808,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]

*Heartbeat*

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