Skip to content

Commit

Permalink
Minor command line fixes (#2287) (#2324)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>

Co-authored-by: Naarcha-AWS <[email protected]>
Co-authored-by: Caroline <[email protected]>
(cherry picked from commit ffca1c9)

Co-authored-by: noraisk <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and noraisk authored Jan 4, 2023
1 parent 51d2085 commit 52823ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _clients/data-prepper/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 52823ec

Please sign in to comment.