Skip to content

Commit

Permalink
Updating readme for cluster docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Mar 14, 2024
1 parent fda2169 commit 2911fe6
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:

```
To start up a three node cluster run `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 2911fe6

Please sign in to comment.