diff --git a/_clients/data-prepper/get-started.md b/_clients/data-prepper/get-started.md index 3e1cad56ed..39be7a1cdd 100644 --- a/_clients/data-prepper/get-started.md +++ b/_clients/data-prepper/get-started.md @@ -64,11 +64,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: