Skip to content

Tangerine-Community/tangerine-reports

Repository files navigation

tangerine-reports

Install, configure, and start

Prereqs: Docker, Docker Compose

# Get the project.
git clone [email protected]:tangerine-community/tangerine-reports
cd tangerine-reports

# Copy and edit the logstash.conf file to contain your desired connection details to couchdb.
cp logstash.conf_template ./logstash/pipeline/logstash.conf
vim ./logstash/pipeline/logstash.conf

# Copy and modify the searchguard user passwords.
cp sg_internal_users.yml_template elasticsearch/config/sg/sg_internal_users.yml
vim elasticsearch/config/sg/sg_internal_users.yml

# Add your static site for viewing reports.
cp -r <path of your static site> www

# Start the services.
./start.sh

Go to http://<address of your host machine>:5601

Stop services

cd tangerine-reports
docker-compose down

Credits

Some provisioning scripts based on https://github.com/deviantony/docker-elk/tree/searchguard

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published