Re: [Dev] Notification facility in Analytics Dashboard

2016-08-25 Thread Tharik Kanaka
Hi Aneela, Alerting cannot be done at Visualising level but since these are real time events, you can place a Siddhi execution plan with alerting logic (bar y axis attributes threshold) for a certain output stream. Then you can add an event publisher such as email or sms to alert. Regards, On

[Dev] Notification facility in Analytics Dashboard

2016-08-23 Thread Aneela Safdar
Hi, I am generating a bar chart from some log files in dashboard, there are times when bar raises high due to huge amount of  network traffic and as it is happening in real time, there might come a scenario when some body would overlook those high bars as chart is continuously being updated. I