Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

MISP documentation correction #187

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions TheHive4/Administration/Connectors.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Optional parameters can be added to filter out some events coming into TheHive:
- **exclusion.organisations**: list of MISP organisation from which event will not be imported
- **exclusion.tags**: don't import MISP events which have one of these tags
- **whitelist.tags**: import only MISP events which have one of these tags
- **max-age**: maximum age of the last publish date of event to be imported in TheHive
- **maxAge**: maximum age of the last publish date of event to be imported in TheHive
- **includedTheHiveOrganisations**: list of TheHive organisations which can use this MISP server (default: _all ("\*")_ )
- **excludedTheHiveOrganisations**: list of TheHive organisations which cannot use this MISP server (default: _None_ )

Expand Down Expand Up @@ -117,7 +117,7 @@ misp {
#tags = ["misp-server-id"]
#
# The age of the last publish date
#max-age = 7 days
#maxAge = 7 days
#
# Organization and tags
# exclusion {
Expand Down