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.
URL | https://demo.parseable.com |
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.
If you're looking to develop or test Parseable Console, you can follow the steps below.
.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.pnpm install
to install all the dependencies.pnpm dev
to start the console.http://localhost:3001
in your browser.Enabling hot reload:
P_CORS=false
.VITE_USE_BASIC_AUTH=true
VITE_USERNAME=username
VITE_PASSWORD=password
To test production build
pnpm build:test
to create a release build in test mode.pnpm start
to start the console.http://localhost:3002
in your browser.Also, please 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