Getting Data In

Is there a REST API for putting a Cluster Master into Maintenance mode?

mpham07
Path Finder

I was just curious about this since I couldn't find anything on it in the following page:

https://docs.splunk.com/Documentation/Splunk/8.0.1/RESTREF/RESTcluster

Thanks in advance.

0 Karma
1 Solution

mpham07
Path Finder

Hello all,

I originally wanted to test stuff with curl and ansible for putting the cluster master in maintenance-mode.

So I found a solution with Ansible from github so all credit goes to the link below:

  - name: "Put Splunk cluster into maintenance mode"
    command: /opt/splunk/bin/splunk enable maintenance-mode --answer-yes -auth "admin:vagrant"
    become: true
    become_user: splunk
    become_method: sudo
    changed_when: False
    ignore_errors: True
    no_log: True
    register: splunk_command_output

  - debug: msg="{{ splunk_command_output.stdout }}"

https://github.com/hortonew/VagrantConfigs/blob/master/Splunk/Splunk-Cluster/ansible/roles/splunk_cm...

View solution in original post

0 Karma

mpham07
Path Finder

Hello all,

I originally wanted to test stuff with curl and ansible for putting the cluster master in maintenance-mode.

So I found a solution with Ansible from github so all credit goes to the link below:

  - name: "Put Splunk cluster into maintenance mode"
    command: /opt/splunk/bin/splunk enable maintenance-mode --answer-yes -auth "admin:vagrant"
    become: true
    become_user: splunk
    become_method: sudo
    changed_when: False
    ignore_errors: True
    no_log: True
    register: splunk_command_output

  - debug: msg="{{ splunk_command_output.stdout }}"

https://github.com/hortonew/VagrantConfigs/blob/master/Splunk/Splunk-Cluster/ansible/roles/splunk_cm...

0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...