LogoLogo
HomeApplicationBlog
  • WELCOME
    • Overview
    • Quickstart
    • Key Features
    • Demo
  • ONBOARDING YOUR DATA
    • Getting started
    • Prerequisites
    • Integrations
      • Prometheus
        • Handling organization_id
        • Privacy and Security
      • CloudWatch
      • Datadog
      • Coming soon
      • Request integration
    • Self-hosting
      • Configuration yaml
      • Running locally with Docker
      • Running with Kubernetes (k8s)
    • Data API
      • Example implementation
    • Filters
      • Open source log parsing library
      • Data hashing & transformation
    • Custom adapters
  • API (BETA)
    • Authentication
    • Pagination
    • API Reference
  • How to's
    • Tutorials
      • Build a SLI
      • Build a SLO
      • Create an Organization
      • Build a SLA
      • Configure a SLA Portal
    • Guides
    • Glossary
  • MISC
    • Changelog
    • Join the Closed Beta
  • Legal
    • Terms of Service
    • Contributor License Agreement
    • Privacy Notice
Powered by GitBook
On this page
  1. ONBOARDING YOUR DATA
  2. Filters

Open source log parsing library

PreviousFiltersNextData hashing & transformation

Last updated 8 months ago

We’re excited to share that the code for our parsing library has been open-sourced! It’s available as a module on PyPI under the name rated-parser. You can use this library to parse logs in your own projects, leveraging the same robust parsing capabilities that slaOS provides.

Simply install the package using pip:

pip install rated-parser

With rated-parser, you can easily parse both structured and unstructured log data, define custom patterns, and extract relevant features—just like slaOS does.

https://github.com/rated-network/rated-parsergithub.com