mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-28 20:03:44 +01:00
18 lines
399 B
Plaintext
18 lines
399 B
Plaintext
# Module: misp
|
|
# Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-misp.html
|
|
|
|
- module: misp
|
|
threat:
|
|
enabled: true
|
|
# API key to access MISP
|
|
#var.api_key
|
|
|
|
# Array object in MISP response
|
|
#var.http_request_body.limit: 1000
|
|
|
|
# URL of the MISP REST API
|
|
#var.url
|
|
|
|
# You can also pass SSL options. For example:
|
|
#var.ssl.verification_mode: none
|