Today I went to see a dam, it opens and closes when the boat comes in and out. They drain the water down so the level of the water is same as the lake. I saw the dam open and close when a boat came to the dam. Then we went to dynamic earth, that's the place when people used to come to mine in the pits, that's when kids and men were only allowed down there. people came from ( Europe, America etc). We had a tour down to the earth, I looked at the place where people would come to eat lunch. We put dynamites in holes and it blew up. We felt the dynamites explosion. We watched a movie when a meteor stuck the earth's crater and an explosion was caused. It was over 6billion years ago, I came up and bought a rock and the rocks name was amethyst. I went to the earth gallery which I looked at the rocks. I got to control the machines down in the pits. We went not long after that. I took some pictures at the dynamic earth. We came up through a cool elevator that you could watch movies over in the elavator. Then, we came up and started leaving for the hotel. It was a cool hotel and my tamagotchi had a baby. We came to the hotel and I ate corns for dinner. It was a rough day with so many adventures today.
Updating wazuh manager password in kubernetes
Updating wazuh manager password in kubernetes Updated as of 2025-11-06 After scouring the internet (where even the LLM was giving me wrong answers), I had to scour for information scattered across gitub issues and various blog posts. All of them were slightly wrong so I want to document my steps on updating the wazuh dashboard admin password for a kubernetes deployment of wazuh. Here is how I did it. The guide assumes the wazuh-kubernetes repository was used to deploy the cluster. Step 1 - Generate the password hash Shell into wazuh-indexer pod kubectl exec -it -n wazuh pod/wazuh-indexer-0 -- bash Generate password (the output will be a hash. Remember this!): export JAVA_HOME=/usr/share/wazuh-indexer/jdk bash /usr/share/wazuh-indexer/plugins/opensearch-security/tools/hash.sh < type your password > < PW_HASH > Step 2 - Base64 encode your password Outside of the indexer pod, base64 encode your password. We will need both later. echo -n < new_password...
Comments