cityindex / kibana

Kibana 3
http://www.elasticsearch.org/overview/kibana/
Other
0 stars 0 forks source link

Show Incident Banner from statuspage #16

Closed mrdavidlaing closed 9 years ago

mrdavidlaing commented 9 years ago

During an statuspage incident affecting the cityindex.logsearch.io cluster, a banner highlighting the severity of the incident and giving a link to the http://status.labs.cityindex.com should be shown at the top of every Kibana dashboard.

The StatusPage API can be queried to get the status of the cityindex.logsearch.io cluster as follows:

https://api.statuspage.io/v1/pages/$PAGE_ID/components.json?api_key=$API_KEY

returns

[
   {"status":"operational","name":"cityindex.logsearch.io (logsearch cluster)","created_at":"2013-08-06T14:34:56.571Z","updated_at":"2014-10-09T10:50:25.316Z","position":1,"description":"The City Index Logsearch cluster","id":"2vx2724ljl64","page_id":"rr6mvdg2czkt"},
]

Full docs for the components api call

mrdavidlaing commented 9 years ago

Resolved by https://github.com/cityindex/kibana/pull/17