Code Monkey home page Code Monkey logo

ansible-logstash-indexer's Introduction

logstash-indexer

Ansible role which installs and configures logstash-indexer.

Requirements

Tested on Anbsible 1.6

Role Variables

logstash_indexer_online_install: true                     # Whether or not to perform an online installation by downloading the installer
logstash_indexer_installer_path: /var/logstash_indexer    # Where to find the installer for an offline installation 
logstash_indexer_version: 1.4.0                           # The version of logstash to install
logstash_indexer_heap_size: 2g                            # JVM heap size
logstash_indexer_user: lsindex                            # User that will own the files and run the process
logstash_indexer_group: lsindex                           # Group that will own the files
logstash_indexer_redis_input_threads: 4                   # Number of redis input threads to run
logstash_indexer_base_install_dir: /apps                  # Where logstash will be installed
logstash_indexer_base_logs_dir: /logs                     # Where logstash will log to
logstash_indexer_base_data_dir: /data                     # Where logstash will store its data
logstash_indexer_redis_hosts:                             # Which redis servers to read from
    - redis1
    - redis2
    - redis3
logstash_indexer_elasticsearch_protocol: http             # Elasticsearch server output protocol
logstash_indexer_elasticsearch_host: es1                  # Elasticsearch server output host
logstash_indexer_elasticsearch_port: 9200                 # Elasticsearch server output port
logstash_indexer_java_home:                               # Specify java rather than try to detect

Dependencies

None

Example Playbook

- hosts: all
  sudo: yes
  roles:
     - logstash-indexer

License

MIT

Author Information

Jon Hadfield

ansible-logstash-indexer's People

Contributors

jonhadfield avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.