Skip to content

Commit 963fb15

Browse files
committed
Add opensearch-mixin
Signed-off-by: Jan Horstmann <horstmann@osism.tech>
1 parent d375024 commit 963fb15

File tree

8 files changed

+6411
-0
lines changed

8 files changed

+6411
-0
lines changed

.src/jsonnetfile.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@
1919
},
2020
"version": "main"
2121
},
22+
{
23+
"source": {
24+
"git": {
25+
"remote": "https://github.com/grafana/jsonnet-libs.git",
26+
"subdir": "opensearch-mixin"
27+
}
28+
},
29+
"version": "master"
30+
},
2231
{
2332
"source": {
2433
"git": {

.src/jsonnetfile.lock.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,26 @@
3131
"version": "d20e609202733790caf5b554c9945d049f243ae3",
3232
"sum": "V9vAj21qJOc2DlMPDgB1eEjSQU4A+sAA4AXuJ6bd4xc="
3333
},
34+
{
35+
"source": {
36+
"git": {
37+
"remote": "https://github.com/grafana/grafonnet.git",
38+
"subdir": "gen/grafonnet-v10.0.0"
39+
}
40+
},
41+
"version": "d20e609202733790caf5b554c9945d049f243ae3",
42+
"sum": "xdcrJPJlpkq4+5LpGwN4tPAuheNNLXZjE6tDcyvFjr0="
43+
},
44+
{
45+
"source": {
46+
"git": {
47+
"remote": "https://github.com/grafana/grafonnet.git",
48+
"subdir": "gen/grafonnet-v11.0.0"
49+
}
50+
},
51+
"version": "d20e609202733790caf5b554c9945d049f243ae3",
52+
"sum": "0BvzR0i4bS4hc2O3xDv6i9m52z7mPrjvqxtcPrGhynA="
53+
},
3454
{
3555
"source": {
3656
"git": {
@@ -41,6 +61,26 @@
4161
"version": "d20e609202733790caf5b554c9945d049f243ae3",
4262
"sum": "aVAX09paQYNOoCSKVpuk1exVIyBoMt/C50QJI+Q/3nA="
4363
},
64+
{
65+
"source": {
66+
"git": {
67+
"remote": "https://github.com/grafana/jsonnet-libs.git",
68+
"subdir": "common-lib"
69+
}
70+
},
71+
"version": "748f8a97f55b2575692d1990138da84c270704fa",
72+
"sum": "Xf97LP+mlGaIScWBqUbbn4If2Sv/aolTy3++Gnk6spI="
73+
},
74+
{
75+
"source": {
76+
"git": {
77+
"remote": "https://github.com/grafana/jsonnet-libs.git",
78+
"subdir": "opensearch-mixin"
79+
}
80+
},
81+
"version": "748f8a97f55b2575692d1990138da84c270704fa",
82+
"sum": "txOe5eitKYq/DgxdYSSSRdeRK/yPqjRXWvYBsnR8hL8="
83+
},
4484
{
4585
"source": {
4686
"git": {
@@ -90,6 +130,16 @@
90130
},
91131
"version": "d173c0b61c6658be00d5502c76c9226b7f643017",
92132
"sum": "CwaQpW66lHx+++sY2g4BgrUTEFZtlDnQzFjo0AlgfIg="
133+
},
134+
{
135+
"source": {
136+
"git": {
137+
"remote": "https://github.com/yugui/jsonnetunit.git",
138+
"subdir": "jsonnetunit"
139+
}
140+
},
141+
"version": "6927c58cae7624a00f368b977ccc477d4f74071f",
142+
"sum": "9FFqqln65hooRF0l6rjICDtnTxUlmDj34+sKMh4sjPI="
93143
}
94144
],
95145
"legacyImports": false
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
local opensearch = import "opensearch-mixin/mixin.libsonnet";
2+
3+
opensearch {
4+
_config+:: {
5+
enableLokiLogs: false,
6+
},
7+
prometheusRules+: {},
8+
prometheusAlerts+: {},
9+
grafanaDashboards+: {}
10+
}

0 commit comments

Comments
 (0)