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

Update default MISP docker-compose.yml to avoid confusion #3063

Merged
merged 2 commits into from
Dec 6, 2024

Conversation

romain-filigran
Copy link
Member

@romain-filigran romain-filigran commented Dec 3, 2024

Proposed changes

Update default MISP docker-compose.yml example configuration to avoid confusion about the purpose of the "MISP_IMPORT_TAGS" env.

Related issues

Checklist

  • I consider the submitted work as finished
  • I tested the code for its functionality using different use cases
  • I added/update the relevant documentation (either on github or on notion)
  • Where necessary I refactored code to improve the overall quality

Further comments

@helene-nguyen helene-nguyen added the filigran team use to identify PR from the Filigran team label Dec 5, 2024
@@ -28,7 +28,7 @@ services:
- MISP_ENFORCE_WARNING_LIST=false # Optional, enforce warning list in MISP queries
- MISP_REPORT_TYPE=misp-event # Optional, report_class if creating report for event
- MISP_IMPORT_FROM_DATE=2000-01-01 # Required, import all event from this date
- MISP_IMPORT_TAGS=opencti:import,type:osint # Optional, list of tags used for import events
- MISP_IMPORT_TAGS= # Optional, list of tags used to filter events to import
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @romain-filigran,
Can you also apply this change to the config.yml.sample file ?
I've also looked at the readme but it doesn't seem to be ambiguous.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right. config.yml.sample updated also.

Copy link
Member

@Megafredo Megafredo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's ok for me ! Nice one ;)

@helene-nguyen helene-nguyen linked an issue Dec 6, 2024 that may be closed by this pull request
@helene-nguyen helene-nguyen merged commit 515947b into master Dec 6, 2024
4 checks passed
@helene-nguyen helene-nguyen deleted the misp-default-docker-config branch December 6, 2024 16:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
filigran team use to identify PR from the Filigran team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[MISP] Update default MISP docker-compose.yml to avoid confusion
3 participants