I can't post the real data, but I will post the props.conf (with thelatest configuration) and censored data.
[MailboxAuditDisabled]
FIELD_HEADER_REGEX = ^\s*("Name.*)
PREAMBLE_REGEX = ^#TYPE.*
Data
#TYPE Selected.Microsoft.Exchange.Data.Directory.Management.Mailbox
"Name","Alias","ServerName","AuditEnabled"
"foo","bar","server-foo","False"
"foobar","bar2","server-foo2","False"
"foofoo","barbar","server-foo","False"
"foo3","bar2","server-foo3","False"
Note that the data is splitted in multiple events. In my installation I've two indexer (the configuration is deployed on both of them).
... View more