Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use my own elasticsearch instance? helm config #3434

Closed
1 of 4 tasks
dbones opened this issue Sep 7, 2019 · 2 comments
Closed
1 of 4 tasks

use my own elasticsearch instance? helm config #3434

dbones opened this issue Sep 7, 2019 · 2 comments
Labels
question End user question and discussion.
Milestone

Comments

@dbones
Copy link

dbones commented Sep 7, 2019

Please answer these questions before submitting your issue.

  • Why do you submit this issue?
  • Question or discussion
  • Bug
  • Requirement
  • Feature or performance improvement

Question

  • What do you want to know?

I have my own existing elastic search server (i.e. either a single-node or one i will setup via aws) how can i configure this via the helm chart?

@wu-sheng wu-sheng added the question End user question and discussion. label Sep 7, 2019
@wu-sheng wu-sheng added this to the 6.4.0 milestone Sep 7, 2019
@wu-sheng
Copy link
Member

wu-sheng commented Sep 7, 2019

Set the value of this https://github.com/apache/skywalking-kubernetes/blob/master/helm-chart/6.1.0/templates/oap-deployment.yaml#L94

SW_STORAGE_ES_CLUSTER_NODES is the system env name for this. Check the https://github.com/apache/skywalking/blob/master/oap-server/server-starter/src/main/assembly/application.yml#L73-L92 System env names are there.

Also, recommend do quick start at local first, only jdk 8 required to test.

@wu-sheng wu-sheng closed this as completed Sep 7, 2019
@hanahmily
Copy link
Contributor

Helm chart doesn't support external elasticsearch instance right now. If you want to use it anyway, oap-deployment should be updated and elasticsearch.enable set to false to remove internal es installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question End user question and discussion.
Projects
None yet
Development

No branches or pull requests

3 participants