Colocar os logs do access_log para o banco de dados Postgresql // Put acces_log logs to a Postgresql database
Código que pega os logs do access_log do Apache e joga para um banco de dados. Antes de usar o código, peço para que crie um banco de dados que vai receber os logs.
Instale o PyGreSQL no seu python3, usando o comando:
pip install pygresql
e está pronto para ser usado.
Se estiver usando esse codigo no Windows, certifique que os caminhos C:\Program Files\PostgreSQL[build]\ e C:\Program Files\PostgreSQL[build]\bin estejam no PATH.
Code that takes the Apache's access_log logs and put in a database. Before using the code, I ask you to create a database that will receive the logs.
Install PyGreSQL in your python3 using the command:
pip install pygresql
and is ready to be used.
If you using this script on Windows, put C:\Program Files\PostgreSQL[build]\ and C:\Program Files\PostgreSQL[build]\bin on PATH.