Add HTTP auth username into envoy proxy logging

Adding the HTTP basic auth username to Envoy access logs with a Lua filter that base64 decodes the Authorization header.

CloudFlare Log Search

Pulling request logs out of Cloudflare with the log API: zone ID, scoped API key, the field list and a worked curl query.

Log compression for Cloudera Manager Hadoop

Cloudera Manager's log4j will not compress rotated logs. The Apache Extras rolling appender does, pasted into the logging safety valve.

Python - write compressed log file into HDFS for hadoop hive mapreduce

Python that gzips log data in memory with StringIO and writes it straight into HDFS through pyhdfs, ready for Hive or MapReduce.

Facebook scribe with hdfs

Build order and configure flags for compiling Facebook Scribe with HDFS support: boost, thrift, fb303, then scribe itself.

Flume DFO local storage usage check

A Perl Nagios check for the Flume DFO backlog directory, so a failed driver does not quietly fill the local disk.