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:24] – [Untested Advanced Configuration] 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 47: | Line 51: | ||
| Here are two options for possible syslog servers and config but you set up any syslog server as long as it has the following behaviour: | Here are two options for possible syslog servers and config but you set up any syslog server as long as it has the following behaviour: | ||
| - | * Proxies to utilities.govroam.uk on port 601/TCP 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 77: | Line 82: | ||
| destination d_jisc { | destination d_jisc { | ||
| syslog(" | syslog(" | ||
| - | transport(" | + | transport(" |
| - | port("601") | + | port("514") |
| template(" | template(" | ||
| ); | ); | ||
| Line 87: | 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 108: | Line 112: | ||
| * Install [[https:// | * Install [[https:// | ||
| * Use this configuration (with paths changed appropriately) | * Use this configuration (with paths changed appropriately) | ||
| + | |||
| + | **Note: This doesn' | ||
| < | < | ||
| Line 135: | Line 141: | ||
| <Input tcp_ise> | <Input tcp_ise> | ||
| Module im_tcp | Module im_tcp | ||
| - | Host 10.10.10.10 | + | Host 10.10.10.10 |
| Port 514 | Port 514 | ||
| < | < | ||
| - | if $SyslogFacility != "local6" drop(); | + | if $SyslogFacility != "local0" drop(); |
| if $raw_event !~ / | if $raw_event !~ / | ||
| - | $FedID=" | + | $FedID=" |
| + | $SyslogFacility = " | ||
| </ | </ | ||
| </ | </ | ||
| + | ## For future use | ||
| <Output syslog_tls> | <Output syslog_tls> | ||
| Module | Module | ||
| Host 212.219.243.132 | Host 212.219.243.132 | ||
| Port 6514 | Port 6514 | ||
| - | # | + | # CAFile |
| # CertFile | # CertFile | ||
| # CertKeyFile c:/Program Files (x86)/ | # CertKeyFile c:/Program Files (x86)/ | ||
| Line 162: | Line 170: | ||
| OutputType | OutputType | ||
| Exec to_syslog_ietf(); | Exec to_syslog_ietf(); | ||
| - | Exec $SyslogFacility = " | ||
| </ | </ | ||
| Line 172: | 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) | ||
| * Restart the Service | * Restart the Service | ||
siteadmin/fticks_logging_for_cisco_ise.1715768659.txt.gz · Last modified: 2024/05/15 10:24 by admin
