Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #119 from o19s/readme
Browse files Browse the repository at this point in the history
Updating readme for cluster docker
  • Loading branch information
epugh authored Mar 14, 2024
2 parents 24831b9 + b534d24 commit fe8d094
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,16 @@ Build the OpenSearch docker image and add the plugin:

`docker compose build`

Start the containers:
Start the container:

`docker compose up`

Or to start a three-node OpenSearch cluster:

```
docker compose -f docker-compose-cluster.yaml up
```

Initialize the `awesome` UBI store:

```
Expand Down Expand Up @@ -87,7 +93,3 @@ Found 8 indexed
```

This shows 8 total requests made by locust, and 8 events are in the index. The idea being we can assert that the number of events sent matches the events stored in the index.

## Starting up a Multi Node Cluster

To start up a three node cluster run `docker compose -f Dockerfile.prod up`

0 comments on commit fe8d094

Please sign in to comment.