no data from windows IIS log using local file and UNC path
I followed the document for setting up a file to monitor over a UNC path from a windows collector, but no data is coming across. Any tips on troubleshooting local file collectors in Windows? Are there any tricks to monitoring IIS log files, such as file size limits, etc.?
-
Here's the source JSON, FYI:
-----
{
"api.version":"v1",
"source":{
"name":"<servername>",
"description":"<servername> iis logs",
"category":"hosts/windows/iis/crm",
"hostName":"<servername>",
"automaticDateParsing":true,
"multilineProcessingEnabled":false,
"useAutolineMatching":false,
"forceTimeZone":false,
"filters":[],
"cutoffTimestamp":1529553600000,
"encoding":"UTF-8",
"pathExpression":"\\\\<servername>.<domain>.net\\<sharename>\\W3SVC3\\*",
"blacklist":[],
"sourceType":"LocalFile"
}
}-----
Please sign in to leave a comment.
Comments
2 comments