As mentioned by @dstaulcu , we need the following lines in sysmon config for the events to trigger since schema 4.40
> <Sysmon schemaversion="4.40">
> <EventFiltering>
> <RuleGroup name="" groupRelation="or">
> <FileCreateTime onmatch="exclude">
> </FileCreateTime>
> </RuleGroup>
> </EventFiltering>
> </Sysmon>