raw data - "attackData":{"rules":[{"data":"SCANTL=10","action":"alert","selector":"","tag":"REPUTATION","id":"REP_6021037","message":"Scanning Tools (High Threat) - Shared IPs","version":""},{"data":"SCANTL=10","action":"alert","selector":"","tag":"REPUTATION","id":"REP_6021039","message":"Scanning Tools (Low Threat) - Shared IPs","version":""},{"data":"WEBATCK=10","action":"alert","selector":"","tag":"REPUTATION","id":"REP_6021041","message":"Web Attackers (High Threat) - Shared IPs","version":""},{"data":"WEBATCK=10","action":"alert","selector":"","tag":"REPUTATION","id":"REP_6021043","message":"Web Attackers (Low Threat) - Shared IPs","version":""}], converted to Json and here is the result - attackData: { [-] rules: [ [-] { action: alert data: SCANTL=10 id: REP_6021037 message: Scanning Tools (High Threat) - Shared IPs selector: tag: REPUTATION version: } { [-] action: alert data: SCANTL=10 id: REP_6021039 message: Scanning Tools (Low Threat) - Shared IPs selector: tag: REPUTATION version: } { [-] action: alert data:WEBATCK=10 id:REP_6021041 message:Web Attackers (High Threat) - Shared IPs selector: tag:REPUTATION version: } { [-] action: alert data: WEBATCK=10 id: REP_6021043 message: Web Attackers (Low Threat) - Shared IPs selector: tag: REPUTATION } ] } Here the issue is whenever we are creating an alert or dashboard with single message called Scanning Tools (High Threat) - Shared IPs we are getting correct values but along with that rest all rules are also coming in event which client is not accepting. I know that will be there bcoz thats how the log is. Can we do anything for this to get only given message or value not all. This is happening for all events.
... View more