Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T11:09:47.000Z (about 2 years ago)
- Last Synced: 2024-10-12T22:12:24.911Z (3 months ago)
- Topics: docker, elasticsearch, elk, elk-stack, kibana, multitenancy, security
- Language: Dockerfile
- Homepage: https://readonlyrest.com
- Size: 34.2 KB
- Stars: 1
- Watchers: 4
- 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.0Usage:
makeDocker
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 imageHelpers
cloc Show Lines of Code analysis
help Display this help
```## Credits
This project is based on the great work of Greg Trahair