Questions tagged [logparser]
47 questions
0
votes
2 answers
Where can I get postfix log example?
I have to write parser for postfix log on ruby. It should find bounce, format it to JSON and send somewhere. I'm not system administrator and don't want to install postfix server on my laptop. Where can I find such file to work with?
Can someone…

mlwrm
- 11
- 1
- 3
0
votes
1 answer
nginx log entries out of sequence, possible to fix?
I have an nginx log parser which relies on fact, nginx log entries placed in sequential order. But from time to time I have log like this:
[2015-07-01T08:41:59-07:00] https "GET ...
[2015-07-01T08:42:00-07:00] https "POST…

greggyNapalm
- 101
0
votes
1 answer
LogParser on Windows Server 2012: Exits Immediately on Running
I'm trying to get LogParser 2.2 running on Windows Server 2012. When I attempt to run LogParser from the command prompt (just trying LogParser -h) I get a User Account Control dialog asking if I want to allow LogParser to make changes to this…

Simon Elms
- 101
- 4
0
votes
1 answer
Working with multi line log entries (log parsing)
Say you have logs like these
Thu 2014-10-09 23:55:12: 01: Session 525229; child 0101
Thu 2014-10-09 23:55:12: 05: Accepting IMAP connection from [172.1.2.3:52337] to [1.2.3.4:143]
Thu 2014-10-09 23:55:12: 03: --> * OK bla.com IMAP4rev1 Mailserver…

Marki
- 2,854
- 3
- 28
- 45
0
votes
1 answer
Log Parser: Getting Unique Record Numbers
I've been playing with Log Parser the past few days, we're trying to retain specific event IDs from the security logs of our Domain Controllers. As these are high traffic volume logs, the data in them tends to not persist more than between 15 and 30…

Matt
- 1,893
- 5
- 28
- 40
0
votes
0 answers
MS LogParser from a remote computer?
We have a couple of webservers. And have LogParser installed on them. I use remote desktop to log in on a server. Then i use "LogParser Studio" to work with reports and querys. The problem is that i can only run a query on 1 server at a time and…

Juw
- 127
- 1
- 10
0
votes
1 answer
TO_TIMESTAMP(date, time) missing seconds?
When I run log parser using the code below I get the data and time field together as expected but it is missing the seconds. How do you get it to also list the seconds? The two fields look like,
date time
3/13/2013 …

user2158283
- 23
- 5
0
votes
1 answer
Logparser to monitor suspicious mailbox access?
Is it possible, using Logparser or similar, to report on Exchange 2003/2010 mailbox access from users who are not the mailbox owner?
The access might come from an Outlook client or OWA so I presume this would need a query for the IIS logs and also a…

Danny
- 125
- 1
- 8
0
votes
1 answer
Can Logparser query newer log file types on 2008
I am trying to research a problem and would like to use Logparser to remotely query one of the newer 2008 log types against many remote servers. I want to query the Setup log, not application, system, security. Logparser seems ignorant of these new…

Clayton
- 4,523
- 17
- 24
0
votes
1 answer
looking for a pattern in iis files with logparser s
I am looking to extract from iis
when a certain user session indicated here by aspnetsessionid times out prior to 10 minutes session timeout I have set on this application.
I am trying to parse iis logs and I am not sure how to take each…

kiev
- 123
- 4
0
votes
1 answer
Counting messages through sendmail
The back story here is that I would like to start using an SMTP service to start sending my email (currently sent though sendmail running locally on the server), but in order to get a good idea of what this will cost I need to understand how many…

user15893
- 111
- 1
0
votes
1 answer
Rsync log parser
What would be a good tool to parse rsync server daemon log files?
Thanks in advance

Norba
- 57
- 4
- 11
0
votes
1 answer
Reviewing IIS 6.0 Logs with LogParser 2.2 for FTP logins
I've been using the Striving Life website for his IIS FTP LogParser 2.2 queries. My only issue is that I can't seem to combine the two queries that bring back both successful login AND their account name. Can anyone help?
This brings back the…

breadly
- 217
- 2
- 12
0
votes
1 answer
need help with logparser on iis logs
I am using logparser 2.2 and need a script that does two things:
finding urls that contain a value within referer
need to loop over 30 folders
logparser -rpt:-1 "select count()INTO feeds.txt from u_ex100302.log where to_lowercase(cs(Referer)) like…

user36440
- 325
- 2
- 9
0
votes
1 answer
Logparser - Selecting data in the past 2 weeks
I am trying to use LogParser to return the data from my iis log files for the past 2 weeks. When I run the following I get "Error: Syntax Error: : no valid content: expecting opening parenthesis instead of token 'DATEADD(day,-14,'"
logparser "SELECT…