Skip to content

Commit

Permalink
Add misp args to the templates
Browse files Browse the repository at this point in the history
  • Loading branch information
arvchristos committed Sep 13, 2023
1 parent b2ac814 commit 2f1e3f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions files/configuration/pdnssoccli/pdnssoccli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ logging_level: "INFO"
misp_servers:
- domain: "https://misp1.myserver.org/"
api_key: "API_KEY_1"
args: {}

correlation:
output_dir: /var/dnscollector/alerts
Expand Down
1 change: 1 addition & 0 deletions files/docker/pdnssoccli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ logging_level: "INFO"
misp_servers:
- domain: "https://your-misp-server.com"
api_key: "API_KEY_1"
args: {}

correlation:
output_dir: /var/dnscollector/alerts
Expand Down

0 comments on commit 2f1e3f2

Please sign in to comment.