Skip to content

Run rally, the official benchmarking tool for Elasticsearch with Ansible and output the results in json-format

Notifications You must be signed in to change notification settings

SamyCoenen/ansible-benchmark-esrally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible Benchmark Esrally

Execute esrally to benchmark Elasticsearch and get the results in json-format.

Requirements

Download my custom filters from the Github repository.

Role Variables

track: geonames
challenge: append-no-conflicts
git_folder: /tmp/esrally
config.version: 8
env.name: rally
root.dir: /home/es/.rally/benchmarks
java8.home: /usr/lib/jvm/java-8-openjdk-amd64
local.dataset.cache: ${node:root.dir}/data
datastore.type: elasticsearch
datastore.host: localhost
datastore.port: 9200
datastore.secure: False
datastore.user: elastic
datastore.password: changeme
default.track.url: https://github.com/elastic/rally-tracks
preserve_benchmark_candidate: True
cluster_health: yellowl.

Dependencies

  • geerlingguy.java
  • samycoenen.ansible-role-esrally

Example Playbook

- hosts: servers
  vars:
    datastore_host: elasticsearch.example.com
  roles:
     - samycoenen.ansible-benchmark-esrally

License

EUPL v1.2

Author Information

This role was created in 2017 by Samy Coenen.

About

Run rally, the official benchmarking tool for Elasticsearch with Ansible and output the results in json-format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published