-
Notifications
You must be signed in to change notification settings - Fork 1k
Migrate to OpenSearch #16180
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
Migrate to OpenSearch #16180
Conversation
RUN opensearch-plugin remove opensearch-skills --purge | ||
RUN opensearch-plugin remove opensearch-ml --purge | ||
RUN opensearch-plugin remove opensearch-neural-search --purge | ||
RUN opensearch-plugin remove opensearch-performance-analyzer --purge | ||
RUN opensearch-plugin remove opensearch-security-analytics --purge |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This culls a bunch of pointless plugins (for local dev) that just slow startup times down a ton.
- DISABLE_INSTALL_DEMO_CONFIG=true | ||
- DISABLE_SECURITY_PLUGIN=true | ||
- DISABLE_PERFORMANCE_ANALYZER_AGENT_CLI=true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This culls a bunch of pointless plugins (for local dev) that just slow startup times down a ton.
TBD on what happens with client upgrade... |
client update looking good, I plan to include it in this PR |
unblocks #14671 |
We migrated to an OpenSearch cluster on AWS, so update local dev to match.