Commit 3fe94734 by Rashid Khan

Remove idQueue from filter and query services in dashboards

parent a02db6d5
......@@ -2,12 +2,6 @@
"title": "New Dashboard",
"services": {
"query": {
"idQueue": [
1,
2,
3,
4
],
"list": {
"0": {
"query": "*",
......@@ -21,11 +15,6 @@
]
},
"filter": {
"idQueue": [
0,
1,
2
],
"list": {},
"ids": []
}
......
......@@ -2,12 +2,6 @@
"title": "Introduction",
"services": {
"query": {
"idQueue": [
1,
2,
3,
4
],
"list": {
"0": {
"query": "*",
......@@ -23,11 +17,6 @@
]
},
"filter": {
"idQueue": [
0,
1,
2
],
"list": {},
"ids": []
}
......
......@@ -2,12 +2,6 @@
"title": "Your Basic Dashboard",
"services": {
"query": {
"idQueue": [
1,
2,
3,
4
],
"list": {
"0": {
"query": "*",
......@@ -23,11 +17,6 @@
]
},
"filter": {
"idQueue": [
0,
1,
2
],
"list": {},
"ids": []
}
......
......@@ -2,9 +2,6 @@
"title": "Logstash Search",
"services": {
"query": {
"idQueue": [
1
],
"list": {
"0": {
"query": "{{ARGS.query || '*'}}",
......@@ -20,9 +17,6 @@
]
},
"filter": {
"idQueue": [
1
],
"list": {
"0": {
"type": "time",
......
......@@ -2,12 +2,6 @@
"title": "A few notes",
"services": {
"query": {
"idQueue": [
1,
2,
3,
4
],
"list": {
"0": {
"query": "*",
......@@ -23,11 +17,6 @@
]
},
"filter": {
"idQueue": [
0,
1,
2
],
"list": {},
"ids": []
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment