It seems to have something to do with parsing the events.
For example:
I have an Audit.AzureActiveDirectory Event.
Field List in the wazuh-alerts-* index pattern shows the Fields:
and
data.office365.DeviceProperties.Value
But the Event shows the field
data.office365.DeviceProperties
as "unknown" field with the content
{
"Value": "Windows 10",
"Name": "OS"
},
{
"Value": "Chrome",
"Name": "BrowserType"
},
{
"Value": "False",
"Name": "IsCompliantAndManaged"
}