Live Demo | Website | API Workspace on Postman
Parseable is an open source, cloud native, log storage and management platform.
Parseable helps you ingest high volumes of log data from various sources (Fluent Bit, 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.
Live Demo
Try out Parseable server with our demo instance.
- Post log data to default log stream
frontend
curl --location --request POST 'https://demo.parseable.io/api/v1/logstream/frontend' \
--header 'X-P-META-meta1: value1' \
--header 'X-P-META-meta2: value2' \
--header 'X-P-TAGS-tag1: value1' \
--header 'X-P-TAGS-tag2: value2' \
--header 'Authorization: Basic cGFyc2VhYmxlOnBhcnNlYWJsZQ==' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"id": 4,
"host":"153.10.110.81",
"user-identifier":"-",
"datetime":"24/Jun/2022:14:12:15 +0000",
"method": "DELETE",
"request": "/virtual/drive",
"protocol":"HTTP/2.0",
"status":500,
"bytes":21969,
"referer": "http://www.google.com/"
}
]'
- Then access the Parseable dashboard to verify the log data is present
URL | https://demo.parseable.io |
Username | parseable |
Password | parseable |
For complete Parseable API documentation, refer to Parseable API workspace on Postman.
|
Parseable is a work in progress. Features will evolve over time and there may be breaking changes between releases. Please give us your feedback in Slack, or Issues. |
---|
|
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. |
---|
Why Parseable
- Log data compressed and stored in Parquet - columnar, open data format, designed for analytics.
- Query logs via Parseable or bring your own analytics platform.
- Stateless design with object storage (S3, MinIO) as primary storage. Allowing cost effective scale and flexibility.
- Own your log data on your object storage buckets.
- SDK less, simple REST API calls for log ingestion.
- Indexing free design.
Features
- Cloud native design, get started with Pod logs in minutes.
- Filter log data on labels.
- SQL compatible API for querying log data.
- Intuitive dashboard to parse and query the log data.
- Bring your own analytics platform for deeper analysis of log data.
Contributing
Refer to the contributing guide here.
License
Copyright (c) 2022 Parseable, Inc.
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