cgivre commented on a change in pull request #2112:
URL: https://github.com/apache/drill/pull/2112#discussion_r523770425



##########
File path: contrib/format-httpd/README.md
##########
@@ -0,0 +1,32 @@
+# Web Server Log Format Plugin (HTTPD)
+This plugin enables Drill to read and query httpd (Apache Web Server) and 
nginx logs natively. This plugin uses the work by [Niels 
Basjes](https://github.com/nielsbasjes) which is available here: 
https://github.com/nielsbasjes/logparser.
+
+## Configuration
+There are three fields which you will need to configure in order for Drill to 
read web server logs which are:
+* **`logFormat`**:  The log format string is the format string found in your 
web server configuration.
+* **`timestampFormat`**:  The format of time stamps in your log files.
+* **`extensions`**:  The file extension of your web server logs.

Review comment:
       Fixed




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to