Skip to content

Commit

Permalink
Add an SSL config example in config.yml for filebeat MISP module (#16320
Browse files Browse the repository at this point in the history
) (#16353)

* Add an SSL config example in config.yml for MISP module
  • Loading branch information
Lei Qiu authored Feb 15, 2020
1 parent c9224b4 commit 0a8363f
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Add ECS tls and categorization fields to apache module. {issue}16032[16032] {pull}16121[16121]
- Add MQTT input. {issue}15602[15602] {pull}16204[16204]
- Add a TLS test and more debug output to httpjson input {pull}16315[16315]
- Add an SSL config example in config.yml for filebeat MISP module. {pull}16320[16320]

*Heartbeat*

Expand Down
6 changes: 6 additions & 0 deletions x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,12 @@ filebeat.modules:

# URL of the MISP REST API
#var.url

# You can also pass SSL options. For example:
#var.ssl: |-
# {
# verification_mode: none
# }

#------------------------------- Mongodb Module -------------------------------
#- module: mongodb
Expand Down
6 changes: 6 additions & 0 deletions x-pack/filebeat/module/misp/_meta/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@

# URL of the MISP REST API
#var.url

# You can also pass SSL options. For example:
#var.ssl: |-
# {
# verification_mode: none
# }
6 changes: 6 additions & 0 deletions x-pack/filebeat/modules.d/misp.yml.disabled
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@

# URL of the MISP REST API
#var.url

# You can also pass SSL options. For example:
#var.ssl: |-
# {
# verification_mode: none
# }

0 comments on commit 0a8363f

Please sign in to comment.