Search found 46 matches

by miguelp
17 Sep 2015 08:11
Forum: General Network Configuration
Topic: Log Analysis
Replies: 28
Views: 60386

Re: Log Analysis

Hi,
Too philosophical question for me :). (about apache products working togehter).
I will try to write the PIG script for the current format, and see what happens.
Keep you updated
Cheers,
Miguel
by miguelp
17 Sep 2015 06:49
Forum: General Network Configuration
Topic: Log Analysis
Replies: 28
Views: 60386

Re: Log Analysis

Hi,
With the latest version of Stone Steps Webalizer now finally is working. (check their forum)

This is the valid working configuration

LogType apache
ApacheLogFormat %h %u %t \"%r\" %>s %b %- %-
DNSChildren 1

Cheers,
Miguel
by miguelp
14 Sep 2015 13:22
Forum: General Network Configuration
Topic: Log Analysis
Replies: 28
Views: 60386

Re: Log Analysis

Hi, The status so far is: Webalizer, it works but cannot get the username, still ckecking. Stone Steps, they released today 14.09.2015 a patch, I will check. Hadoop/Pig : Custom code to load needed. If you replace by Tab: Webalizer, I will try. Stone Steps, won't work Hadoop/Pig: Can be easily loade...
by miguelp
11 Sep 2015 13:45
Forum: General Network Configuration
Topic: Log Analysis
Replies: 28
Views: 60386

Re: Log Analysis

Hi,
Then it can be TAB character, I do not think URLs will contain TABs or ?
Good catch.
Thanks,
Miguel
by miguelp
11 Sep 2015 10:29
Forum: General Network Configuration
Topic: Log Analysis
Replies: 28
Views: 60386

Re: Log Analysis

Hi, For doing a quick, one line load like: web_usage_logs = load 'cache_guardlog' using PigStorage(' '); Won't work because there area other areas with spaces, like in the time stamp. Also the time stamp is not identified as text with quotes ", but with []. Off course, it can be done but you ne...
by miguelp
11 Sep 2015 05:43
Forum: General Network Configuration
Topic: Log Analysis
Replies: 28
Views: 60386

Re: Log Analysis

Hello David, Using this configuration for http://www.awstats.org/ LogFormat=1 LogFormat = "%host %logname %time1 %methodurl %code %bytesd %other %other It works. Thanks! Since awstats is more oriented for web servers logs, I cannot get any statistics by authenticated users (%logname). I will st...
by miguelp
10 Sep 2015 05:36
Forum: General Network Configuration
Topic: Log Analysis
Replies: 28
Views: 60386

Re: Log Analysis

Hello,
Thanks!
Yes I tried that option too. Same results, skipping bad record for all records.
Br,
Miguel
by miguelp
09 Sep 2015 10:33
Forum: General Network Configuration
Topic: Log Analysis
Replies: 28
Views: 60386

Re: Log Analysis

Hello,

I will really appreciate your help, because the other forum (stone steps), is totally inactive.

Thanks,
Miguel.
by miguelp
08 Sep 2015 18:52
Forum: General Network Configuration
Topic: Log Analysis
Replies: 28
Views: 60386

Re: Log Analysis

Hello David,
Thanks for the answer, but still not working.

I suppose this issue belongs to the Stone Steps Webalizer forum, I've posted there:

https://stonestepswebalizer.codeplex.co ... ons/644734

If you have any ideas, let me know.

Thanks,
Miguel
by miguelp
08 Sep 2015 07:42
Forum: General Network Configuration
Topic: Log Analysis
Replies: 28
Views: 60386

Re: Log Analysis

Hello Charles, This command: ApacheLogFormat %h %u %t \"%r\" %>s %b - - Should be set in the Apache server, is not a directive for webalizer. (see below extract from: ftp://ftp.mrunix.net/pub/webalizer/README) That´s why I'm asking if I can configure the format of the log of the CG. I've t...