cc01846056
Optionally enable STv2 event playback through the time_sync service and early UsageHandler support. Change-Id: I5988d320fe41df29c52ebdb8e579bf0d7f53a45f
44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
---
|
|
###### This adds directories to the search path for other configfiles.
|
|
config_path: winchester
|
|
## It can also be a list:
|
|
#config_path:
|
|
# - /etc/winchester
|
|
# - /home/wherever
|
|
|
|
###### logging
|
|
#log_level: debug
|
|
## You can also use a full logging config file.
|
|
logging_config: logging.conf
|
|
|
|
###### How often to log stats
|
|
statistics_period: 10
|
|
|
|
pipeline_worker_batch_size: 1000
|
|
pipeline_worker_delay: 10
|
|
|
|
####### You can specify extra stackdistiller trait plugins here:
|
|
#distiller_trait_plugins:
|
|
# test: some.module.path:TestTraitPlugin
|
|
|
|
catch_all_notifications: false
|
|
|
|
database:
|
|
url: mysql://winchester:testpasswd@localhost/winchester
|
|
|
|
distiller_config: event_definitions.yaml
|
|
trigger_definitions: triggers.yaml
|
|
#trigger_definitions: usage_triggers.yaml
|
|
pipeline_config: pipelines.yaml
|
|
#pipeline_config: usage_pipelines.yaml
|
|
|
|
# If you are replaying old events (timestamps in the past)
|
|
# you will need a time service to keep the clocks
|
|
# between yagi and the pipeline workers in sync.
|
|
# Don't set this if you're running with real-time events.
|
|
#time_sync_endpoint: http://127.0.0.1:8001
|
|
|
|
pipeline_handlers:
|
|
logger: winchester.pipeline_handler:LoggingHandler
|
|
usage_pipeline: winchester.pipeline_handler:UsageHandler
|