Skip to content

Instantly share code, notes, and snippets.

@mje113
Created May 1, 2014 19:18
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 mje113/566f9e9e049e5de16ead to your computer and use it in GitHub Desktop.
Save mje113/566f9e9e049e5de16ead to your computer and use it in GitHub Desktop.
{
"title": "Services",
"style": "dark",
"editable": true,
"failover": false,
"panel_hints": true,
"refresh": true,
"index": {
"default": "NO_TIME_FILTER_OR_INDEX_PATTERN_NOT_MATCHED",
"pattern": "[logstash-]YYYY.MM.DD",
"warm_fields": true,
"interval": "day"
},
"loader": {
"hide": false,
"load_elasticsearch": true,
"load_elasticsearch_size": 20,
"load_gist": true,
"load_local": true,
"save_default": true,
"save_elasticsearch": true,
"save_gist": false,
"save_local": true,
"save_temp": true,
"save_temp_ttl": "30d",
"save_temp_ttl_enable": true
},
"nav": [
{
"collapse": false,
"enable": true,
"filter_id": 0,
"notice": false,
"now": true,
"refresh_intervals": [
"5s",
"10s",
"30s",
"1m",
"5m",
"15m",
"30m",
"1h",
"2h",
"1d"
],
"status": "Stable",
"time_options": [
"5m",
"15m",
"1h",
"6h",
"12h",
"24h",
"2d",
"7d",
"30d"
],
"timefield": "@timestamp",
"type": "timepicker"
}
],
"rows": [
{
"title": "Events",
"collapsable": true,
"collapse": false,
"editable": true,
"height": "350px",
"notice": false,
"panels": [
{
"title": "Histogram",
"type": "histogram",
"annotate": {
"enable": false,
"field": "_type",
"query": "*",
"size": 20,
"sort": [
"_score",
"desc"
]
},
"auto_int": true,
"bars": true,
"derivative": false,
"editable": true,
"fill": 3,
"grid": {
"max": null,
"min": 0
},
"group": [
"default"
],
"interactive": true,
"interval": "1m",
"intervals": [
"auto",
"1s",
"1m",
"5m",
"10m",
"30m",
"1h",
"3h",
"12h",
"1d",
"1w",
"1M",
"1y"
],
"legend": true,
"legend_counts": true,
"lines": false,
"linewidth": 3,
"mode": "count",
"options": true,
"percentage": false,
"pointradius": 5,
"points": false,
"queries": {
"mode": "all",
"ids": [
0,
1
]
},
"resolution": 100,
"scale": 1,
"show_query": true,
"span": 12,
"spyable": true,
"stack": true,
"time_field": "@timestamp",
"timezone": "browser",
"tooltip": {
"query_as_alias": true,
"value_type": "cumulative"
},
"value_field": null,
"x-axis": true,
"y-axis": true,
"y_format": "none",
"zerofill": true,
"zoomlinks": true
},
{
"title": "Services",
"type": "terms",
"field": "_type",
"exclude": [
],
"missing": true,
"other": true,
"size": 10,
"order": "count",
"style": {
"font-size": "10pt"
},
"donut": true,
"tilt": false,
"labels": true,
"arrangement": "horizontal",
"chart": "bar",
"counter_pos": "above",
"spyable": true,
"queries": {
"mode": "all",
"ids": [
0,
1
]
},
"tmode": "terms",
"tstat": "total",
"valuefield": ""
}
]
}
],
"services": {
"query": {
"ids": [
0,
1
],
"list": {
"0": {
"alias": "",
"color": "#7EB26D",
"enable": true,
"id": 0,
"pin": false,
"query": "service:monitor",
"type": "lucene"
},
"1": {
"alias": "",
"color": "#EAB839",
"enable": true,
"id": 1,
"pin": false,
"query": "service:gateway",
"type": "lucene"
}
}
},
"filter": {
"ids": [
0
],
"list": {
"0": {
"active": true,
"alias": "",
"field": "@timestamp",
"from": "now-24h",
"id": 0,
"mandate": "must",
"to": "now",
"type": "time"
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment