Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/404-geek/logsapi
https://github.com/404-geek/logsapi
flask logs logsapi python redhat
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/404-geek/logsapi
- Owner: 404-geek
- Created: 2019-03-21T20:02:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-22T17:13:24.000Z (almost 6 years ago)
- Last Synced: 2024-03-15T04:54:12.771Z (10 months ago)
- Topics: flask, logs, logsapi, python, redhat
- Language: Python
- Size: 4.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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)