Skip to content

Instantly share code, notes, and snippets.

@lfurrea
Created April 17, 2015 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lfurrea/cf045c2e1edbe88044dd to your computer and use it in GitHub Desktop.
Save lfurrea/cf045c2e1edbe88044dd to your computer and use it in GitHub Desktop.
Kibana Blank Dashboard
{
"title": "New Dashboard",
"services": {
"query": {
"list": {
"0": {
"query": "*",
"alias": "",
"color": "#7EB26D",
"id": 0
}
},
"ids": [
0
]
},
"filter": {
"list": {},
"ids": []
}
},
"rows": [
],
"editable": true,
"failover": false,
"index": {
"interval": "none",
"pattern": "[logstash-]YYYY.MM.DD",
"default": "_all",
"warm_fields": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment