Liking cljdoc? Tell your friends :D

re-cipes.apps.wazuh

Wazuh server on docker using:
https://documentation.wazuh.com/4.0/docker/wazuh-container.html#production-deployment
raw docstring

certsclj

Set up self signed certs

Set up self signed certs
sourceraw docstring

elastic-credsclj

Setup Elasticsearch password, the following method is used to generate the hash:

$ docker exec -it <container-id> chmod +x /usr/share/elasticsearch/plugins/opendistro_security/tools/hash.sh $ docker exec -it <container-id> /usr/share/elasticsearch/plugins/opendistro_security/tools/hash.sh -p <password>

Once the password hass been chaged delete the existing volumes:

$ docker-compose down -v

See also https://aws.amazon.com/blogs/opensource/change-passwords-open-distro-for-elasticsearch/

 Setup Elasticsearch password, the following method is used to generate the hash:

 $ docker exec -it <container-id> chmod +x /usr/share/elasticsearch/plugins/opendistro_security/tools/hash.sh
 $ docker exec -it <container-id> /usr/share/elasticsearch/plugins/opendistro_security/tools/hash.sh -p <password>

Once the password hass been chaged delete the existing volumes:

 $ docker-compose down -v

See also https://aws.amazon.com/blogs/opensource/change-passwords-open-distro-for-elasticsearch/
sourceraw docstring

get-sourceclj

Grabing Wazuh docker source

Grabing Wazuh docker source
sourceraw docstring

max-mapclj

Increasing max-map count

Increasing max-map count
sourceraw docstring

wazuh-credsclj

Setting up API/Elasticsearch creds

Setting up API/Elasticsearch creds
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close