Skip to content

Commit 6aa466b

Browse files
committed
DPLive debugging 2
Signed-off-by: Kondaka <[email protected]>
1 parent 311cc43 commit 6aa466b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dplive.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: DP Live Debugger
33
on:
44
workflow_dispatch:
55
inputs:
6-
configuration:
7-
description: "data prepper pipeline configuration"
8-
required: true
9-
type: string
6+
configuration:
7+
description: "data prepper pipeline configuration"
8+
required: true
9+
type: string
1010

1111
permissions:
1212
id-token: write
@@ -17,8 +17,8 @@ jobs:
1717
- name: Run DataPrepper docker
1818
run: |
1919
echo "test input line" > input-file
20-
echo "sample-pipeline:\n\tsource:\n\t\tfile:\n\t\t\tpath:"./input-file"\n\tsink:\n\t\tfile:\n\t\t\tpath:"./output-file" >pipeline-config.yaml
21-
echo "ssl: false" > data-prepper-config.yaml
20+
echo "sample-pipeline:\n\tsource:\n\t\tfile:\n\t\t\tpath:"./input-file"\n\tsink:\n\t\tfile:\n\t\t\tpath:"./output-file" >pipeline-config.yaml
21+
echo "ssl: false" > data-prepper-config.yaml
2222
docker pull opensearch-data-prepper:latest
2323
docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" -d opensearchproject/opensearch:${{ matrix.opensearch }}
2424
docker run --name data-prepper --network host -v pipeline-config.yaml:/usr/share/data-prepper/pipelines/pipelines.yaml -v ./data-prepper-config.yaml:/usr/share/data-prepper/config/data-prepper-config.yaml opensearch-data-prepper:latest

0 commit comments

Comments
 (0)