"content":"Welcome to Kibana Dashboard, a technology preview of what's to come for Kibana, Logstash and Elasticsearch \n\nKibana dashboard is the easy way to share, build, use and extend interactive, real time dashboards and data analysis interfaces. \n\nReady to get started? \n\nLogstash users, click the 'Load' button to the right, paste this URL: https://gist.github.com/anonymous/e99d94a426956c45a288 into the 'Gist' loader, click 'Get' and select the 'Logstash Dashboard' link that appears",
"style":{
"style":{
"font-size":"85%"
"font-size":"14pt"
},
}
"span":0,
"content":"Rows are collapsable, and input panels can send event to multiple groups. The Search panel is part of one group, while the time panel is part of two",
"group":"default"
},
},
{
{
"title":"Dashboard Loader",
"title":"Dashboard Loader",
...
@@ -173,155 +40,6 @@
...
@@ -173,155 +40,6 @@
}
}
],
],
"editable":true
"editable":true
},
{
"title":"Lines of Plays",
"height":"210px",
"collapse":false,
"panels":[
{
"title":"Plays",
"type":"pie",
"span":4,
"size":8,
"labels":false,
"colors":[
"#BF3030",
"#1D7373",
"#86B32D",
"#A60000",
"#006363",
"#679B00"
],
"field":"country",
"mode":"terms",
"query":{
"query":"*",
"field":"play_name"
},
"exclude":[],
"donut":false,
"tilt":false,
"legend":true,
"group":"default",
"default_field":"_all",
"index":"shakespeare"
},
{
"type":"text",
"title":"About",
"style":{
"font-size":"85%"
},
"span":0,
"content":"The table panel can be sorted via a sort panel, or by clicking the table header. Unlike the donut charts above, this pie is bound to the query input. Try searching for a speaker (eg, FALSTAFF) to see a break down of the plays they appear in.",
"group":"default"
},
{
"title":"Newest Lines",
"editable":true,
"type":"table",
"span":6,
"query":"*",
"style":{
"font-size":"85%"
},
"fields":[
"@timestamp",
"play_name",
"speaker",
"text_entry"
],
"size":100,
"sort":[
"@timestamp",
"desc"
],
"group":"default",
"index":"shakespeare",
"error":false
},
{
"type":"fields",
"title":"Fields",
"span":2,
"group":"default",
"style":{
"font-size":"85%",
"line-height":"15px"
},
"sort":[
"@timestamp",
"desc"
]
}
],
"editable":true
},
{
"title":"Monkey Monitoring",
"collapse":false,
"height":"225px",
"panels":[
{
"title":"Monkey Shakespeare Lines",
"type":"histogram",
"span":5,
"show":[
"bars",
"stack",
"legend",
"x-axis",
"y-axis"
],
"fill":1,
"query":[
{
"label":"Query Hits",
"query":"*",
"color":"#86B32D"
},
{
"label":"Hamlet",
"query":"play_name:Hamlet"
},
{
"label":"Macbeth",
"query":"play_name:macbeth"
}
],
"interval":"1m",
"group":"default",
"index":"shakespeare"
},
{
"title":"Monkey Typists Worldwide",
"type":"map",
"map":"world",
"field":"country",
"span":5,
"size":500,
"query":"*",
"colors":[
"#C8EEFF",
"#0071A4"
],
"exclude":[],
"group":"default",
"index":"shakespeare"
},
{
"type":"text",
"title":"About",
"style":{
"font-size":"85%"
},
"span":2,
"content":"Histograms can show multiple queries. In the case that a multi-query histogram is bound to a query input, only the first data series will be altered. All panels exist in the 'default' group by default. The map panel can be used to visualize events with attached geo data.",