Author: Darius Strasel @dariusstrasel
An API endpoint for getting Uncomplicated Firewall,—(UFW), log data from a local log parser.
- Clone repo
- Install module requirements:
pip install -r requirements.txt
- Start the endpoint via:
python ingester_server.py
- Visit the endpoint at the default host location
e.g.
http://127.0.0.1:5000/
The database will create itself (SQLite) and populate via a local log_file if detected as empty.
./logs/ufw.log
Execute step 2 again to review query results.