Skip to content

Commit

Permalink
[filebeat] Fix links referenced in google_workspace docs (#28657)
Browse files Browse the repository at this point in the history
* Fix links referenced in google_workspace docs

* Add changelog entry
  • Loading branch information
marc-gr authored Oct 28, 2021
1 parent 47dba85 commit 908a9ec
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down
4 changes: 2 additions & 2 deletions filebeat/docs/modules/google_workspace.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*:
Expand Down
4 changes: 2 additions & 2 deletions x-pack/filebeat/module/google_workspace/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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*:
Expand Down

0 comments on commit 908a9ec

Please sign in to comment.