Skip to content

Commit ab8bdb2

Browse files
committed
Edit dashboards/default.json and dashboards/guided.json.
1 parent ed2be48 commit ab8bdb2

File tree

5 files changed

+197
-93
lines changed

5 files changed

+197
-93
lines changed

src/app/dashboards/blank.json

100755100644
File mode changed.

src/app/dashboards/default.json

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
],
2626
"list": {
2727
"0": {
28-
"from": "2014-01-29T21:45:46.000Z",
29-
"to": "2014-02-28T22:30:10.897Z",
28+
"from": "2014-04-01T07:47:30.228Z",
29+
"to": "2014-04-02T07:47:30.228Z",
3030
"field": "event_timestamp",
3131
"type": "time",
3232
"mandate": "must",
@@ -57,7 +57,7 @@
5757
"default"
5858
],
5959
"type": "timepicker",
60-
"mode": "since",
60+
"mode": "relative",
6161
"time_options": [
6262
"5m",
6363
"15m",
@@ -69,7 +69,7 @@
6969
"7d",
7070
"30d"
7171
],
72-
"timespan": "30d",
72+
"timespan": "24h",
7373
"timefield": "event_timestamp",
7474
"timeformat": "",
7575
"refresh": {
@@ -78,11 +78,7 @@
7878
"min": 3
7979
},
8080
"filter_id": 0,
81-
"status": "Stable",
82-
"time": {
83-
"from": "01/29/2014 13:45:46",
84-
"to": "02/28/2014 14:30:10"
85-
}
81+
"status": "Stable"
8682
},
8783
{
8884
"error": false,
@@ -96,7 +92,8 @@
9692
"error"
9793
],
9894
"remember": 10,
99-
"title": "Search"
95+
"title": "Search",
96+
"def_type": ""
10097
}
10198
]
10299
},
@@ -115,12 +112,29 @@
115112
"loadingEditor": false,
116113
"status": "Stable",
117114
"mode": "markdown",
118-
"content": "This is the demonstration dashboard for Banana, a port of Kibana for Solr. This points to a collection called logstash\\_logs. If you followed the QuickStart instructions provided by the the Solr Output Writer for LogStash, you will see example data here. \n\nTo build your own dashboards, first get time series data into a collection. Then you can begin with this dashboard and configure it to fit your needs.",
115+
"content": "This is the demonstration dashboard for Banana, a port of Kibana for Solr. This points to a collection called logstash\\_logs. If you followed the QuickStart instructions provided by the Solr Output Writer for LogStash, you will see example data here. \n\nTo build your own dashboards, first get time series data into a collection. Then you can begin with this dashboard and configure it to fit your needs.",
119116
"style": {},
120117
"title": "Welcome to Banana"
121118
}
122119
]
123120
},
121+
{
122+
"title": "Filter",
123+
"height": "150px",
124+
"editable": true,
125+
"collapse": true,
126+
"collapsable": true,
127+
"panels": [
128+
{
129+
"error": false,
130+
"span": 12,
131+
"editable": true,
132+
"type": "filtering",
133+
"loadingEditor": false,
134+
"title": "Filter"
135+
}
136+
]
137+
},
124138
{
125139
"title": "Graph",
126140
"height": "350px",
@@ -141,7 +155,7 @@
141155
"max_rows": 100000,
142156
"auto_int": true,
143157
"resolution": 100,
144-
"interval": "12h",
158+
"interval": "10m",
145159
"fill": 3,
146160
"linewidth": 3,
147161
"timezone": "browser",
@@ -161,7 +175,7 @@
161175
"ids": [
162176
0
163177
],
164-
"query": "q=*:*",
178+
"query": "q=error&df=message&df=host&df=path&df=type&wt=json&rows=0&fq=event_timestamp:[2014-04-01T07:47:30.228Z%20TO%202014-04-02T07:47:30.228Z]&facet=true&facet.range=event_timestamp&facet.range.start=2014-04-01T07:47:30.228Z/DAY&facet.range.end=2014-04-02T07:47:30.228Z%2B1DAY/DAY&facet.range.gap=%2B10MINUTE",
165179
"custom": ""
166180
},
167181
"title": "System Log Messages",
@@ -184,7 +198,9 @@
184198
"tooltip": {
185199
"value_type": "cumulative",
186200
"query_as_alias": false
187-
}
201+
},
202+
"group_field": null,
203+
"error": false
188204
},
189205
{
190206
"error": false,
@@ -197,7 +213,7 @@
197213
"ids": [
198214
0
199215
],
200-
"query": "q=*:*",
216+
"query": "q=error&df=message&df=host&df=path&df=type&wt=json&rows=0&fq=event_timestamp:[2014-04-01T07:47:30.228Z%20TO%202014-04-02T07:47:30.228Z]&facet=true&facet.field=syslog_program&facet.range=event_timestamp&facet.range.start=2014-04-01T07:47:30.228Z&facet.range.end=2014-04-02T07:47:30.228Z&facet.range.gap=%2B1DAY&facet.limit=10",
201217
"custom": ""
202218
},
203219
"field": "syslog_program",
@@ -263,7 +279,7 @@
263279
"ids": [
264280
0
265281
],
266-
"query": "q=*:*",
282+
"query": "q=error&df=message&df=host&df=path&df=type&wt=json&rows=1000&fq=event_timestamp:[2014-04-01T07:47:30.228Z%20TO%202014-04-02T07:47:30.228Z]&sort=event_timestamp desc",
267283
"custom": ""
268284
},
269285
"field_list": true,

0 commit comments

Comments
 (0)