Quickly start all services including zookeeper, kafka, webservice and topology with single script
bin/quick-start.sh
Visit eagle web at http://localhost:9099/eagle-service
Send sample data in another terminal with:
bin/send-sample-querylog.sh
Visit alert page at http://localhost:9099/eagle-service/ui/#/common/alertList
storm.kafka.FailedFetchException: Error fetching data from [Partition{host=localhost:6667, partition=2}] for topic [cassandra_querylog_local]: [UNKNOWN_TOPIC_OR_PARTITION]
Solution: Execute eagle-dev/clean-all.sh
and retry from first step.