You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-55Lines changed: 3 additions & 55 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@
8
8
Cloud native log analytics
9
9
</h2>
10
10
11
+
Console is being archived in favour of our observability focussed frontend called Prism. Refer to the [announcement blog here](https://www.parseable.com/blog/prism-unified-observability-on-parseable).
[Parseable](https://github.com/parseablehq/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.
21
-
22
-
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.
23
-
24
-
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.
25
-
26
-
For complete Parseable API documentation, refer to [Parseable API workspace on Postman](https://www.postman.com/parseable/workspace/parseable/overview).
@@ -45,47 +37,3 @@ For complete Parseable API documentation, refer to [Parseable API workspace on P
45
37
</table>
46
38
47
39
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.
48
-
49
-
## :trophy: Development and Contributing
50
-
51
-
If you're looking to develop or test Parseable Console, you can follow the steps below.
52
-
53
-
1. Clone the repository.
54
-
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.
55
-
3. Run `pnpm install` to install all the dependencies.
56
-
4. Run `pnpm dev` to start the console.
57
-
5. Open `http://localhost:3001` in your browser.
58
-
59
-
Enabling hot reload:
60
-
61
-
1. Disable CORS on the server by setting `P_CORS=false`.
62
-
2. Configure the following environment variables:
63
-
```
64
-
VITE_USE_BASIC_AUTH=true
65
-
VITE_USERNAME=username
66
-
VITE_PASSWORD=password
67
-
```
68
-
69
-
To test production build
70
-
71
-
1. Run `pnpm build:test` to create a release build in test mode.
72
-
2. Run `pnpm start` to start the console.
73
-
3. Open `http://localhost:3002` in your browser.
74
-
75
-
Also, please refer to the contributing guide [here](https://www.parseable.io/docs/contributing).
0 commit comments