splunk bookmark fixed
This commit is contained in:
parent
e6d8522316
commit
70332d8a31
@ -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
|
@ -123,7 +123,7 @@
|
||||
})
|
||||
(lib.mkIf osConfig.beancloud.software.splunk {
|
||||
name = "Splunk";
|
||||
url = "http://localhost:8000";
|
||||
url = "http://192.168.101.10:8000";
|
||||
})
|
||||
]];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user