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!

Introducing the 2024 SplunkTrust!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...