Parseable is a cloud native, log storage and analysis platform. Parseable is indexing free by design. Written in Rust, Parseable can be deployed on Baremetal, VMs and Kubernetes.
It ingests log data via HTTP POST calls and exposes a query API to search and analyze logs. It is compatible with logging agents like FluentBit, LogStash, FileBeat among others.
- Clone the repository.
- Run
npm install
to install all the dependencies. - Run
npm run client
to start the console. - Open
http://localhost:3000
in your browser. - You can see the console running in your browser now :)
- For dashboard Access Enter the below credentials.
Click Here for Live Demo Parseable
Access the Parseable dashboard to verify the log data is present
URL | https://demo.parseable.io |
Username | admin |
Password | admin |
For complete Parseable API documentation, refer to Parseable API workspace on Postman.
Refer to the contributing guide here.
Licensed under the GNU Affero General Public License, Version 3 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
https://www.gnu.org/licenses/agpl-3.0.txt