From 908a9ec34224c05838051fa0da5bdc3f0a9c5314 Mon Sep 17 00:00:00 2001 From: Marc Guasch Date: Thu, 28 Oct 2021 17:09:31 +0200 Subject: [PATCH] [filebeat] Fix links referenced in google_workspace docs (#28657) * Fix links referenced in google_workspace docs * Add changelog entry --- CHANGELOG.next.asciidoc | 1 + filebeat/docs/modules/google_workspace.asciidoc | 4 ++-- x-pack/filebeat/module/google_workspace/_meta/docs.asciidoc | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.next.asciidoc b/CHANGELOG.next.asciidoc index 926bc41dc54a..65af2f2bfb46 100644 --- a/CHANGELOG.next.asciidoc +++ b/CHANGELOG.next.asciidoc @@ -334,6 +334,7 @@ for a few releases. Please use other tools provided by Elastic to fetch data fro - Fix initialization of http client in Cloudfoundry input. {issue}28271[28271] {pull}28277[28277] - Fix aws-s3 input by checking if GetObject API call response content type exists. {pull}28457[28457] - Set `url` as a pointer in the `httpjson` template context to ensure access to all methods. {pull}28695[28695] +- Fix `google_workspace` documentation links. {pull}28657[28657] *Heartbeat* diff --git a/filebeat/docs/modules/google_workspace.asciidoc b/filebeat/docs/modules/google_workspace.asciidoc index 791e432f2c72..0a15b7af9723 100644 --- a/filebeat/docs/modules/google_workspace.asciidoc +++ b/filebeat/docs/modules/google_workspace.asciidoc @@ -37,9 +37,9 @@ It is compatible with a subset of applications under the https://developers.goog In order for Filebeat to ingest data from the Google Reports API you must: -- Have an *administrator account*. +- Have an *administrator account*, as described https://developers.google.com/admin-sdk/reports/v1/guides/prerequisites[here]. - https://support.google.com/workspacemigrate/answer/9222993?hl=en[Set up a ServiceAccount] using the administrator account. -- https://support.google.com/workspacemigrate/answer/9222865?hl=en[Set up access to the Admin SDK API] for the ServiceAccount. +- https://developers.google.com/admin-sdk/reports/v1/guides/authorizing[Set up access to the Admin SDK API] for the ServiceAccount. - https://developers.google.com/admin-sdk/reports/v1/guides/delegation[Enable Domain-Wide Delegation] for your ServiceAccount. This module will make use of the following *oauth2 scope*: diff --git a/x-pack/filebeat/module/google_workspace/_meta/docs.asciidoc b/x-pack/filebeat/module/google_workspace/_meta/docs.asciidoc index c08302424b68..746e5b85a9fe 100644 --- a/x-pack/filebeat/module/google_workspace/_meta/docs.asciidoc +++ b/x-pack/filebeat/module/google_workspace/_meta/docs.asciidoc @@ -32,9 +32,9 @@ It is compatible with a subset of applications under the https://developers.goog In order for Filebeat to ingest data from the Google Reports API you must: -- Have an *administrator account*. +- Have an *administrator account*, as described https://developers.google.com/admin-sdk/reports/v1/guides/prerequisites[here]. - https://support.google.com/workspacemigrate/answer/9222993?hl=en[Set up a ServiceAccount] using the administrator account. -- https://support.google.com/workspacemigrate/answer/9222865?hl=en[Set up access to the Admin SDK API] for the ServiceAccount. +- https://developers.google.com/admin-sdk/reports/v1/guides/authorizing[Set up access to the Admin SDK API] for the ServiceAccount. - https://developers.google.com/admin-sdk/reports/v1/guides/delegation[Enable Domain-Wide Delegation] for your ServiceAccount. This module will make use of the following *oauth2 scope*: