cscli collections install crowdsecurity/iisA collection for IIS :
Note:
use_time_machine settings to true in the relevant section of your acquisition config.Example acquisition for this collection if you log to a file:
1use_time_machine: true #Process logs as if we were replaying them to get the timestamp from the2filenames:3 - C:\inetpub\logs\LogFiles\*\*.log4labels:5 type: iis
Example acquisition for this collection if you log to windows events:
1source: wineventlog2event_channel: Microsoft-IIS-Logging/Logs3event_ids:4 - 62005event_level: information6labels:7 type: iis