Collecting IIS Log

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements

Collecting IIS Log

L0 Member

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

2 REPLIES 2

L5 Sessionator

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.

JM

hi !

Thanks for your feedback.

  • 250 Views
  • 2 replies
  • 0 Likes
Like what you see?

Show your appreciation!

Click Like if a post is helpful to you or if you just want to show your support.

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!