I do not know if using Logstash ( https://www.elastic.co/webinars/logstash-0-60-in-60) you can able to do it directly getting it from the Alarm DB in Monasca.
Otherwise you may look at this ( https://github.com/openstack/monasca-api/blob/master/docs/monasca-api-spec.md#alarms). You can write a application which will query all the alarms (say of state==ALARM) and push it to your external logfile. --pradip On Wed, Mar 23, 2016 at 10:29 PM, Jagga Soorma <[email protected]> wrote: > Hi Guys, > > I need to push out all alerts in Monasca to a external logfile on a linux > server. Not very familiar with webhooks and was wondering if someone has > already done something similar that I can get a starting point with. > > Thanks. > > _______________________________________________ > Mailing list: > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > Post to : [email protected] > Unsubscribe : > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack > >
_______________________________________________ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : [email protected] Unsubscribe : http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack
