diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index a5b4d041990..fd9a52a6215 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -778,6 +778,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* diff --git a/filebeat/docs/modules/google_workspace.asciidoc b/filebeat/docs/modules/google_workspace.asciidoc index 75b2c19b259..3f40fb4c554 100644 --- a/filebeat/docs/modules/google_workspace.asciidoc +++ b/filebeat/docs/modules/google_workspace.asciidoc @@ -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[] diff --git a/filebeat/docs/modules/microsoft.asciidoc b/filebeat/docs/modules/microsoft.asciidoc index 5edbbf027d0..f446d8a5bb6 100644 --- a/filebeat/docs/modules/microsoft.asciidoc +++ b/filebeat/docs/modules/microsoft.asciidoc @@ -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: @@ -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: diff --git a/filebeat/docs/modules/okta.asciidoc b/filebeat/docs/modules/okta.asciidoc index d1f8e6ea2ec..72358a42c26 100644 --- a/filebeat/docs/modules/okta.asciidoc +++ b/filebeat/docs/modules/okta.asciidoc @@ -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 diff --git a/x-pack/filebeat/docs/inputs/input-httpjson.asciidoc b/x-pack/filebeat/docs/inputs/input-httpjson.asciidoc index 1f7b8910cf5..f0f1b580dfb 100644 --- a/x-pack/filebeat/docs/inputs/input-httpjson.asciidoc +++ b/x-pack/filebeat/docs/inputs/input-httpjson.asciidoc @@ -9,8 +9,6 @@ HTTP JSON ++++ -beta[] - Use the `httpjson` input to read messages from an HTTP API with JSON payloads. This input supports: diff --git a/x-pack/filebeat/input/httpjson/input.go b/x-pack/filebeat/input/httpjson/input.go index 3d476b143ef..0c86d8e530e 100644 --- a/x-pack/filebeat/input/httpjson/input.go +++ b/x-pack/filebeat/input/httpjson/input.go @@ -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), diff --git a/x-pack/filebeat/module/google_workspace/_meta/docs.asciidoc b/x-pack/filebeat/module/google_workspace/_meta/docs.asciidoc index e22bb4b3f71..7cd6a450640 100644 --- a/x-pack/filebeat/module/google_workspace/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/google_workspace/_meta/docs.asciidoc @@ -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[] diff --git a/x-pack/filebeat/module/microsoft/_meta/docs.asciidoc b/x-pack/filebeat/module/microsoft/_meta/docs.asciidoc index 7e646e1b4fe..947cf39f1bb 100644 --- a/x-pack/filebeat/module/microsoft/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/microsoft/_meta/docs.asciidoc @@ -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: @@ -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: diff --git a/x-pack/filebeat/module/okta/_meta/docs.asciidoc b/x-pack/filebeat/module/okta/_meta/docs.asciidoc index 297a8644987..95df798f20e 100644 --- a/x-pack/filebeat/module/okta/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/okta/_meta/docs.asciidoc @@ -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