/console

Frontend / GUI Client for Parseable. Parseable is a cloud native log storage and management for Kubernetes, containerised workloads

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Parseable Parseable

commits activity monthly join slack Github stars Twitter

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.

Getting Started

  1. Clone the repository.
  2. Create .env.development.local and copy the content of .env.example into it (Fill in the values).
  3. Run pnpm install to install all the dependencies.
  4. Run pnpm dev to start the console.
  5. Open http://localhost:3001 in your browser.

To test production build

  1. Create .env.test.local and copy the content of .env.example into it (Fill in the values).
  2. Run pnpm build:test to create a release build in test mode.
  3. Run pnpm start to start the console.
  4. Open http://localhost:3002 in your browser.

You should set VITE_PARSEABLE_URL if parseable server is running on a different url.

Live Demo

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.

⚠️ Please do not store any sensitive data on this server as the data is openly accessible. We'll delete the data on this server periodically.

Contributing

Refer to the contributing guide here.

License

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

Our Contributors