Last active
August 29, 2015 14:07
-
-
Save up1/b814072431520eb4b1fe to your computer and use it in GitHub Desktop.
Demo :: Kibana
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
{ | |
"title": "My Music", | |
"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 | |
}, | |
"pulldowns": [ | |
{ | |
"type": "query", | |
"collapse": false, | |
"notice": false, | |
"enable": true, | |
"query": "*", | |
"pinned": true, | |
"history": [ | |
"*", | |
"", | |
"Book", | |
"Cat", | |
"Man UTD", | |
"Love Love", | |
"Zebra" | |
], | |
"remember": 10 | |
}, | |
{ | |
"type": "filtering", | |
"collapse": true, | |
"notice": false, | |
"enable": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment