splunk bookmark fixed

This commit is contained in:
Birk Bohne 2025-08-11 00:14:40 +02:00
parent e6d8522316
commit 70332d8a31
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -85,13 +85,13 @@ metadata:
name: splunk-config
data:
SPLUNK_START_ARGS: "--accept-license"
SPLUNK_PASSWORD: demo1234
SPLUNK_PASSWORD: demo123456
SPLUNK_ROLE: splunk_indexer
SPLUNK_CLUSTER_MASTER_URL: master
SPLUNK_INDEXER_URL: indexer-0,indexer-1,indexer-2
SPLUNK_SEARCH_HEAD_URL: search-0,search-1
SPLUNK_DEPLOYER_URL: deployer
SPLUNK_SEARCH_HEAD_CAPTAIN_URL: captain-0
SPLUNK_IDXC_SECRET: demoidx1234
SPLUNK_SHC_SECRET: demoshc1234
SPLUNK_IDXC_SECRET: demoidx123456
SPLUNK_SHC_SECRET: demoshc123456
SPLUNK_LICENSE_MASTER_URL: license-master

View File

@ -123,7 +123,7 @@
})
(lib.mkIf osConfig.beancloud.software.splunk {
name = "Splunk";
url = "http://localhost:8000";
url = "http://192.168.101.10:8000";
})
]];
}