elk-upgrade
Elastic Stack Upgrade with Ansible
Last updated Jan 25, 2024
30
Stars
9
Forks
1
Issues
0
Stars/day
Attention Score
6
Language breakdown
No language data available.
▸ Files
click to expand
README
This code is published as part of the corresponding blog article at the Toptal Engineering Blog>
Visit https://www.toptal.com/blog and subscribe to our newsletter to read great posts!
Ansible Playbook to upgrade the Elastic Stack
For upgrades withing the same major version. Eg: 6.4.3 to 6.5.0.
Usage:
Edit the inventory to reflect your setup, run the playbook:
bash
$ ansible-playbook -i inventory -e elk_version=6.5.0 main.yml🔗 More in this category