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(elasticsearch-5): Remove X-Pack extension #111

Merged
merged 1 commit into from
Jun 18, 2019
Merged

Conversation

orangejulius
Copy link
Member

@orangejulius orangejulius commented Jun 18, 2019

The X-Pack extensions to Elasticsearch are proprietary addons for
additional functionality, none of which is needed by Pelias.

In the past, we've made do with disabling some of them by environment
variable, however that still leaves them present to emit scary warnings
about licenses. These warnings probably are ok to ignore, again since
Pelias does not use any X-Pack features.

However, its best to avoid scary warnings where possible, so this change
removes the X-Pack plugin completely.

Fixes #110

The X-Pack extensions to Elasticsearch are proprietary addons for
additional functionality, none of which is needed by Pelias.

In the past, we've made due with disabling some of them by environment
variable, however that still leaves them present to emit scary warnings
about licenses. These warnings probably are ok to ignore, again since
Pelias does not use any X-Pack features.

However, its best to avoid scary warnings where possible, so this change
removes the X-Pack plugin completely.

Fixes #110
@orangejulius orangejulius mentioned this pull request Jun 18, 2019
@orangejulius orangejulius merged commit e42a8bd into master Jun 18, 2019
@orangejulius orangejulius deleted the disable-xpack branch June 18, 2019 16:38
@missinglink
Copy link
Member

@orangejulius
Copy link
Member Author

It doesn't look like it. I don't believe the AMIs built by packer have X-Pack installed. After spinning one up I don't see the warnings, and the x-pack plugin is not installed:

root@ip-172-16-2-10:/usr/share/elasticsearch/bin# ./elasticsearch-plugin  list
analysis-icu
discovery-ec2
repository-s3

calpb pushed a commit to sorelle/docker that referenced this pull request Mar 29, 2021
feat(elasticsearch-5): Remove X-Pack extension
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.

License expiring
2 participants