Skip to content

Instantly share code, notes, and snippets.

@ido-hunters
Created February 2, 2021 07:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ido-hunters/6eb7c6ce94585d67fd491320d1899bc1 to your computer and use it in GitHub Desktop.
Save ido-hunters/6eb7c6ce94585d67fd491320d1899bc1 to your computer and use it in GitHub Desktop.
filebeat gsuite module config
filebeat.modules:
- module: google_workspace
saml:
enabled: true
var.jwt_file: /path/to/gsuite.json
var.delegated_account: super-admin@company.com
user_accounts:
enabled: true
var.jwt_file: /path/to/gsuite.json
var.delegated_account: super-admin@company.com
login:
enabled: true
var.jwt_file: /path/to/gsuite.json
var.delegated_account: super-admin@company.com
admin:
enabled: true
var.jwt_file: /path/to/gsuite.json
var.delegated_account: super-admin@company.com
drive:
enabled: true
var.jwt_file: /path/to/gsuite.json
var.delegated_account: super-admin@company.com
groups:
enabled: true
var.jwt_file: /path/to/gsuite.json
var.delegated_account: super-admin@company.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment