Forum Discussion
MikeH
Nimbostratus
Jul 09, 2019Exporting APM session information
How can I export APM Session information details out to a syslog or SIEM server?
- Nicolas_Destor
Cirrostratus
Hi Mike,
You can export these data by using HSL protocol and with an iRule.
For example to send the username of the user who completed the access policy, the iRule will be:
when ACCESS_POLICY_COMPLETED { set username [ACCESS::session data get session.logon.last.username] set hsl [HSL::open -proto TCP -pool Pool_SPLUNK] HSL::send $hsl $username }
More examples are available here:
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects