Is there a way to save all apache logs as CSV file?
access.log->access_log.csv
error.log->error_log.csv
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can define a custom log format to make Apache log directly into a comma-separated format.
You may have to fiddle with this for a while to find the right way. For example, you will probably want to use
"or'as field delimiters to prevent commas inside the field values from breaking your CSV.