Questions tagged [iis-logs]
75 questions
0
votes
1 answer
Hit count per sc-status 500 and 200 grouped by cs-uri-stem in same query?
I would like to use Logparser to get this output from an IIS log file:
cs-uri-stem, # of cs-status=200, # of cs-status=500
/myapp/start,453,12
/myapp/send,67,8
/myapp/save,112,10
The above output tells me that "send" request got 67 hits that went…

ted1001
- 53
- 1
- 3
0
votes
1 answer
Cant write more than 4096 bytes into custom IIS log field
According to this documentation you can configure IIS 10 on Windows Server 2016 to write custom fields as long as "The total amount of data added in custom fields cannot exceed 65,536 bytes"
I have configured a custom field to write the cookies from…

chrisp_68
- 1,731
- 23
- 41
0
votes
1 answer
Accessing IIS Exchange 2010 Throttling Logs (Budget Snapshots)
I'm trying to monitor my EWS app's resource utilization of our Exchange 2010 SP3 server on a Windows Server 2012 R2 instance. I have a decent understanding of the throttling policies, but am not sure where to find the budget snapshots outlined in…

mattyb
- 1,011
- 2
- 10
- 26
0
votes
1 answer
Is it possible for IIS to block request coming from specific server
I am hosting a ASP.NET WEB API application on IIS 8. In our setup we have two Webservers. The way setup is designed, all the request hits a primary server (call it Server A) and then it simply redirects every request to our server (call it Server B)…

OpenStack
- 5,048
- 9
- 34
- 69
0
votes
1 answer
What's the best free way to monitor IIS Logs?
I want to get useful statistics about the website that's hosted on Iis.I want these visualizations through a dashboard.How can I achieve this?

Tarun Pothulapati
- 572
- 1
- 5
- 13
0
votes
1 answer
Retrieving service account info from IIS logs
I have a WCF service and I want to check under which service account was a call made to the service two days ago. Can I find that information in IIS logs?
To clarify - another application made a call to my WCF Service and I need to check if that…

Coding Duchess
- 6,445
- 20
- 113
- 209
0
votes
1 answer
Which IIS log would I see a log for index.html appearing in?
I have a static site, with nothing but an index.html page. When I hit it I can't see any change in the logs though.
Should I be seeing something in the logs?
If so, where\what should I see?
Thanks

BanksySan
- 27,362
- 33
- 117
- 216
0
votes
1 answer
Understanding grok-pattern to configure LogStash for Advanced IIS log
I switched from normal IIS log to Advanced IIS log and have some trouble parsing a log entry correctly to my Elastic Search / Kibana Setup.
The problematic entry is the cs_cookie entry.
The entry for that value can be like…

RayofCommand
- 4,054
- 17
- 56
- 92
0
votes
0 answers
Get files from iis logs folder
I would like to get all the logs files of my iis server and then send the content to a database.
This is my code:
string[] filePaths = Directory.GetFiles(@"C:\inetpub\logs\LogFiles\W3SVC1", "*.log",
…

user2443476
- 1,935
- 9
- 37
- 66
0
votes
1 answer
How to detect IIS requests by logged in users only?
I'm planning to get some information by processing IIS Log files (after I imported them into SQL Server database).
Now, when user requests for a file that exists on server, even with incorrect credentials, two things happen:
This request is…

Mohammad Naji
- 5,372
- 10
- 54
- 79
0
votes
1 answer
What are some suggested LogParser queries to run to detect sources of high network traffic?
In looking at the network in/out metrics for our AWS/EC2 instance, I would like to find the sources of the high network traffic occurrences.
I have installed up Log Parser Studio and run a few queries - primarily looking for responses that took a…

ElHaix
- 12,846
- 27
- 115
- 203
0
votes
1 answer
closing mongodb connection in node.js while inserting lot of data
I am trying write a program to parse and insert iis logs data in to mongodb. The files aren't that huge it's around 600 lines. Trying to convince my management nodejs and mongodb is better for this compared to .net and sql server :).
Have a look at…

SridharVenkat
- 656
- 8
- 21
0
votes
1 answer
Do IIS logs indicate whether or not users have Silverlight installed?
Google Analytics cannot tell me if people hitting my site have Silverlight installed unless I use something like Silverlight.js mentioned here. I was wondering if I could get this information from server logs instead? Would the user-agent string (or…

maguidhir
- 167
- 8
0
votes
1 answer
How can I use 51Degreees data in a command line program to parse a UserAgent field?
I'm parsing some IIS Event Logs and need to analyze the UserAgent field. I think that 51Degrees has the data I need, but this is implemented as a HTTP module.
How do I interact with 51Degrees mobile device database with a C# command line…

makerofthings7
- 60,103
- 53
- 215
- 448
-1
votes
1 answer
How to change in IIS Logging Fields?
I once enable the default filed in IIS Logging.
But the after I need to change and add other fields for Logging.
How to full Disabled Logging in IIS and Then after How to set as a new.

Akash Limbani
- 1,283
- 4
- 14
- 34