Hi Jorge,
This is probably because in Windows, by default, these kinds of files are ignored. This is indicated in the syscheck section (in ossec.conf) in the following line:
<ignore type="sregex">.log$|.htm$|.jpg$|.png$|.chm$|.pnf$|.evtx$</ignore>
If you only want these kinds of files to be reported, modify that line the following way:
<ignore type="sregex">.log$|.htm$|.chm$|.pnf$|.evtx$</ignore>
If you need any further help, please don't hesitate to contact us. I hope this helped.
Kind regards,
David