mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-01-02 22:33:17 +01:00
23 lines
625 B
Plaintext
23 lines
625 B
Plaintext
# Module: zoom
|
|
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-zoom.html
|
|
|
|
- module: zoom
|
|
webhook:
|
|
enabled: true
|
|
|
|
# The type of input to use
|
|
#var.input: http_endpoint
|
|
|
|
# The interface to listen for incoming HTTP requests. Defaults to
|
|
# localhost. Set to 0.0.0.0 to bind to all available interfaces.
|
|
#var.listen_address: localhost
|
|
|
|
# The port to bind to
|
|
#var.listen_port: 80
|
|
|
|
# The header Zoom uses to send its secret token, defaults to "Authorization"
|
|
#secret.header: Authorization
|
|
|
|
# The secret token value created by Zoom
|
|
#secret.value: ZOOMTOKEN
|