Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)