Skip to content

Instantly share code, notes, and snippets.

@b44rawat
Created October 22, 2022 07:23
Show Gist options
  • Save b44rawat/a68d099dec18f4839409950c443711be to your computer and use it in GitHub Desktop.
Save b44rawat/a68d099dec18f4839409950c443711be to your computer and use it in GitHub Desktop.
Coralogix & filebeat integration for o365 Logs
---
apiVersion: v1
kind: ConfigMap
metadata:
name: o365-configmap
namespace: kube-system
labels:
k8s-app: filebeat
data:
o365.yml: |-
- module: o365
audit:
enabled: true
var.application_id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
var.tenants:
- id: "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
name: "xxxxxxxxx.xxxx"
var.client_secret: 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
var.api.poll_interval: 30s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment