stacktach-sandbox/winchester.yaml
Sandy Walsh 5d5f8ca105 Fix up defaults to use notabene handler and usage
Also backports some tweaks from ops:
- fixes logging.conf
- fixes pipeline_worker first time start

Change-Id: I6ab1e567594097bc23d857c05d0c1fc84262babf
2015-02-10 12:57:28 -08:00

46 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
pipeline_config: pipelines.yaml
purge_completed_streams: false
# 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: winchester.pipeline_handler:UsageHandler
notabene: winchester.pipeline_handler:NotabeneHandler