Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 31 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://www.parseable.io" target="_blank"><img src="assets/logo.svg" alt="Parseable" width="600" height="150" /></a>
<a href="https://www.parseable.io" target="_blank"><img src="https://raw.githubusercontent.com/parseablehq/docs/main/static/img/logo.svg" alt="Parseable" width="600" height="150" /></a>
</p>

<p align="center">
Expand All @@ -22,14 +22,34 @@ Parseable is an open source, cloud native, log storage and management platform.
Parseable helps you ingest high volumes of log data from various sources (Fluentbit, Logstash etc or directly from applications). Parseable stores log data 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.

<p align="center">
<img src="assets/overview.png" alt="Parseable Overview" width="800" height="650" />
<img src="https://github.com/parseablehq/docs/raw/main/static/img/overview.png" alt="Parseable Overview" width="800" height="650" />
</p>

<h1></h1>

## Live Demo

Checkout Parseable without installation.
Try out Parseable server with our demo instance.

1. Post log data to default log stream `frontend`

```sh
curl --location --request POST 'https://demo.parseable.io/api/v1/logstream/frontend' \
--header 'X-P-META-label1: value1' \
--header 'X-P-META-label2: value2' \
--header 'Authorization: Basic cGFyc2VhYmxlOnBhcnNlYWJsZQ==' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"log": "{\"id\": 4, \"host\":\"153.10.110.81\", \"user-identifier\":\"-\", \"datetime\":\"24/Jun/2022:14:12:15 +0000\", \"method\": \"GET\", \"request\": \"/virtual/drive\", \"protocol\":\"HTTP/2.0\", \"status\":500, \"bytes\":21969, \"referer\": \"http://www.seniordisintermediate.net/mesh/users\"}",
"meta_Host": "10.116.0.3",
"meta_Source": "10.244.0.147",
"meta_ContainerName": "log-generator"
}
]'
```

2. Then access the Parseable dashboard to verify the log data is present

<table>
<tr>
Expand All @@ -46,21 +66,20 @@ Checkout Parseable without installation.
</tr>
</table>

You can also use this demo endpoint to send log data. For Parseable API documentation, refer to [Parseable API workspace on Postman](https://www.postman.com/parseable/workspace/parseable/overview).

Note: Please do not store any sensitive data on this server as the data is openly available. We'll delete the data on this server periodically.
For complete Parseable API documentation, refer to [Parseable API workspace on Postman](https://www.postman.com/parseable/workspace/parseable/overview).

**Note**: Please do not store any sensitive data on this server as the data is openly available. We'll delete the data on this server periodically.
## Why Parseable

* Index free design.
* Highly compressed log data in Parquet - columnar, open data format. Search logs via Parseable UI or bring your own analytics platform.
* Indexing free design.
* Highly compressed log data, stored in [Parquet](https://parquet.apache.org) - columnar, open data format. Query logs via Parseable or bring your own analytics platform.
* Stateless design allowing seamless scale and flexibility.
* Own your log storage data on your object storage buckets.
* SDK less, simple REST API calls to upload logs.
* Own your log data on your object storage buckets.
* SDK less, simple REST API calls for log ingestion.

## Features

* Kubernetes native design, allowing to get started with pod logs in minutes.
* Filter log data on tags.
* Query for specific keywords and fields.
* Intuitive dashboard to parse and query through log data.
* Get started on Kubernetes with helm chart.
* Intuitive dashboard to parse and query the log data.
1 change: 0 additions & 1 deletion assets/logo.svg

This file was deleted.

Binary file removed assets/overview.png
Binary file not shown.