A hands-on project to analyze Apache access logs using Apache Spark running on a minimal Hadoop (HDFS) cluster, all orchestrated with Docker Compose. You will learn how to: Ingest log files into HDFS ...
If you're looking for a useful log analysis program, check out Analog. This powerful, fast tool creates Web pages based on the analysis of Apache log files. If your Linux vendor doesn't provide binary ...
Dave tackles analysis of the ugly Apache web server log. I know, in my last article I promised I'd jump back into the mail merge program I started building a while back. Since I'm having some hiccups ...
You can accomplish this by using the Combined Log Format rather than the default Common Log Format. In your Apache configuration files, search for the CustomLog keyword, and modify it to look like the ...
-- Extract fields using REGEX log_data = FOREACH logs GENERATE REGEX_EXTRACT(line, '^(\S+)', 1) AS ip, -- IP Address REGEX_EXTRACT(line, '\[(\d+/\w+/\d+)', 1) AS date ...
logresolve is a post-processing program to resolve IP-addresses in Apache's access logfiles. To minimize impact on your nameserver, logresolve has its very own internal hash-table cache. This means ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results