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

Add parameters to configure an Elasticsearch coordinating node #291

Closed
3 tasks done
jm404 opened this issue Oct 30, 2019 · 1 comment
Closed
3 tasks done

Add parameters to configure an Elasticsearch coordinating node #291

jm404 opened this issue Oct 30, 2019 · 1 comment

Comments

@jm404
Copy link
Contributor

jm404 commented Oct 30, 2019

Wazuh version: Any

Elastic version: Any

Environment:

Any

Is this a bug report or a feature requests?:

Feature request

What is the current behavior?

It's not possible to define node.data and node.ingest which make impossible to configure a coordinating only that works with Kibana as described in Using Kibana in production guide from Elastic.

What is the motivation/use case for changing the behavior?

Implement required changes to make possible to install a Coordinating only ES.

Description:

Some of the tasks that must be performed are:

Tasks

  • Add required variables

  • Update the elasticsearch.yml template with the new variables

  • Test that when setting to false, the settings are being rendered properly

Best regards,

Jose

@jm404
Copy link
Contributor Author

jm404 commented Oct 30, 2019

Updated variables

ES default vars have been updated to make some format improvements. Also, elasticsearch_node_data: true and elasticsearch_node_ingest: true has been added to allow the configuration of a Coordinating Only node.

image

Commit: 9020e06

Update template to render the new variables

I updated the elasticsearch.yml template to properly render the new variables when setting to false.

image

Commit: a46b681

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants