Skip to content

Instantly share code, notes, and snippets.

@josehelps
Created April 4, 2023 13: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 josehelps/b9f88ecff422c7f5722c3518ceedb3ea to your computer and use it in GitHub Desktop.
Save josehelps/b9f88ecff422c7f5722c3518ceedb3ea to your computer and use it in GitHub Desktop.
lacework daemonset config default
apiVersion: v1
kind: ConfigMap
metadata:
name: lacework-config
data:
config.json: |
{"tokens":{"AccessToken":"xxxx"}, "tags":{"Env":"k8s"}, "serverurl":"https://api.lacework.net"}
syscall_config.yaml: |
etype.exec:
group-by:
- ts
etype.exit:
etype.file:
send-if-matches:
anydir:
watchpath: /*
depth: 3
etype.proc:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment