Skip to content

parseablehq/console

Repository files navigation

Parseable Logo
Cloud native log analytics

Docker Pulls Slack Docs Build

Parseable is a cloud native log analytics system. It ingests log data via HTTP POST calls and exposes a query API to search and analyze logs. Parseable is compatible with logging agents like FluentBit, LogStash, FileBeat among others.

This repository contains the source code for Parseable Console. Console is the web interface for Parseable. It allows you to view and analyze logs in real time.

Parseable Console is deeply integrated with Parseable server, and server binary has Console built-in. So, you don't need to build/run the Console separately.

For complete Parseable API documentation, refer to Parseable API workspace on Postman.

Parseable Console

👀 Live Demo

URL https://demo.parseable.io
Username admin
Password admin

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.

🏆 Development and Contributing

If you're looking to develop or test Parseable Console, you can follow the steps below.

  1. Clone the repository.
  2. Create .env.development.local and copy the content of .env.example into it (Fill in the values). By default, the console points to the demo server.
  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. Run pnpm build:test to create a release build in test mode.
  2. Run pnpm start to start the console.
  3. Open http://localhost:3002 in your browser.

Also, please refer to the contributing guide here.

Our Contributors

Supported by

📓 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