188
edits
Line 149: | Line 149: | ||
* a cool dashboard that you can install under apache (maybe ngnx) and crete a dashboard of data streamed from graphite | * a cool dashboard that you can install under apache (maybe ngnx) and crete a dashboard of data streamed from graphite | ||
* limited to line charts, no meters, gauges, etc. | * limited to line charts, no meters, gauges, etc. | ||
* requires elasticsearch - https://xenforo.com/community/threads/how-to-basic-elasticsearch-installation-debian-ubuntu.26163/ | |||
==== Basic test for Elasticsearch ==== | |||
http://192.168.50.15:9200 - returns something like this: | |||
<pre> | |||
{ | |||
"status" : 200, | |||
"name" : "Exterminator", | |||
"version" : { | |||
"number" : "1.0.3", | |||
"build_hash" : "61bfb72d845a59a58cd9910e47515665f6478a5c", | |||
"build_timestamp" : "2014-04-16T14:43:11Z", | |||
"build_snapshot" : false, | |||
"lucene_version" : "4.6" | |||
}, | |||
"tagline" : "You Know, for Search" | |||
} | |||
</pre> | |||
=== Graphene === | === Graphene === |