https://github.com/sscarduzio/ror-docker-demo
All in one ELK + ReadonlyREST Free + ReadonlyREST Enterprise docker container for demo purposes
https://github.com/sscarduzio/ror-docker-demo
docker elasticsearch elk elk-stack kibana multitenancy security
Last synced: 5 months ago
JSON representation
All in one ELK + ReadonlyREST Free + ReadonlyREST Enterprise docker container for demo purposes
- Host: GitHub
- URL: https://github.com/sscarduzio/ror-docker-demo
- Owner: sscarduzio
- Created: 2019-05-21T15:37:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T11:09:47.000Z (over 3 years ago)
- Last Synced: 2025-10-13T22:13:43.593Z (9 months ago)
- Topics: docker, elasticsearch, elk, elk-stack, kibana, multitenancy, security
- Language: Dockerfile
- Homepage: https://readonlyrest.com
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ElasticStack all-on-one container with ReadonlyREST Enterprise
This project is designed to install ElasticSearch, Kibana and ReadonlyREST Enterprise trial edition.
## First steps
```
make run
```
Open your browser to http://localhost:5601 and login with admin:passwd.
## Makefile targets
```
Elasticstack: 0.1.0
Usage:
make
Docker
build build the container
shell get a shell in the container
run get a shell in the container
attach Attach
stop get a shell in the container
clean Clean docker container and image
Helpers
cloc Show Lines of Code analysis
help Display this help
```
## Credits
This project is based on the great work of Greg Trahair