All TagsIIS Input Format (RSS)
Sorry, but there are no more tags available to filter with.
  • RE: extract search phrases from logfile

    SELECT ref , querystring , queryq , queryqws USING [cs(Referer)] AS ref -- just rename to get rid of funky () chars , EXTRACT_SUFFIX(ref, 0, '?') AS querystring -- Get everything after ? , EXTRACT_VALUE(querystring, 'q') AS queryq -- get the value of q=... , REPLACE_STR(queryq, '+', ' ') AS queryqws...
    Posted to Forum by LogParser User : DEinspanjer on 04-05-2006, 11:26 AM
  • extract search phrases from logfile

    Hi, I am trying to use logparser to get searchphrases from a IIS logfile. I tried to get the search phrases from google by using this code: extract_token(cs(Referer),1,'q=') which gave as output: castle+rock+snmp&btnG=Google+zoeken&meta=cr%3DcountryNL I want to strip this string to '&' so...
    Posted to Forum by LogParser User : PTR on 04-05-2006, 4:40 AM
  • RE: Logparser automation

    Sorry, wrong forum room
    Posted to Forum by LogParser User : taziz on 12-22-2005, 6:12 PM
  • Logparser automation

    I have a question on automation tips using the command line logparser, currently I'm using it to run against my IIS logs each day and output my required data to a SQL server. I would like to run this command automatically each day and I'm having trouble doing a scheduled task due to "" in the command...
    Posted to Forum by LogParser User : taziz on 12-22-2005, 6:11 PM
  • RE: Converting IIS Log Time to Local Time

    From the Help File : TO_LOCALTIME ( timestamp <TIMESTAMP> ) Converts a timestamp from Universal Time Coordinates (UTC) time into local time. Arguments: timestamp : UTC timestamp to convert Return type: TIMESTAMP Remarks: The conversion performed by the TO_LOCALTIME function employs the system timezone...
    Posted to Forum by LogParser User : Gang_Warily on 12-08-2005, 5:41 AM
  • Converting IIS Log Time to Local Time

    I thought I once read that there was a way to use logparser to convert the iis times in the iis files to local time. As you all know this would help greatly in troubleshooting. I thought I saw it on this site but I can't locate it again. Any help would be greatly appreciated.
    Posted to Forum by LogParser User : Stel on 11-08-2005, 7:33 AM
  • RE: How to put System Current Date in the title of the Chart?

    Hi, The best way to do what you need is usage a chart configuration scripts. More about this scripts you can read in: forum CHART Output on this site - http://www.logparser.com/instantforum33/messages.aspx?ForumID=32 and some threads in this forum - http://www.logparser.com/instantforum33/shwmessage...
    Posted to Forum by LogParser User : Igor Shastitko on 08-10-2005, 12:11 PM
  • How to put System Current Date in the title of the Chart?

    I am new to Log Parser and not very experinced in scripting. I need little help in adding displaying Current System Date on the Chart that I am creating from IIS Log file. This is my script which is working fine and I am creating a chart: logparser "SELECT TO_STRING(time, 'HH') AS Hour, COUNT(*) AS Hits...
    Posted to Forum by LogParser User : mshad on 08-08-2005, 11:49 AM
  • RE: What format are Urchin Logs?

    Oh, you meant the field names...you can do: C:\>LogParser -h -i:NCSA Which will show all the field names.
    Posted to Forum by LogParser User : Gabriele Giuseppini on 07-27-2005, 8:31 AM
  • RE: What format are Urchin Logs?

    In one of the "example" scripts I found, there was a qwery string that reported back what the field were... But now that I know what format they are in I can experiment. Most of my test qwery's were comming back as invalif as I was using ghe wrong format...
    Posted to Forum by LogParser User : IBB on 07-24-2005, 1:32 PM
Page 5 of 9 (83 items) « First ... < Previous 3 4 5 6 7 Next > ... Last »
Microsoft Communities