Skip to content

Commit

Permalink
Add opensearch-mixin
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Horstmann <horstmann@osism.tech>
  • Loading branch information
janhorstmann committed Nov 9, 2024
1 parent 299b20e commit 665ae7d
Show file tree
Hide file tree
Showing 8 changed files with 6,411 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .src/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
},
"version": "main"
},
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "opensearch-mixin"
}
},
"version": "master"
},
{
"source": {
"git": {
Expand Down
50 changes: 50 additions & 0 deletions .src/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,26 @@
"version": "82a19822e54a0a12a51e24dbd48fcde717dc0864",
"sum": "64fMUPI3frXGj4X1FqFd1t7r04w3CUSmXaDcJ23EYbQ="
},
{
"source": {
"git": {
"remote": "https://github.com/grafana/grafonnet.git",
"subdir": "gen/grafonnet-v10.0.0"
}
},
"version": "82a19822e54a0a12a51e24dbd48fcde717dc0864",
"sum": "xdcrJPJlpkq4+5LpGwN4tPAuheNNLXZjE6tDcyvFjr0="
},
{
"source": {
"git": {
"remote": "https://github.com/grafana/grafonnet.git",
"subdir": "gen/grafonnet-v11.0.0"
}
},
"version": "82a19822e54a0a12a51e24dbd48fcde717dc0864",
"sum": "0BvzR0i4bS4hc2O3xDv6i9m52z7mPrjvqxtcPrGhynA="
},
{
"source": {
"git": {
Expand All @@ -51,6 +71,16 @@
"version": "82a19822e54a0a12a51e24dbd48fcde717dc0864",
"sum": "41w7p/rwrNsITqNHMXtGSJAfAyKmnflg6rFhKBduUxM="
},
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "common-lib"
}
},
"version": "a8fc2139d881ae632a8c956eb9dd4b84b24f362e",
"sum": "c2Omoqo8FTwR/V3VC+hRN5CEyI0UDD1OyYXnEqwiKLY="
},
{
"source": {
"git": {
Expand All @@ -61,6 +91,16 @@
"version": "a8fc2139d881ae632a8c956eb9dd4b84b24f362e",
"sum": "yxqWcq/N3E/a/XreeU6EuE6X7kYPnG0AspAQFKOjASo="
},
{
"source": {
"git": {
"remote": "https://github.com/grafana/jsonnet-libs.git",
"subdir": "opensearch-mixin"
}
},
"version": "a8fc2139d881ae632a8c956eb9dd4b84b24f362e",
"sum": "AK83KBy5roMxhT0taG54ERV20oG9mhaCJA+EHRzuPO4="
},
{
"source": {
"git": {
Expand Down Expand Up @@ -110,6 +150,16 @@
},
"version": "d3074b39c38493ebb81514c0ec962b7853ed0162",
"sum": "dYLcLzGH4yF3qB7OGC/7z4nqeTNjv42L7Q3BENU8XJI="
},
{
"source": {
"git": {
"remote": "https://github.com/yugui/jsonnetunit.git",
"subdir": "jsonnetunit"
}
},
"version": "6927c58cae7624a00f368b977ccc477d4f74071f",
"sum": "9FFqqln65hooRF0l6rjICDtnTxUlmDj34+sKMh4sjPI="
}
],
"legacyImports": false
Expand Down
10 changes: 10 additions & 0 deletions .src/mixins/infrastructure/opensearch.libsonnet
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
local opensearch = import "opensearch-mixin/mixin.libsonnet";

opensearch {
_config+:: {
enableLokiLogs: false,
},
prometheusRules+: {},
prometheusAlerts+: {},
grafanaDashboards+: {}
}
Loading

0 comments on commit 665ae7d

Please sign in to comment.