瀏覽代碼

Increase /opt/splunk to 60GB on AFS and MOOSE

Fred Damstra [afs macbook] 4 年之前
父節點
當前提交
11970c19ea

+ 1 - 1
prod/aws-us-gov/mdr-prod-afs/160-splunk-indexer-cluster/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/splunk_servers/indexer_cluster?ref=v1.24.14"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/splunk_servers/indexer_cluster?ref=v2.0.7"
 }
 
 dependency "vpc" {

+ 1 - 1
prod/aws-us-gov/mdr-prod-afs/account.hcl

@@ -74,7 +74,7 @@ locals {
       "/var/log": 8, # minimum: 8
       "/var/log/audit": 8, # minimum: 8
       "/tmp": 4,  # minimum: 4
-      "/opt/splunk": 30, # No minimum; not in base image
+      "/opt/splunk": 60, # No minimum; not in base image
     },
     "searchhead" = {
       "swap": 8,  # minimum: 8

+ 1 - 1
prod/aws-us-gov/mdr-prod-c2/160-splunk-indexer-cluster/terragrunt.hcl

@@ -13,7 +13,7 @@ locals {
 # working directory, into a temporary folder, and execute your Terraform commands in that folder.
 terraform {
   # Double slash is intentional and required to show root of modules
-  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/splunk_servers/indexer_cluster?ref=v1.24.14"
+  source = "git@github.xdr.accenturefederalcyber.com:mdr-engineering/xdr-terraform-modules.git//base/splunk_servers/indexer_cluster?ref=v2.0.7"
 }
 
 dependency "vpc" {

+ 1 - 1
prod/aws-us-gov/mdr-prod-c2/account.hcl

@@ -56,7 +56,7 @@ locals {
       "/var/log": 8, # minimum: 8
       "/var/log/audit": 8, # minimum: 8
       "/tmp": 4,  # minimum: 4
-      "/opt/splunk": 30, # No minimum; not in base image
+      "/opt/splunk": 60, # No minimum; not in base image
     },
     "searchhead" = {
       "swap": 8,  # minimum: 8