ViPR SRM: 알림-통합, conf/bunit-group.csv를 읽는 동안 오류, 인덱스 근처에서 유효하지 않거나 지원되지 않는 이스케이프 시퀀스
Symptoms
Event-Processing-Manager for Alert-Consolidation에서 다음과 같은 오류가 발생합니다.
경고 [2017-04-14 14:06:32 EDT] PropertyTagger :: fillDataStructure () : conf/bunit-group.csv에서 xxx 행의 conf/bunit-group.csv
콘텐츠 ""hostname-{XXXXXXXXXXXX}","VirtualMachine","Default""를 읽는 동안 오류가 발생했습니다.
경고 [2017-04-18 09:39:03 EDT] PropertyTagger :: createPropertyRecord () : 인덱스 17
문자열 근처의 잘못된/지원되지 않는 이스케이프 시퀀스 - domain\hostname
^
java.util.regex.PatternSyntaxException: 인덱스 17 근처의 잘못된/지원되지 않는 이스케이프 시퀀스
Cause
Resolution
이 문제를 해결하려면 APG/Event-Processing/Event-Property-Tagger/Alert-Consolidation/conf
의 기본 백엔드에 있는 generic-event-ptf.xml 편집하고 디바이스를 참조하는 모든 key-property의 문자열 유형 값을 regex에서 string
으로 변경하여 <key-property delete-after-use="false" string-type="regex">device</key-property>
look like key-property <delete-after-use="false" string-type=" string">device</key-property>
변경 사항을 저장하고 Event-Processing-Manager for Alert-Consolidation을 재시작합니다.