...
How to configure your Shibboleth IdP to send the F-ticks
Easily done in 2 steps:
1) Modify the file "logback.xml" adding this part of code right above "<!-- F-TICKS syslog destination |
---|
-->" <!-- F-TICKS syslog destination. --> |
---|
<syslogHost> IP.ADDRESS.OFTHE. |
---|
COLLECTOR </syslogHost> <logger name="Shibboleth-FTICKS" level="ALL" additivity="false"> |
---|
2) Restart the service with the following command:
/bin/sh /opt/shibboleth-idp/bin/reload-service.sh -id shibboleth.LoggingService |
Reference Material
F-TICKS Working Plan: https://docs.google.com/document/d/1R0GDwYZvkONCR65GwhqydIXzsUo6plK4GwGuBf6oCXk/edit?usp=sharing
...