forked from xco-sk/eck-custom-resources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkibana.eck_v1alpha1_dashboard.yaml
33 lines (33 loc) · 1.16 KB
/
kibana.eck_v1alpha1_dashboard.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
apiVersion: kibana.eck.github.com/v1alpha1
kind: Dashboard
metadata:
name: dashboard-sample
spec:
targetInstance:
name: kibana-quickstart
space: space-sample
dependencies:
- type: lens
name: lens-sample
body: |
{
"attributes": {
"title": "Sample dashboard",
"hits": 0,
"description": "",
"panelsJSON": "[{\"version\":\"8.1.0\",\"type\":\"lens\",\"gridData\":{\"x\":0,\"y\":0,\"w\":24,\"h\":15,\"i\":\"4cfcdf6b-1729-4467-a911-c69be15d58f8\"},\"panelIndex\":\"4cfcdf6b-1729-4467-a911-c69be15d58f8\",\"embeddableConfig\":{\"enhancements\":{}},\"panelRefName\":\"panel_4cfcdf6b-1729-4467-a911-c69be15d58f8\"}]",
"optionsJSON": "{\"useMargins\":true,\"syncColors\":false,\"hidePanelTitles\":false}",
"version": 1,
"timeRestore": false,
"kibanaSavedObjectMeta": {
"searchSourceJSON": "{\"query\":{\"query\":\"\",\"language\":\"kuery\"},\"filter\":[]}"
}
},
"references": [
{
"name": "4cfcdf6b-1729-4467-a911-c69be15d58f8:panel_4cfcdf6b-1729-4467-a911-c69be15d58f8",
"type": "lens",
"id": "lens-sample"
}
]
}