BSonPosh
BSonPosh
8.1< slave/master 8.1 >= peer/manager
This causes deprecated errors. ``` - name: Configure search head to join indexer cluster command: "{{ splunk_home }}/bin/splunk edit cluster-config -mode searchhead -master_uri {{ splunk_uri_cm }} -secret {{ splunk_idxc_key }}...
I get an Ansible lint error... not sure if its a user bug, ansible bug or project bug :) Here is the play ``` --- - hosts: - manager roles:...
Has anyone experience issues with the `trap teardown SIGINT SIGTERM` not actually being "trapped" Using this ``` docker run --name so1 --hostname so1 -p 8000:8000 \ -e "SPLUNK_PASSWORD=P@ssw0rd!" \ -e...