All Projects → strapdata → helm-charts

strapdata / helm-charts

Licence: other
Strapdata HELM charts

Programming Languages

HTML
75241 projects

Strapdata HELM Charts Build Status

Strapdata Logo

Usage

Add this HELM repository

helm repo add strapdata https://charts.strapdata.com	

Update this HELM repository

helm repo update

Install charts

Install Elassandra from this HELM repository:

helm install --namespace "defaut" --set image.repo=strapdata/elassandra --set image.tag=6.2.3.11 strapdata/elassandra

Install Fluentbit with an Elasticsearch pipeline + template for an optimized storage with Elassandra

helm install --name my-fluentbit --set trackOffsets="true",\
backend.type="es",backend.es.host="elassandra-elasticsearch.default.svc.cluster.local",backend.es.time_key="es_time",backend.es.pipeline="fluentbit",\
parsers.enabled=true,parsers.json[0].name="docker",parsers.json[0].timeKey="time",parsers.json[0].timeFormat="%Y-%m-%dT%H:%M:%S.%L",parsers.json[0].timeKeep="Off" ./stable/fluent-bit
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].