-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #305 from rashidkpc/master
Updated default with more options for starter dashboards
- Loading branch information
Showing
23 changed files
with
5,074 additions
and
85 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
{ | ||
"title": "", | ||
"services": { | ||
"query": { | ||
"idQueue": [ | ||
1, | ||
2, | ||
3, | ||
4 | ||
], | ||
"list": { | ||
"0": { | ||
"query": "*", | ||
"alias": "", | ||
"color": "#7EB26D", | ||
"id": 0 | ||
} | ||
}, | ||
"ids": [ | ||
0 | ||
] | ||
}, | ||
"filter": { | ||
"idQueue": [ | ||
0, | ||
1, | ||
2 | ||
], | ||
"list": {}, | ||
"ids": [] | ||
} | ||
}, | ||
"rows": [ | ||
], | ||
"editable": true, | ||
"index": { | ||
"interval": "none", | ||
"pattern": "[logstash-]YYYY.MM.DD", | ||
"default": "NOT_CONFIGURED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,217 @@ | ||
{ | ||
"title": "Your Basic Dashboard", | ||
"services": { | ||
"query": { | ||
"idQueue": [ | ||
1, | ||
2, | ||
3, | ||
4 | ||
], | ||
"list": { | ||
"0": { | ||
"query": "*", | ||
"alias": "", | ||
"color": "#7EB26D", | ||
"id": 0 | ||
} | ||
}, | ||
"ids": [ | ||
0 | ||
] | ||
}, | ||
"filter": { | ||
"idQueue": [ | ||
0, | ||
1, | ||
2 | ||
], | ||
"list": {}, | ||
"ids": [] | ||
} | ||
}, | ||
"rows": [ | ||
{ | ||
"title": "Options", | ||
"height": "50px", | ||
"editable": true, | ||
"collapse": false, | ||
"collapsable": true, | ||
"panels": [ | ||
{ | ||
"error": false, | ||
"span": 3, | ||
"editable": true, | ||
"group": [ | ||
"default" | ||
], | ||
"type": "dashcontrol", | ||
"save": { | ||
"gist": false, | ||
"elasticsearch": true, | ||
"local": true, | ||
"default": true | ||
}, | ||
"load": { | ||
"gist": true, | ||
"elasticsearch": true, | ||
"local": true | ||
}, | ||
"hide_control": false, | ||
"elasticsearch_size": 20, | ||
"temp": true, | ||
"temp_ttl": "30d", | ||
"ttl_enable": true | ||
}, | ||
{ | ||
"error": false, | ||
"span": 4, | ||
"editable": true, | ||
"group": [ | ||
"default" | ||
], | ||
"type": "text", | ||
"status": "Stable", | ||
"mode": "markdown", | ||
"content": "The dashcontrol panel to the left lets you save this dashboard to Elasticsearch once you have it how you like it. See the note on the welcome page about setting a global default.", | ||
"style": {}, | ||
"title": "The dashcontrol panel" | ||
}, | ||
{ | ||
"error": false, | ||
"span": 5, | ||
"editable": true, | ||
"group": [ | ||
"default" | ||
], | ||
"type": "text", | ||
"status": "Stable", | ||
"mode": "markdown", | ||
"content": "If you have a field with a timestamp in it, you might want to add a 'timepicker' panel here. Click the cog icon over to the left to do so. You can also remove these information text panels there", | ||
"style": {}, | ||
"title": "Have a timestamp somewhere?" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Query", | ||
"height": "50px", | ||
"editable": true, | ||
"collapse": false, | ||
"collapsable": true, | ||
"panels": [ | ||
{ | ||
"error": false, | ||
"span": 12, | ||
"editable": true, | ||
"group": [ | ||
"default" | ||
], | ||
"type": "query", | ||
"label": "Search", | ||
"history": [ | ||
"*" | ||
], | ||
"remember": 10, | ||
"pinned": true, | ||
"query": "*" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Filters", | ||
"height": "50px", | ||
"editable": true, | ||
"collapse": true, | ||
"collapsable": true, | ||
"panels": [ | ||
{ | ||
"error": false, | ||
"span": 3, | ||
"editable": true, | ||
"group": [ | ||
"default" | ||
], | ||
"type": "text", | ||
"status": "Stable", | ||
"mode": "markdown", | ||
"content": "You found the filter row! This row has a 'filtering' panel in it that lists any active filters. You usually want one of these on any dashboard.", | ||
"style": {} | ||
}, | ||
{ | ||
"error": false, | ||
"span": 9, | ||
"editable": true, | ||
"group": [ | ||
"default" | ||
], | ||
"type": "filtering" | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Graph", | ||
"height": "250px", | ||
"editable": true, | ||
"collapse": false, | ||
"collapsable": true, | ||
"panels": [ | ||
{ | ||
"error": false, | ||
"span": 4, | ||
"editable": true, | ||
"group": [ | ||
"default" | ||
], | ||
"type": "text", | ||
"status": "Stable", | ||
"mode": "markdown", | ||
"content": "See the small Filters text above this? Click it to expand the filters row. Right now there are none, but if you were to add a Table panel, you could click on event fields to drill down and add some. Or if you had timestamped data and used a time picker, your time filter would appear there", | ||
"style": {}, | ||
"title": "Filtering" | ||
}, | ||
{ | ||
"error": false, | ||
"span": 8, | ||
"editable": true, | ||
"group": [ | ||
"default" | ||
], | ||
"type": "text", | ||
"status": "Stable", | ||
"mode": "markdown", | ||
"content": "### Start here\nThis dashboard doesn't run any queries, but it's the best I can do without knowing much about your data!\n\n##### Kibana is currently configured to point at the special Elasticsearch *_all* index. You can change that by clicking on the cog icon in the title bar of this dashboard\nIf you have several indices and a lot of data, you should probably do that before you add any new panels. You can also add rows from that dialog. You can edit individual panels by click on the link that appears in their top right when you mouse over them", | ||
"style": {} | ||
} | ||
] | ||
}, | ||
{ | ||
"title": "Table", | ||
"height": "650px", | ||
"editable": true, | ||
"collapse": false, | ||
"collapsable": true, | ||
"panels": [ | ||
{ | ||
"error": false, | ||
"span": 12, | ||
"editable": true, | ||
"group": [ | ||
"default" | ||
], | ||
"type": "text", | ||
"status": "Stable", | ||
"mode": "markdown", | ||
"content": "## A good place for a table\nThis is a good place for a table panel. Table panels present your data in a tabular format and allow you pick the fields you want to see, sort on them, and drill down.", | ||
"style": {} | ||
} | ||
] | ||
} | ||
], | ||
"editable": true, | ||
"index": { | ||
"interval": "none", | ||
"pattern": "[logstash-]YYYY.MM.DD", | ||
"default": "NOT_CONFIGURED" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.