You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the actual log messages use the field ids_alerted (with an underscore), not ids-alerted (with a hyphen). According to the official Meraki documentation, the correct value is ids_alerted:
The value is shown as ids-alerted, which is quite odd. It’s possible that the format has changed over time or may vary between Meraki firmware versions.
Suggestion:
To ensure compatibility, it might be safer to support both variants — ids_alerted and ids-alerted.
I plan to submit a PR to address this. Just wanted to flag the inconsistency here first.