aicers / crusher

Crusher generates statistics from raw events
Apache License 2.0
0 stars 0 forks source link

Crusher

Crusher generates statistics from raw events.

Requirements

Usage

You can run Crusher by invoking the following command:

crusher path/to/config.toml

where config.toml is a configuration file in TOML format.

Configuration file

The following is key values in the TOML configuration file.

Example

key = "key.pem"
cert = "cert.pem"
ca_certs = ["ca_cert_1.pem", "ca_cert_2.pem"]
giganto_name = "localhost"
giganto_ingest_srv_addr = "127.0.0.1:38370"
giganto_publish_srv_addr = "127.0.0.1:38371"
review_name = "localhost"
review_rpc_srv_addr ="127.0.0.1:38390"
last_timestamp_data = "tests/time_data.json"
log_dir = "/data/logs/apps"

By default, giganto reads the config file from the following directories:

Copyright