Gearoid Maguire
Gearoid Maguire
Hi Mikesparr did you manage to get kafkabeat running and displaying the lag and offset?
hi Qmando I am having the same problem, when I run `python -m elastalert.elastalert --verbose --rule example_rules/example_frequency.yaml` this is the message now. ``` INFO:elastalert:Starting up INFO:elastalert:Queried rule Example rule DOTs...
Sorry new to this, do i need to add it into my `example_rules/example_frequency.yaml` like so ``` # (required, email specific) # a list of email addresses to send alerts to...
and if I wantedd it to go so some email would it look like this? ``` email: - "[email protected]" from_addr: "[email protected]" to_addr: "[email protected]" ```
OK that worked, ``` email: - "[email protected]" from_addr: "[email protected]" ``` Here is the message. ``` INFO:elastalert:Sleeping for 58 seconds INFO:elastalert:Queried rule Example rule DOTs from 2016-03-01 19:18 UTC to 2016-03-01...