Skip to content

Official repository for Crato client, the installation and configuration tool to send logs into Crato's core infrastructure

License

Notifications You must be signed in to change notification settings

crato-logging/crato-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Crato Banner

Welcome to Crato Client 👋

crato version license

Crato is an open source framework for small applications to easily deploy centralized logging. Crato is built with Node.js, Rsyslog, Apache Kafka, InfluxDB, AWS S3 and Bash. This repo contains the Crato client, a tool that configures rsyslog to collect system and application logs and send them via TCP to the Crato core infrastructure.

Crato Client Usage

All commands (except -h) assume sudo privileges.

Commands Description
crato -c or crato --configure Configure and run Crato client
crato -s or crato --suspend Suspend Crato logging
crato -r or crato --resume Resume Crato logging
crato -d or crato --delete Deletes Crato client configuration
crato -h or crato --help Outputs usage reminder

Dependencies

Crato depends upon the rsyslog implementation of the syslog protocol. Most *nix systems either already use this tool to collect system logs, or can be configured to do so. Confirm it is installed on the target system with rsyslogd -v. To see if the target system is already using rsyslog, run service rsyslog status.

By default, Crato client sends messages to its central server via tcp over port 514. Please ensure the port is open for outbound traffic.

Install

To install Crato Client, clone this repo.

Crato client configuration options are set in crato-config. Using key-value pairs, enter any number of logs for Crato to track, along with their tags and severity levels. Then enter the ip address of the central server.

For users needing more granular control over settings, the full range of configuration options are available by directly editing the default *.conf files.

To begin logging, enter sudo crato -c.

Show your support

Give a ⭐️ if you liked this project!


About

Official repository for Crato client, the installation and configuration tool to send logs into Crato's core infrastructure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages