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

feat: add opensearch options #518

Merged
merged 1 commit into from
Apr 4, 2023
Merged

Conversation

shyim
Copy link
Contributor

@shyim shyim commented Apr 3, 2023

Decouple OpenSearch from Elasticsearch Module like we did in nixpkgs.

  • Removed OpenSearch support from Elasticsearch + added assert so the users migrate to the new option
  • Used new style of options to the module to be more flexible than elasticsearch
services.opensearch = {
    enable = true;
    settings."node.name" = "foo";
};

@domenkozar domenkozar merged commit 5ddf7c1 into cachix:main Apr 4, 2023
83 checks passed
@shyim shyim deleted the add-opensearch-options branch April 5, 2023 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants