Coder Social home page Coder Social logo

linsomniac / community.elastic Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ansible-collections/community.elastic

0.0 0.0 0.0 184 KB

Home Page: http://galaxy.ansible.com/community/elastic

License: GNU General Public License v3.0

Shell 0.94% Python 99.06%

community.elastic's Introduction

community.elastic

CI Build & Publish Collection

This Ansible collection provides modules to work with Elasticsearch instances and clusters.

Installing the official release

ansible-galaxy collection install community.elastic

Installing the latest development version

Both Elasticsearch server version 7 and 8 are supported. But the version of elasticesearch Python library must be aligned with Elasticsearch server.

pip install elasticsearch==7.*  # To connect to Elasticsearch 7.x
pip install elasticsearch==8.*  # To connect to Elasticsearch 8.x
ansible-galaxy collection install https://github.com/ansible-collections/community.elastic/releases/download/latest/community-elastic-latest.tar.gz

Collection Contents

These modules are tested on Debian and RHEL based distributions.

Modules

  • elastic_bulk: Perform actions with documents using the Bulk API.
  • elastic_cluster_health: Validate cluster health.
  • elastic_cluster_settings: Manage Elastic Search Cluster Settings.
  • elastic_index: Manage Elasticsearch indexes.
  • elastic_index_info: Returns info about Elasticsearch indexes.
  • elastic_index_lifecycle: Manage Elasticsearch Index Lifecyles.
  • elastic_keystore: Manage entries in the Elasticsearch keystore.
  • elastic_pipeline: Manage Elasticsearch Pipelines.
  • elastic_reindex: Copies documents from a source to a destination.
  • elastic_role: Manage Elasticsearch user roles.
  • elastic_rollup: Manage Elasticsearch Rollup Jobs.
  • elastic_snapshot: Manage Elasticsearch Snapshots.
  • elastic_snapshot_repository: Manage Elasticsearch Snapshot Repositories.
  • elastic_transform: Manage Elasticsearch Transform Jobs.
  • elastic_user: Manage Elasticsearch users.

Running the integration tests

The ansible-test tool requires a specific directory hierarchy to function correctly so please follow carefully. Many of these test make use of docker-compose to launch Elastic Clusters. These tests should be run in a isolated Linux environment.

  • Create the required directory structure. N-B. The ansible-test tool requires this format.
mkdir -p git/ansible_collections/community
cd git/ansible_collections/community
  • Clone the required projects.
git clone  https://github.com/ansible-collections/community.elastic.git ./elastic
git clone  https://github.com/ansible-collections/community.general.git ./general
  • Create and activate a virtual environment.
virtualenv venv
source venv/bin/activate
  • Change to the project directory.
cd elastic
  • Install the devel branch of ansible-base.
pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check

Please note that most of these integration tests are intended to run directly in GitHUb Actions and running them locally may make changes to the executing computer. You can use the docker flag to avoid that but many of these tests won't work in those conditions.

  • Set elasticsearch and kibana version to integration_config.yml Please set elasticsearch_version and kibana_version to tests/integration/integration_config.yml. Refference: tests/integration/integration_config.yml.template

  • Run integration tests for the elastic_user module.

ansible-test integration -v --color yes --python 3.6 elastic_user
  • Run integration tests for the elastic_cluster_health module.
ansible-test integration -v --color yes --python 3.6 elastic_cluster_health
  • Run tests for everything in the collection.
ansible-test integration -v --color yes --python 3.6

community.elastic's People

Contributors

rhysmeister avatar linsomniac avatar jpmat296 avatar bndabbs avatar gundalow avatar masa-orca avatar dblugeon 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.