- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
07-22-2025 07:19 PM
Hi,
I have configured the filebeat to collect the IIS log,
but I don't see any dataset related to the IIS log in the dataset table and also don't know how and in which dataset to get those logs.
this the filebeat configuration
---
filebeat.modules:
- module: iis
access:
enabled: true
var.paths:
- C:/inetpub/logs/LogFiles/W3SVC*/u_ex*.log
error:
enabled: true
var.paths:
- C:/Windows/System32/LogFiles/HTTPERR/*.log
processors:
- add_fields:
fields:
vendor: microsoft
product: IIS
07-31-2025 06:08 AM
Hi @BenjaminYabre,
Regarding your filebeat config, the logs should go to the dataset called "microsoft_iis_raw". The dataset format is vendor_product_raw.
If this post answers your question, please mark it as the solution.
07-31-2025 06:33 AM
hi !
Thanks for your feedback.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!