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
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
This stops the processor service for that context id for the organisation's vm
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
Last updated