Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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