Skip to content

This is a helm chart of Elastic that will be used with Graylog and Elastiflow

License

Notifications You must be signed in to change notification settings

AhmedGrati/elastic-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

elastic-helm-chart

This is a helm chart of Elastic that will be used with Graylog and Elastiflow.

Installing the chart

To install this chart, run the following commands:

  1. Create a database namespace, by running this command:
kubectl create ns database
  1. Pull the dependencies of this chart, by running this command:
helm dependency update ./elastic-helm-chart
  1. Create a secret that will hold the password of the elasticsearch database(the username could not be changed. It's elastic by default). It should look like this:
apiVersion: v1
kind: Secret
metadata:
  name: elastic-secret
  namespace: database
data:
  ELASTIC_PASSWORD: ZHVtbXk=
  1. Install the chart:

helm install elastic elastic-helm-chart -f elastic-helm-chart/values.yaml -n database

About

This is a helm chart of Elastic that will be used with Graylog and Elastiflow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published