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

[Filebeat] Mark m365 defender, defender atp, okta and google workspace modules as GA #23113

Merged
merged 1 commit into from
Dec 15, 2020
Merged
Show file tree
Hide file tree
Changes from all 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 @@ -773,6 +773,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Migrate okta to httpjson v2 config {pull}23059[23059]
- Misp improvements: Migration to httpjson v2 config, pagination and deduplication ID {pull}23070[23070]
- Add Google Workspace module and mark Gsuite module as deprecated {pull}22950[22950]
- Mark m365 defender, defender atp, okta and google workspace modules as GA {pull}23113[23113]

*Heartbeat*

Expand Down
2 changes: 0 additions & 2 deletions filebeat/docs/modules/google_workspace.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

== Google Workspace module

beta[]

This is a module for ingesting data from the different Google Workspace audit reports APIs.

include::../include/gs-link.asciidoc[]
Expand Down
4 changes: 0 additions & 4 deletions filebeat/docs/modules/microsoft.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ include::../include/config-option-intro.asciidoc[]
[float]
==== `m365_defender` fileset settings

beta[]

To configure access for Filebeat to Microsoft 365 Defender you will have to create a new Azure Application registration, this will again return Oauth tokens with access to the Microsoft 365 Defender API

The procedure to create an application is found on the below link:
Expand Down Expand Up @@ -107,8 +105,6 @@ This is a list of 365 Defender fields that are mapped to ECS.
[float]
==== `defender_atp` fileset settings

beta[]

To allow the filebeat module to ingest data from the Microsoft Defender API, you would need to create a new application on your Azure domain.

The procedure to create an application is found on the below link:
Expand Down
2 changes: 0 additions & 2 deletions filebeat/docs/modules/okta.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

== Okta module

beta[]

The Okta module collects events from the
https://developer.okta.com/docs/reference/[Okta API]. Specifically this supports
reading from the https://developer.okta.com/docs/reference/api/system-log/[Okta
Expand Down
2 changes: 0 additions & 2 deletions x-pack/filebeat/docs/inputs/input-httpjson.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
<titleabbrev>HTTP JSON</titleabbrev>
++++

beta[]

Use the `httpjson` input to read messages from an HTTP API with JSON payloads.

This input supports:
Expand Down
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/httpjson/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func Plugin(log *logp.Logger, store cursor.StateStore) inputv2.Plugin {
sim := stateless.NewInputManager(statelessConfigure)
return inputv2.Plugin{
Name: inputName,
Stability: feature.Beta,
Stability: feature.Stable,
Deprecated: false,
Manager: inputManager{
v2inputManager: v2.NewInputManager(log, store),
Expand Down
2 changes: 0 additions & 2 deletions x-pack/filebeat/module/google_workspace/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

== Google Workspace module

beta[]

This is a module for ingesting data from the different Google Workspace audit reports APIs.

include::../include/gs-link.asciidoc[]
Expand Down
4 changes: 0 additions & 4 deletions x-pack/filebeat/module/microsoft/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ include::../include/config-option-intro.asciidoc[]
[float]
==== `m365_defender` fileset settings

beta[]

To configure access for Filebeat to Microsoft 365 Defender you will have to create a new Azure Application registration, this will again return Oauth tokens with access to the Microsoft 365 Defender API

The procedure to create an application is found on the below link:
Expand Down Expand Up @@ -102,8 +100,6 @@ This is a list of 365 Defender fields that are mapped to ECS.
[float]
==== `defender_atp` fileset settings

beta[]

To allow the filebeat module to ingest data from the Microsoft Defender API, you would need to create a new application on your Azure domain.

The procedure to create an application is found on the below link:
Expand Down
2 changes: 0 additions & 2 deletions x-pack/filebeat/module/okta/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

== Okta module

beta[]

The Okta module collects events from the
https://developer.okta.com/docs/reference/[Okta API]. Specifically this supports
reading from the https://developer.okta.com/docs/reference/api/system-log/[Okta
Expand Down