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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...