Hey folks,
First time posting here - I’ve got a bit of a strange issue when querying for a specific type of log.
We have our Azure AD logging to Logpoint and I wanted to search for any account updates where the previous value of the ‘AccountEnabled’ field was ‘true’.
"ModifiedProperties": p
{
"Name": "AccountEnabled",
"NewValue": "w\r\n false\r\n]",
"OldValue": "d\r\n true\r\n]"
},
]
As you can see from my screenshot below, there is this field in the normalized log which outputs the previous value, but when querying under the same timeframe after clicking on that specific field, the query shows 0 logs.
Is this something I’m doing wrong, is this a bug with how the search query is interpreting it or is it a normalisation issue?
We are using the built-in Azure AD normalizer, with most of the default fields. Any ideas how I might resolve this/work around this would be great.