From faae3208f0af2c4fdaab93291482c4826d7bedd2 Mon Sep 17 00:00:00 2001 From: jzonthemtn Date: Thu, 16 Jun 2022 15:15:34 -0400 Subject: [PATCH] #682: Fixing docker image name. Signed-off-by: jzonthemtn --- _clients/data-prepper/pipelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_clients/data-prepper/pipelines.md b/_clients/data-prepper/pipelines.md index b664d98a..9f7bcd80 100644 --- a/_clients/data-prepper/pipelines.md +++ b/_clients/data-prepper/pipelines.md @@ -149,5 +149,5 @@ To configure the Data Prepper server, run Data Prepper with the additional yaml ```bash docker run --name data-prepper -v /full/path/to/pipelines.yaml:/usr/share/data-prepper/pipelines.yaml \ /full/path/to/data-prepper-config.yaml:/usr/share/data-prepper/data-prepper-config.yaml \ - opensearchproject/opensearch-data-prepper:latest + opensearchproject/data-prepper:latest ````