You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: support cloud OpenSearch via environment variables
- Make OpenSearch Dashboards URL configurable (host, port, protocol)
- Move opensearch and opensearch-dashboards to docker-compose.local-opensearch.yml,
included by default; comment out INCLUDE_COMPOSE_LOCAL_OPENSEARCH in .env to
switch to a cloud cluster
- Make data-prepper pipelines use OPENSEARCH_HOST/PORT placeholders instead of
hardcoded opensearch:9200
- Move opensearch-dashboards-init to main compose file so it works with both
local and cloud deployments
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: fudongying <fudongying@bytedance.com>
* feat: kylehounslow's comment
Signed-off-by: fudongying <fudongying@bytedance.com>
* fix: harden install.sh and document TLS skip-verify behavior
- Extract read_env_var() helper in install.sh to safely read .env values
without crashing on missing keys (grep non-zero exit + set -e/pipefail)
- Add -k flag to OSD health check curl so HTTPS cloud Dashboards do not hang
- Document in README that all HTTPS connections skip certificate verification
(Data Prepper, OSD config, init script, install.sh health checks) and
list where to enable verification for production environments
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: fudongying <fudongying@bytedance.com>
* chore: delete auth info in document
Signed-off-by: fudongying <fudongying@bytedance.com>
---------
Signed-off-by: fudongying <fudongying@bytedance.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments