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.
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-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"
}
]'
- 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.
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.
- Indexing free design.
- Highly compressed log data, stored in Parquet - columnar, open data format. Query logs via Parseable or bring your own analytics platform.
- Stateless design allowing seamless scale and flexibility.
- Own your log data on your object storage buckets.
- SDK less, simple REST API calls for log ingestion.
- 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 the log data.