Description | This article describes how to configure field filters on automation-trigger with selected field filters. |
Scope | FortiGate. |
Solution |
While configuring the automation stitch, administrators can choose the field filters to trigger the event. On this example administrator is choosing ‘Remote IP’, ‘Group’ and ‘User’
While creating Field Filters, as such, there is no Boolean OR; only Boolean AND is available, so it has to match all the field filters to trigger the event.
To achieve this, the admin needs to configure below:
Automation Action: Go under Security Fabric -> Automation:
config system automation-action edit "FTNT VPN Alert" set action-type email set email-to "user2@dxb-nse8.lab" set email-from "donotreply@fortinet.com" set email-subject " FTNT VPN Alert Notifications" next end
Configuring Automation Trigger:
config system automation-trigger edit " FTNT VPN Alert-Trigger" set event-type event-log set logid 39425 39424 45081 45124 45125 config fields edit 1 set name "remip" set value "172.21.36.17" next edit 2 set name "user" set value "ftnt" next edit 3 set name "group" set value "abcgrp" next end next end
Configuring Automation Stitch:
config system automation-stitch edit “FTNT VPN alert – Stitch” set trigger "FTNT VPN Alert-Trigger" config actions edit 1 set action "FTNT VPN Alert" set required enable next end next end
Connect the SSL VPN using the ‘ftnt’ user, then the automation action will be triggered and send an alert message as below;
From: donotreply@fortinet.com
Event logs:
|
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.