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
@@ -22,14 +22,34 @@ Parseable is an open source, cloud native, log storage and management platform.
22
22
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.
2. Then access the Parseable dashboard to verify the log data is present
33
53
34
54
<table>
35
55
<tr>
@@ -46,21 +66,20 @@ Checkout Parseable without installation.
46
66
</tr>
47
67
</table>
48
68
49
-
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).
50
-
51
-
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.
69
+
For complete Parseable API documentation, refer to [Parseable API workspace on Postman](https://www.postman.com/parseable/workspace/parseable/overview).
52
70
71
+
**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.
53
72
## Why Parseable
54
73
55
-
*Index free design.
56
-
* Highly compressed log datain Parquet - columnar, open data format. Search logs via Parseable UI or bring your own analytics platform.
74
+
*Indexing free design.
75
+
* 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.
57
76
* Stateless design allowing seamless scale and flexibility.
58
-
* Own your log storage data on your object storage buckets.
59
-
* SDK less, simple REST API calls to upload logs.
77
+
* Own your log data on your object storage buckets.
78
+
* SDK less, simple REST API calls for log ingestion.
60
79
61
80
## Features
62
81
82
+
* Kubernetes native design, allowing to get started with pod logs in minutes.
63
83
* Filter log data on tags.
64
84
* Query for specific keywords and fields.
65
-
* Intuitive dashboard to parse and query through log data.
66
-
* Get started on Kubernetes with helm chart.
85
+
* Intuitive dashboard to parse and query the log data.
0 commit comments