From ffca1c90b915d3adcc22552f08d679d3f5652275 Mon Sep 17 00:00:00 2001 From: noraisk Date: Wed, 4 Jan 2023 22:32:43 +0200 Subject: [PATCH] Minor command line fixes (#2287) * Minor command line fixes 1. fixed pipelines.yaml destination path 2. fixed image repository name * Update _data-prepper/get-started.md Co-authored-by: Caroline <113052567+carolxob@users.noreply.github.com> Co-authored-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com> Co-authored-by: Caroline <113052567+carolxob@users.noreply.github.com> --- _data-prepper/get-started.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_data-prepper/get-started.md b/_data-prepper/get-started.md index 8141ef93..5a3ca15b 100644 --- a/_data-prepper/get-started.md +++ b/_data-prepper/get-started.md @@ -65,11 +65,11 @@ Run the following command with your pipeline configuration YAML. ```bash docker run --name data-prepper \ - -v /full/path/to/pipelines.yaml:/usr/share/data-prepper/pipelines.yaml \ - opensearchproject/opensearch-data-prepper:latest + -v /full/path/to/pipelines.yaml:/usr/share/data-prepper/pipelines/pipelines.yaml \ + opensearchproject/data-prepper:latest ``` -This sample pipeline configuration above demonstrates a simple pipeline with a source (`random`) sending data to a sink (`stdout`). For more examples and details on more advanced pipeline configurations, see [Pipelines]({{site.url}}{{site.baseurl}}/clients/data-prepper/pipelines). +This sample pipeline configuration above demonstrates a simple pipeline with a source (`random`) sending data to a sink (`stdout`). For more examples and details about more advanced pipeline configurations, see [Pipelines]({{site.url}}{{site.baseurl}}/clients/data-prepper/pipelines). After starting Data Prepper, you should see log output and some UUIDs after a few seconds: