- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-16-2023 10:10 PM
I want to set up messages to be sent to email Log Settings - Config
I want every user who connects to the admin to receive an email no matter where the WAB or CLI or IP source comes from.
@filter builder
(severity eq informational) and (description contains 'logged in via WEB') or (description contains 'logged in via CLI')
This is what I configured Filter but only CLI works
Am I missing something?
I would appreciate your help.3
07-17-2023 04:21 PM
Hello @Shalev
thanks for posting.
To me it looks like there is an issue with upper/lower case. Could you change it to: "logged in via Web"?
Kind Regards
Pavel
07-18-2023 01:50 AM
Hello,
Change the filter to:
(severity eq informational) and (description contains 'logged in via Web') or (description contains 'logged in via CLI')
This should help.
07-18-2023 03:06 AM
Hello,
I just checked this query from one of my firewalls and the results are as expected. You will need to login to the GUI and CLI to regenerate the alerts.
07-18-2023 03:10 AM
I exited and entered FW and I only have a notification about CLI and not about Wab
07-18-2023 06:00 AM
A couple notes:
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!