certsocietegenerale / FIR

Fast Incident Response

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fir_notifications missing event notifications

tuantmb opened this issue · comments

I'm trying to configure fir_notifications for my FIR in production mode but after some configurations, the event notification configurations are missing as bellow:
event_config_missing

Do I need to delete all fir_notifications data in database and re-migrate again?

Check this setting in production.py (it should be set to False)

# Send 'incident:*' notification events for both Event and Incident if True
NOTIFICATIONS_MERGE_INCIDENTS_AND_EVENTS = True

@gcrahay Thank you! That's my problem! Thanks for your supporting!