2013-01-25 22:10:28 -06:00
<!DOCTYPE html>
2013-09-13 17:10:33 -05:00
< head >
2013-05-23 23:39:48 -05:00
< title > Kibana 3< / title >
2013-09-13 17:10:33 -05:00
< style > / * a d d y o u r c s s s t y l e r u l e s h e r e * /
body {
color:#c8c8c8;
background-color:#272b30;
font-family: 'Open Sans', sans-serif;
}
2013-09-16 17:53:22 -05:00
a {
color: #63ABB5;
}
2013-09-13 17:10:33 -05:00
.title1 {
font-weight: 800;
line-height: .9;
font-size: 98px
}
2013-05-23 23:39:48 -05:00
2013-09-13 17:10:33 -05:00
.title2 {
font-weight: 800;
line-height: .9;
font-size: 60px
}
2013-05-23 23:39:48 -05:00
2013-09-13 17:10:33 -05:00
.title3 {
font-weight: 800;
font-size: 25px;
line-height: 1.1;
}
2013-08-01 00:08:00 -05:00
2013-09-13 17:10:33 -05:00
.lowercase {
text-transform: lowercase;
}
2013-08-01 00:08:00 -05:00
2013-09-13 17:10:33 -05:00
.uppercase {
text-transform: uppercase;
}
.light {
font-weight: 200;
}
.big { text-transform: uppercase; margin: 0; padding: 0; }
.bold { font-weight: 800; }
.orange {
color: #FF9640;
}
.yellow {
color: #FFDD68;
}
.teal {
color: #63ABB5;
}
.green {
color: #629153;
}
.purple {
color: #645068;
}
.white {
color: #fff;
}
< / style >
< / head >
< body ng-controller = "DashCtrl" ng-cloak >
2013-09-16 17:53:22 -05:00
< img src = 'src/img/kibana.png' style = "float:right;margin:30px 60px 30px 60px;" > < p >
2013-09-13 17:10:33 -05:00
< div class = "title2" >
< span class = "orange" > Oops.< / span > Looks like you've upgraded from an old version
2013-05-23 23:39:48 -05:00
< / div >
2013-09-13 17:10:33 -05:00
< div class = "title3" > No worries. < span class = "light" > Kibana has a new build system. Now its faster and lighter than ever before.< / span > < / div >
< p >
< div class = "white title3 uppercase" > To fix this< / div >
2013-09-16 17:53:22 -05:00
< div class = "title3 light" > Instead of cloning the entire kibana, you can grab the latest build here: < a href = "http://download.elasticsearch.org/kibana/releases/kibana-latest.zip" > http://download.elasticsearch.org/kibana/releases/kibana-latest.zip< / a > < p >
If you really want to run from source you can do so from the < a href = "src/index.html" > src/< / a > folder. After upgrading you may need to clear your browsers cache to see all of the new features.< / div >
2013-05-23 23:39:48 -05:00
< / body >
2013-01-25 22:10:28 -06:00
< / html >