2013-02-15 16:23:04 -06:00
{
2014-02-05 13:56:48 -06:00
"title" : "Welcome to Grafana!" ,
2013-07-14 23:42:35 -05:00
"services" : {
"filter" : {
2014-01-14 13:38:39 -06:00
"list" : [ ] ,
"time" : {
2014-01-20 08:03:05 -06:00
"from" : "now-6h" ,
2014-01-14 13:38:39 -06:00
"to" : "now"
}
2013-07-14 23:42:35 -05:00
}
} ,
2014-01-20 08:03:05 -06:00
"rows" : [
{
"title" : "Welcome to Grafana" ,
"height" : "150px" ,
"editable" : true ,
"collapse" : false ,
"collapsable" : true ,
"panels" : [
{
"error" : false ,
"span" : 12 ,
"editable" : true ,
"type" : "text" ,
"loadingEditor" : false ,
"mode" : "markdown" ,
2014-01-23 11:48:51 -06:00
"content" : "####Thank you for trying out Grafana! \n\nGeneral documentation is found in the readme and in the wiki section of the [Github Project](https://github.com/torkelo/grafana). If you encounter any problem or have an idea for an improvement do not hesitate to open a github issue. \n\nTips: \n\n- Ctrl+S saves the current dashboard\n- Ctrl+F Opens the dashboard finder (searches elastic search)\n- Ctrl+H Hide/show row controls \n- Click and drag graph title to move panel (only works when row controls are enabled)\n\nIf you do not see a graph in the panel bellow the browser cannot access your graphite installation. Please make sure that the graphiteUrl property in config.js is correctly set and accessible." ,
2014-01-20 08:03:05 -06:00
"style" : { } ,
"title" : "Welcome to Grafana"
}
] ,
"notice" : false
} ,
{
"title" : "test" ,
"height" : "250px" ,
"editable" : true ,
"collapse" : false ,
"collapsable" : true ,
"panels" : [
{
"span" : 12 ,
"editable" : true ,
"type" : "graphite" ,
"x-axis" : true ,
"y-axis" : true ,
"scale" : 1 ,
2014-02-06 03:19:26 -06:00
"y_formats" : [ "short" , "short" ] ,
2014-01-20 08:03:05 -06:00
"grid" : {
"max" : null ,
"min" : 0
} ,
"resolution" : 100 ,
"lines" : true ,
"fill" : 1 ,
2014-01-21 05:43:32 -06:00
"linewidth" : 2 ,
2014-01-20 08:03:05 -06:00
"points" : false ,
"pointradius" : 5 ,
"bars" : false ,
"stack" : true ,
"spyable" : true ,
"options" : false ,
"legend" : true ,
"interactive" : true ,
"legend_counts" : true ,
"timezone" : "browser" ,
"percentage" : false ,
"zerofill" : true ,
"nullPointMode" : "connected" ,
"steppedLine" : false ,
"tooltip" : {
"value_type" : "cumulative" ,
"query_as_alias" : true
} ,
"targets" : [
{
"target" : "randomWalk('random walk')"
} ,
{
"target" : "randomWalk('random walk2')"
} ,
{
"target" : "randomWalk('random walk3')"
}
] ,
"aliasColors" : { } ,
"aliasYAxis" : { } ,
"title" : "Graphite test"
}
] ,
"notice" : false
}
] ,
2013-12-05 09:45:52 -06:00
"editable" : true ,
2013-10-08 11:38:08 -05:00
"failover" : false ,
2014-01-20 08:03:05 -06:00
"panel_hints" : true ,
"style" : "dark" ,
"pulldowns" : [
{
"type" : "filtering" ,
"collapse" : false ,
"notice" : false ,
"enable" : false
}
] ,
"nav" : [
{
"type" : "timepicker" ,
"collapse" : false ,
"notice" : false ,
"enable" : true ,
"status" : "Stable" ,
"time_options" : [
"5m" ,
"15m" ,
"1h" ,
"6h" ,
"12h" ,
"24h" ,
"2d" ,
"7d" ,
"30d"
] ,
"refresh_intervals" : [
"5s" ,
"10s" ,
"30s" ,
"1m" ,
"5m" ,
"15m" ,
"30m" ,
"1h" ,
"2h" ,
"1d"
] ,
"now" : true
}
] ,
"loader" : {
"save_gist" : false ,
"save_elasticsearch" : true ,
"save_local" : true ,
"save_default" : true ,
"save_temp" : true ,
"save_temp_ttl_enable" : true ,
"save_temp_ttl" : "30d" ,
"load_gist" : false ,
"load_elasticsearch" : true ,
"load_elasticsearch_size" : 20 ,
"load_local" : false ,
"hide" : false
} ,
"refresh" : false
2014-01-14 13:38:39 -06:00
}