siteadmin:fticks_logging_for_cisco_ise
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| siteadmin:fticks_logging_for_cisco_ise [2024/05/15 10:33] – admin | siteadmin:fticks_logging_for_cisco_ise [2024/05/20 12:37] (current) – admin | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Logging for Cisco ISE====== | ======Logging for Cisco ISE====== | ||
| + | |||
| + | **NOTE: This is untested.** | ||
| + | |||
| + | **This only applies to Federation Operators and not to individual sites** | ||
| Unfortunately ISE can't generate custom logs in the format required (FTICKS) but, fortunately, | Unfortunately ISE can't generate custom logs in the format required (FTICKS) but, fortunately, | ||
| Line 49: | Line 53: | ||
| * Uses the [[public: | * Uses the [[public: | ||
| * Proxies to utilities.govroam.uk on port 514/UDP with Facility local6 | * Proxies to utilities.govroam.uk on port 514/UDP with Facility local6 | ||
| - | * Includes in the FTICKS '# | + | * Includes in the FTICKS '# |
| * Filters down the proxied log to just those for | * Filters down the proxied log to just those for | ||
| * Successful authentications | * Successful authentications | ||
| - | * Only authentications between member sites (i.e. NOT those to or from the Jisc NRPS) | + | * Only authentications between member sites (i.e. NOT those to or from the Jisc NRPS, or within an organisation) |
| The two options: | The two options: | ||
| Line 88: | Line 92: | ||
| source(s_remote_udp); | source(s_remote_udp); | ||
| filter(f_local0); | filter(f_local0); | ||
| - | filter{ match(" | ||
| parser { | parser { | ||
| kv-parser (prefix(" | kv-parser (prefix(" | ||
| Line 109: | Line 112: | ||
| * Install [[https:// | * Install [[https:// | ||
| * Use this configuration (with paths changed appropriately) | * Use this configuration (with paths changed appropriately) | ||
| + | |||
| + | **Note: This doesn' | ||
| < | < | ||
| Line 139: | Line 144: | ||
| Port 514 | Port 514 | ||
| < | < | ||
| - | if $SyslogFacility != "local6" drop(); | + | if $SyslogFacility != "local0" drop(); |
| if $raw_event !~ / | if $raw_event !~ / | ||
| - | $FedID=" | + | $FedID=" |
| + | $SyslogFacility = " | ||
| </ | </ | ||
| </ | </ | ||
| Line 164: | Line 170: | ||
| OutputType | OutputType | ||
| Exec to_syslog_ietf(); | Exec to_syslog_ietf(); | ||
| - | Exec $SyslogFacility = " | ||
| </ | </ | ||
| Line 174: | Line 179: | ||
| </ | </ | ||
| - | * Change | + | * Change |
| * Change the ' | * Change the ' | ||
| * (Ignore the syslog_tls part, that's for future use) | * (Ignore the syslog_tls part, that's for future use) | ||
siteadmin/fticks_logging_for_cisco_ise.1715769201.txt.gz · Last modified: 2024/05/15 10:33 by admin
