"content":"![kibana](img/kibana.png) \n\n##### Did you just upgrade? Not expecting this screen?\nIf you were using the old default page you might not be expecting this screen. I understand, change can be awkward. Let me explain. \n\n##### Setting a global default dashboard\nKibana has always shipped with an interface for Logstash, still does! You can access it [here](index.html#dashboard/file/logstash.json). However, if you want to make it your default again, all you you need to do is rename a file!\nIn your Kibana installation directory: \n\nRename *logstash.json* to *default.json* and refresh. Should be all set.\n\n##### But wait, there's more!\nIn fact, you can add any exported dashboard to that directory and access it as *http://YOUR-HOST -HERE/index.html#dashboard/file/YOUR-DASHBOARD.json*. Neat trick eh?",
"content":"![kibana](img/kibana.png) \n\n##### Did you just upgrade? Not expecting this screen?\nIf you were using the old default page you might not be expecting this screen. I understand, change can be awkward. Let me explain. \n\n##### Setting a global default dashboard\nKibana has always shipped with an interface for Logstash, still does! You can access it [here](index.html#dashboard/file/logstash.json). However, if you want to make it your default again, all you need to do is rename a file!\nIn your Kibana installation directory: \n\nRename *logstash.json* to *default.json* and refresh. Should be all set.\n\n##### But wait, there's more!\nIn fact, you can add any exported dashboard to that directory and access it as *http://YOUR-HOST -HERE/index.html#dashboard/file/YOUR-DASHBOARD.json*. Neat trick eh?",
<ling-repeat="pulldown in dashboard.current.nav"ng-controller="PulldownCtrl"><kibana-simple-paneltype="pulldown.type"panel="pulldown"ng-cloak></kibana-simple-panel></li>
<ling-repeat="pulldown in dashboard.current.nav"ng-controller="PulldownCtrl"ng-show="pulldown.enable"><kibana-simple-paneltype="pulldown.type"panel="pulldown"ng-cloak></kibana-simple-panel></li>
<divng-repeat="pulldown in dashboard.current.nav"ng-controller="PulldownCtrl"ng-include="'./app/panels/'+pulldown.type+'/editor.html'"ng-show="editor.index == 4+$index">
<divng-repeat="pulldown in dashboard.current.nav|filter:{enable:true}"ng-controller="PulldownCtrl"ng-include="'./app/panels/'+pulldown.type+'/editor.html'"ng-show="editor.index == 4+$index">