Member since
04-27-2020
2
Posts
0
Kudos Received
0
Solutions
04-27-2020
04:37 AM
Hi All, I am having problems with DetectDuplicate. It is not working as expected or I am not knowing how to configure it - Am I missing something? Imagine this simple Json list: { "data": { "alertaID": "xxxxx", "app": "BSS", "node": "Weblogic", "severity": "critical", "type": "com.bea/CM49-Server/CM49-Server/JVMRuntime/HeapFreePercent", "hashField1": "BSS_Pcriticalcom.bea/CM49-Server/CM49-Server/JVMRuntime/HeapFreePercentWeblogic", "hashField2": "criticalWeblogic", "hashField3": "criticalBSS_P", } } Looking at the above Json list we expect that every item will be a non duplicate item in RedisDistributed Map Cache Client based on cache entryidenitifier. But it is not what is happening. Here is the Detect Duplicate Propertie configuration: CacheEntryIdentifier: $.data.app::$.data.severity::$.data.type::$.data.node AgeOffDuration: 5mins I am expecting the input with same value for data.app, data.severity,data.type ,data.node should be considered as duplicate until AgeOffDuration.and remaining input with diff value for any of those filed shoul be considerd as non duplicate
... View more