Skip to content

adrys-lab/cek-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dockerized DEV environment

The scope of this project is to provide useful docker containers to ease development.

Tools in containers are:

  • Cassandra
  • Elasticsearch
  • Kibana

Cassandra

Elasticsearch.

Default deployed at: http://localhost:9200

Kibana

Useful to see and manage Elasticsearch data.

accessed via: http://localhost:5601

Usage

First of all clone this repository in your desired location.

To start docker containers:

docker-compose up

To stop docker containers:

docker-compose down

Scripts

under path ./scripts there are a set of useful Bash Scripts for Elasticsearch data management.

Elasticsearch

There are several util scripts for manage Elastic Search Data.

  • List Documents by ID
  • List Documents
  • List Indexes names
  • List the Platform health (indexes, Nº Documents per index, status...)
  • Add X sessions directly in elastic search with defined parameters (tenant, application, index, type....)
  • Add a session directly in elastic search

Example of use:

1- go to $WORKDIR/cek-docker/scripts/elasticsearch

2- Execute as : bash <path_to_script>.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published