Clete
  • Getting Started
    • Quickstart
  • Setup
    • User Auth
    • Organisation setup
    • Service Context setup
    • Log Monitoring Platforms
      • Heroku
      • Cloudwatch
      • Elasticsearch
  • Service Contexts
    • Context Viewer
  • Observability Machine
    • VM Provisioning
    • VM Specifications
  • Clete Binary
    • Initialization
    • Processor
    • Streamer
    • Credentials
  • Reporting
    • E-mail Alerts
Powered by GitBook
On this page
  1. Clete Binary

Processor

Clete's processor service is a module in the binary which is responsible for constantly consuming logs from the logging platform and applies machine learning to sort incoming logs into different groups for the streamer to pick up and analyse it in batches.

The following are relevant flags for the processor

clete start processor -c <cid>

This starts the processor service as a background daemon process for a given context id for the organisation's vm. The -c flag is how we pass the context id to Clete

clete stop processor -c <cid>

This stops the processor service for that context id for the organisation's vm

clete processor logs -f -c <cid>

This shows the current log stream for the processor service. -f flag allows you to follow the logging stream. Thus, new logs are streamed to the terminal

PreviousInitializationNextStreamer

Last updated 4 months ago