From 70332d8a315ba4299fe2eb95dae122fe6f2ba4bd Mon Sep 17 00:00:00 2001 From: Birk Bohne Date: Mon, 11 Aug 2025 00:14:40 +0200 Subject: [PATCH] splunk bookmark fixed --- software/kubernetes/manifests/splunkd.yaml | 6 +++--- users/demo/home/firefox.nix | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/software/kubernetes/manifests/splunkd.yaml b/software/kubernetes/manifests/splunkd.yaml index 33b3846..68dd64c 100644 --- a/software/kubernetes/manifests/splunkd.yaml +++ b/software/kubernetes/manifests/splunkd.yaml @@ -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 \ No newline at end of file diff --git a/users/demo/home/firefox.nix b/users/demo/home/firefox.nix index 02893d0..9980b0f 100644 --- a/users/demo/home/firefox.nix +++ b/users/demo/home/firefox.nix @@ -123,7 +123,7 @@ }) (lib.mkIf osConfig.beancloud.software.splunk { name = "Splunk"; - url = "http://localhost:8000"; + url = "http://192.168.101.10:8000"; }) ]]; }