23 Feb 2024 05:25 AM - edited 23 Feb 2024 05:26 AM
Hi Team,
Could you please guide me on extracting the value that matches the key "LocalAccountUsername" that is I want "abcd@gmail.com" from the JSON provided (highlighted in Red) using DQL Log Processing Rule:
{
"somekey" : "somevalue",
23 Feb 2024 02:28 PM
You will need to know the exactly position to extract it.
In your example it is on position 4 . [0,1,2,3,4,5...]
so the field will be:
AdditionalDetails.4.key
AdditionalDetails.4.value
03 Mar 2024 12:05 PM
Thanks @dannemca , could you please share with me the complete query?