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!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...