Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick #15261 to 7.5: [Filebeat] Update MISP module config file #15333

Merged
merged 1 commit into from
Jan 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion filebeat/docs/modules/misp.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The configuration in the config.yml file uses the following format:

* var.api_key: specifies the API key to access MISP.
* var.json_objects_array: specifies the array object in MISP response, e.g., "response.Attribute".
* var.url: URI of the MISP REST API, e.g., "http://x.x.x.x/attributes/restSearch"
* var.url: URL of the MISP REST API, e.g., "http://x.x.x.x/attributes/restSearch"

[float]
=== Example dashboard
Expand Down
8 changes: 8 additions & 0 deletions x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,14 @@ filebeat.modules:
- module: misp
threat:
enabled: true
# API key to access MISP
#var.api_key

# Array object in MISP response
#var.json_objects_array

# URL of the MISP REST API
#var.url

#------------------------------- Mongodb Module -------------------------------
#- module: mongodb
Expand Down
8 changes: 8 additions & 0 deletions x-pack/filebeat/module/misp/_meta/config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
- module: misp
threat:
enabled: true
# API key to access MISP
#var.api_key

# Array object in MISP response
#var.json_objects_array

# URL of the MISP REST API
#var.url
2 changes: 1 addition & 1 deletion x-pack/filebeat/module/misp/_meta/docs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The configuration in the config.yml file uses the following format:

* var.api_key: specifies the API key to access MISP.
* var.json_objects_array: specifies the array object in MISP response, e.g., "response.Attribute".
* var.url: URI of the MISP REST API, e.g., "http://x.x.x.x/attributes/restSearch"
* var.url: URL of the MISP REST API, e.g., "http://x.x.x.x/attributes/restSearch"

[float]
=== Example dashboard
Expand Down
8 changes: 8 additions & 0 deletions x-pack/filebeat/modules.d/misp.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@
- module: misp
threat:
enabled: true
# API key to access MISP
#var.api_key

# Array object in MISP response
#var.json_objects_array

# URL of the MISP REST API
#var.url