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: