Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# ccd-elastic-search-cluster

This repository contains a pipeline that allows build an ElasticSearch cluster for CCD.

This repository contains a pipeline that allows the creation of an ElasticSearch v9 cluster for CCD.
2 changes: 1 addition & 1 deletion ansible/roles/elasticsearch/defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Elasticsearch default vars
elastic_search_version: "elasticsearch-7.17.28-amd64.deb"
elastic_search_version: "elasticsearch-9.1.2-amd64.deb"
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ variable "vmSizeAllNodes" {
variable "esVersion" {
description = "ES version"
type = string
default = "7.17.0"
default = "9.1.2"
}

variable "storageAccountType" {
Expand Down