de-sh / parseable

Cloud native log storage and management for Kubernetes, containerised workloads

Home Page:https://parseable.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parseable

website status contributors commits activity monthly Github stars License Twitter

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 (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.

Parseable Overview

Live Demo

Try out Parseable server with our demo instance.

  1. 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"
    }
]'
  1. 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.

Why Parseable

  • 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.

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 the log data.

About

Cloud native log storage and management for Kubernetes, containerised workloads

https://parseable.io

License:GNU Affero General Public License v3.0


Languages

Language:Rust 85.2%Language:Shell 10.3%Language:Dockerfile 2.6%Language:Smarty 1.6%Language:Makefile 0.3%