Skip to content

Commit

Permalink
update data-prepper config files
Browse files Browse the repository at this point in the history
Signed-off-by: YANGDB <[email protected]>
  • Loading branch information
YANG-DB committed Nov 6, 2023
1 parent 3c07b02 commit 3a26e77
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -755,8 +755,8 @@ services:
data-prepper:
image: opensearchproject/data-prepper:latest
volumes:
- ./src/opensearch/pipelines.yaml:/usr/share/data-prepper/pipelines/pipelines.yaml
- ./src/opensearch/data-prepper-config.yaml:/usr/share/data-prepper/config/data-prepper-config.yaml
- ./src/dataprepper/pipelines.yaml:/usr/share/data-prepper/pipelines/pipelines.yaml
- ./src/dataprepper/data-prepper-config.yaml:/usr/share/data-prepper/config/data-prepper-config.yaml
ports:
- "21892"
logging: *logging
Expand Down
4 changes: 3 additions & 1 deletion src/dataprepper/data-prepper-config.yaml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
ssl: false
# SPDX-License-Identifier: Apache-2.0

ssl: false
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ demo-pipeline:
ssl: false
sink:
- opensearch:
hosts: ["http://opensearch:9200"]
hosts: ["https://opensearch:9200"]
insecure: true
username: admin
password: admin
Expand Down
4 changes: 0 additions & 4 deletions src/opensearch/data-prepper-config.yaml

This file was deleted.

0 comments on commit 3a26e77

Please sign in to comment.