Skip to content

AdheipSingh/parseable

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,280 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parseable logo

Parseable is a full-stack observability platform built to ingest, analyze and extract insights from all types of telemetry (MELT) data. You can run Parseable on your local machine, in the cloud, or use Parseable Cloud — the fully managed service. To experience Parseable UI, checkout app.parseable.com ↗︎.

The fastest way to get started. No infrastructure to manage.

Quickstart ⚡

Run Parseable

Docker Image

Get started with Parseable Docker image with a single command:

docker run -p 8000:8000 \
  parseable/parseable:latest \
  parseable local-store

Executable Binary

Download and run the Parseable binary on your laptop:

  • Linux or MacOS
curl -fsSL https://logg.ing/install | bash
  • Windows
powershell -c "irm https://logg.ing/install-windows | iex"

Ingestion and query

Once you have Parseable running, ingest data with the below command. This will send logs to the demo stream. You can see the logs in the dashboard.

curl --location --request POST 'http://localhost:8000/api/v1/ingest' \
--header 'X-P-Stream: demo' \
--header 'Authorization: Basic YWRtaW46YWRtaW4=' \
--header 'Content-Type: application/json' \
--data-raw '[
    {
        "id": "434a5f5e-2f5f-11ed-a261-0242ac120002",
        "datetime": "24/Jun/2022:14:12:15 +0000",
        "host": "153.10.110.81"
    }
]'

Access the UI at http://localhost:8000 ↗︎. You can login to the dashboard default credentials admin, admin.

Getting started 💡

For quickstart, refer the quickstart section ↗︎.

This section elaborates available options to run Parseable in production or development environments.

Features 🚀

Adopters 🤝

Organizations using Parseable in production. Add yours here — no fork needed!

Organization Description of Use
HireXL Frontend application logging
Elfsquad Centralized application/infrastructure logging

Verify images ✍️

Parseable builds are attested for build provenance and integrity using the attest-build-provenance action. The attestations can be verified by having the latest version of GitHub CLI installed in your system. Then, execute the following command:

gh attestation verify PATH/TO/YOUR/PARSEABLE/ARTIFACT-BINARY -R parseablehq/parseable

Contributing 🏆

Contribution guide ↗︎

About

Cloud native log storage and management for Kubernetes, containerised workloads

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 96.4%
  • Shell 2.2%
  • PowerShell 0.7%
  • Python 0.4%
  • Go Template 0.1%
  • Dockerfile 0.1%
  • Other 0.1%