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

fortigate vpn auth event config changes #706

Merged

Conversation

hardikhdholariya
Copy link
Contributor

No description provided.

authentication = enabled
vpn = enabled
network = enabled
Copy link
Collaborator

Choose a reason for hiding this comment

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

Don't we need this tags?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed tags refers to the network session data model which is not applied to vpn auth events.

I've added network session tags to below eventtypes which has tag start and end as well for session.

# ssl-login-fail - SSL VPN login fail
# tunnel-down - SSL VPN tunnel down
# ssl-web-close - SSL VPN close

[fgt_event]
# fgt_event for old Fortigate Add-on (1.6.2)
EVAL-dest_category = if(subtype="vpn" AND vendor_action IN ("tunnel-up", "phase2-up", "ssl-login-fail"), "vpn_auth", dest_category)
EVAL-dest_category = if(subtype="vpn" AND vendor_action IN ("negotiate", "ssl-login-fail"), "vpn_auth", dest_category)
Copy link
Collaborator

Choose a reason for hiding this comment

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

Do we negotiate events from any environment?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, we have negotiate events which is VPN login success events.

@hardikhdholariya hardikhdholariya merged commit 468129a into master Jan 31, 2025
1 check passed
@hardikhdholariya hardikhdholariya deleted the VPN-success-login-are-missing-on-VPN-dashboard branch January 31, 2025 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants