Cassandra Security Monitoring Example

How to Start

  1. Quickly start all services including zookeeper, kafka, webservice and topology with single script

     bin/quick-start.sh
    
  2. Visit eagle web at http://localhost:9099/eagle-service

  3. Send sample data in another terminal with:

     bin/send-sample-querylog.sh
    
  4. Visit alert page at http://localhost:9099/eagle-service/ui/#/common/alertList

FAQ

1. UNKNOWN_TOPIC_OR_PARTITION

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.