From 947743fc5fe350344319cf327c369b1bda1817d2 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 8 Sep 2022 16:52:08 +0530 Subject: [PATCH 1/4] more docs --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 4934640f6..dd53772dc 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,9 @@ Live Demo | Website | API Workspace on Postman + Parseable is a log storage and observability platform for modern, cloud native workloads. Parseable is built for high volume log data from sources like Fluent Bit, Logstash etc or directly from applications. -Parseable is a free and open source, log storage and observability platform. - -Parseable ingests high volumes of log data from various sources (Fluent Bit, Logstash etc or directly from applications). It stores logs into highly compressed Parquet file format. With object storage as primary storage for Parseable, you get seamless scale and flexibility for ever growing log data. - ## Why Parseable * Developer first platform, designed for ease of use and flexibility. From 223b12b39a88c7e5e706a705223ebf7baacee8e4 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 8 Sep 2022 16:53:48 +0530 Subject: [PATCH 2/4] temp --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd53772dc..c1acea682 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ Live Demo | Website | API Workspace on Postman - Parseable is a log storage and observability platform for modern, cloud native workloads. Parseable is built for high volume log data from sources like Fluent Bit, Logstash etc or directly from applications. +
+Parseable is a log storage and observability platform for modern, cloud native workloads. Parseable is built for high volume log data from sources like Fluent Bit, Logstash etc or directly from applications. ## Why Parseable * Developer first platform, designed for ease of use and flexibility. From 2d973ad5917a6d25e4c2ff53e5a46117721da183 Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 8 Sep 2022 16:54:41 +0530 Subject: [PATCH 3/4] temp --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1acea682..5e97cd129 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- Parseable + Parseable Parseable

From dce68e73f1b0250aa687db3e444b3f5b8a02730b Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Thu, 8 Sep 2022 16:56:40 +0530 Subject: [PATCH 4/4] temp --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5e97cd129..466d45be3 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,6 @@ Parseable is a log storage and observability platform for modern, cloud native w Parseable Overview

-

- ## Live Demo Try out Parseable server with our demo instance. Send log data to default log stream `frontend` @@ -85,12 +83,7 @@ Access the Parseable dashboard to verify the log data is present For complete Parseable API documentation, refer to [Parseable API workspace on Postman](https://www.postman.com/parseable/workspace/parseable/overview). -| :memo: | Parseable is in alpha stage and will evolve over time. There may be breaking changes between releases. Please give us your feedback in [Slack](https://launchpass.com/parseable), or [Issues](https://github.com/parseablehq/parseable/issues/new). | -|-|:-| - -| :exclamation: | 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. | -|-|:-| - +:exclamation: 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. ## Getting Started Parseable binary is available on [Github releases](https://github.com/parseablehq/parseable/releases). Please download the latest release for your platform. @@ -107,6 +100,8 @@ export P_S3_BUCKET="parseable" By default Parseable uses a public bucket to store the data. Please change the object storage credentials to your own bucket, before using Parseable. +:memo: Parseable is in alpha stage and will evolve over time. There may be breaking changes between releases. Please give us your feedback in [Slack](https://launchpass.com/parseable), or [Issues](https://github.com/parseablehq/parseable/issues/new). + ## Contributing Refer to the contributing guide [here](https://www.parseable.io/docs/contributing).