Hi,
using Grylog 4.3.7 i’m wrking with Microsoft 365 ingestion log.
Now the problem is ExtendedProperties like field.
I use the default json extractor but I have differente valure from input and extracted tag:
The log value is
{Name=ResultStatusDetail, Value=Redirect}, {Name=UserAgent, Value=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36}, {Name=RequestType, Value=OAuth2:Authorize}
So how I can read it? I don’t understand the graylog conversion. It seems a map list but without quotes I cannot distinguish between the string and number values.
Can somebody help me to understand how to manage it?
Gianluca