Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit-A committed Dec 4, 2018
1 parent 558fa13 commit 373f9a9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,20 @@ This is a simpler version of [aws-es-kibana](https://github.com/santthosh/aws-es

Run the docker container:

docker run \
-e AWS_ACCESS_KEY_ID='<Key ID>' \
-e AWS_SECRET_ACCESS_KEY='<Key>' \
-p 127.0.0.1:9200:9200 \
Amit-A/aws-es-kibana -b 0.0.0.0 <cluster-endpoint>
```bash
docker run \
-e AWS_ACCESS_KEY_ID='<Key ID>' \
-e AWS_SECRET_ACCESS_KEY='<Key>' \
-p 127.0.0.1:9200:9200 \
amitakumar/aws-es-kibana -b 0.0.0.0 <cluster-endpoint>
```

If you want to protect your endpoint with basic auth, add:

-e USER='<HTTP Auth Username>' \
-e PASSWORD='<HTTP Auth Password>' \
```bash
-e USER='<HTTP Auth Username>' \
-e PASSWORD='<HTTP Auth Password>' \
```

## Credits

Expand Down

0 comments on commit 373f9a9

Please sign in to comment.