This commit is contained in:
Ashwin Patil 2020-09-25 11:42:02 -07:00
Родитель dcd9b16cb2
Коммит 79d3b38230
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -13,7 +13,7 @@
// 4. Parser expects Syslog to be of below format in the same order and in a field - RawData.
// For any changes, adjust the regex accordingly or submit an issue of Github with the format you are trying.
// Expected Format - (SYSLOGTIMESTAMP:timestamp} {HOSTNAME:hostname} {DATA:cisco_ise_type} {INT:session_key} {INT:total_segments} {INT:seg_number} %{GREEDYDATA:message- key-value pairs}
// 5. Reference - Documentation Cisco ISE PSN Logs Remote Format:
// 5. Reference - Documentation Cisco ISE PSN Logs Remote Format: Below link is for US-English, you can change locale from the top-right hand corner of webpage for other regions and languages.
// https://www.cisco.com/c/en/us/td/docs/security/ise/2-6/Cisco_ISE_Syslogs/Cisco_ISE_Syslogs/Cisco_ISE_Syslogs_chapter_00.html#id_101580
//
//