https://github.com/404-geek/logsapi
https://github.com/404-geek/logsapi
flask logs logsapi python redhat
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/404-geek/logsapi
- Owner: 404-geek
- Created: 2019-03-21T20:02:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-21T11:52:35.000Z (about 2 years ago)
- Last Synced: 2025-03-27T18:15:45.958Z (over 1 year ago)
- Topics: flask, logs, logsapi, python, redhat
- Language: Python
- Size: 4.22 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LogsAPI
A Flask Program to parse system logs.
Clone the project into your local directory and run the app.py
```
python app.py
```
Once the program runs as a local server, access the api under the following endpoint
127.0.0.1:5000/reader
The HttpRequest should pass the file in binary format with the body (In postman) and the type to be "POST"
[Postman Documentation](https://documenter.getpostman.com/view/7021970/S17ruoBB)