Hi,
I wonder whether someone may be able to help me please.
I've put together the following in the Dashboard XML.
<search>
<query>auditSource="matching" auditType="Tx*" detail.input-ida-request="*"
| rex field="detail.input-ida-request" "\"firstName\":{\"value\":\"(?<idaFName>[^\"]+)"
| rex field="detail.input-ida-request" "\"surnames\":\[\{\"value\":\"(?<idaSName>[^\"]+)"
| eval idaFullName= idaFName." ".idaSName
| eval idaFull_Details= "DOB: ".idaDOB.", Address: ".idaAddress.", NINO: ".idaNINO.", SAUTR: ".idaSAUTR
| makemv delim=", " idaFull_Details
| table idaFullName idaFull_Details cidFull_Details ErrorCode generatedAt CreatedDate
</query>
</search>
The problem I have is that this is being rejected and the closing search and query tags are shown in red.
Could someone tell me where I've gone wrong with this.
Many thanks and kind regards
Chris
... View more