Menu

Elasticsearch (Docker)

Elasticsearch is a higly-available, distributed and scalable search Engine. Elastic search is based on a restful api and indexes data with http Put requests. It associated with kibana Logstash in order to visualizes data and transform it. Hadoop being the place of big data , Elasticsearch integrates perfeclty into it. Ryba can deploy Elasticsearch in the secured Hadoop cluster.

Elastic search configuration for hadoop can be found at Hortonworks Section

module.exports =
  deps:
    docker: module: 'masson/commons/docker', local: true
    iptables: module: 'masson/core/iptables', local: true
    ssl: module: 'masson/core/ssl', local: true
    esdocker: module: 'ryba/esdocker'
    swarm_manager: module: 'ryba/swarm/manager'
  configure:
    'ryba/esdocker/configure'
  commands:
    'install': [
      'ryba/esdocker/install'
    ]
    'prepare':
      'ryba/esdocker/prepare'