File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ name: DP Live Debugger
3
3
on :
4
4
workflow_dispatch :
5
5
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
10
10
11
11
permissions :
12
12
id-token : write
17
17
- name : Run DataPrepper docker
18
18
run : |
19
19
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
22
22
docker pull opensearch-data-prepper:latest
23
23
docker run -p 9200:9200 -p 9600:9600 -e "discovery.type=single-node" -d opensearchproject/opensearch:${{ matrix.opensearch }}
24
24
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
You can’t perform that action at this time.
0 commit comments