This repository was archived by the owner on Feb 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,13 @@ Resources:
63
63
- 01_config-data-prepper
64
64
01_config-data-prepper :
65
65
files :
66
- " /etc/data-prepper/config.yaml " :
66
+ " /etc/data-prepper/data-prepper-config.yaml " :
67
+ content : !Sub |
68
+ ssl: false
69
+ mode : " 000400"
70
+ owner : root
71
+ group : root
72
+ " /etc/data-prepper/pipelines.yaml " :
67
73
content : !Sub |
68
74
entry-pipeline:
69
75
delay: "100"
@@ -126,7 +132,7 @@ Resources:
126
132
wget https://github.com/opendistro-for-elasticsearch/data-prepper/releases/download/v${DataPrepperVersion}/$RELEASE.tar.gz -O /tmp/$RELEASE.tar.gz
127
133
tar -xzf /tmp/$RELEASE.tar.gz --directory /usr/local/bin
128
134
/opt/aws/bin/cfn-init -v --stack ${AWS::StackId} --resource EC2Instance --region ${AWS::Region} --configsets default
129
- nohup /usr/local/bin/$RELEASE/data-prepper-tar-install.sh /etc/data-prepper/config.yaml > /var/log/data-prepper.out &
135
+ nohup /usr/local/bin/$RELEASE/data-prepper-tar-install.sh /etc/data-prepper/pipelines.yaml /etc/data-prepper/data-prepper- config.yaml > /var/log/data-prepper.out &
130
136
/opt/aws/bin/cfn-signal --stack ${AWS::StackId} --resource EC2Instance --region ${AWS::Region}
131
137
CreationPolicy :
132
138
ResourceSignal :
You can’t perform that action at this time.
0 commit comments