Convert web server logs (apache, iis, etc.) to a relational database

I have some apache logs and I want to be able to request data in it.
so I wanted to know if it was possible to convert the log data into a relational database, so that later I could query and analyze the data using SQL statuses.
thank

+3
source share
1 answer

Microsoft's Log Parser allows you to query various types of data with SQL without the need for conversion.

- - , , , , XML CSV , Windows®, , , Active Directory®. Log Parser, , . , , SQL, SYSLOG .

+4

Source: https://habr.com/ru/post/1736673/


All Articles