Deployment Architecture

Splunk service on search heads going inactive after rolling restart

agentsofshield
Path Finder

I made a splunk.service file inside /etc/systemd/system so I could manage splunk like a service.
Here is what i wrote inside it:
`[Unit]
Description=Splunk

[Service]
Type=forking
ExecStart=/opt/splunk/bin/splunk start
ExecStop=/opt/splunk/bin/splunk stop
Restart=on-failure`

After I made the service, every time I did a rolling restart on the search heads the service became inactive in all of them.
Is the Restart=on-failure interfering with the restart? what can I do to fix it?

Thanks.

1 Solution

agentsofshield
Path Finder

The problem was indeed with Restart=on-failure it should be Restart=always and then it works like a charm!

View solution in original post

0 Karma

agentsofshield
Path Finder

The problem was indeed with Restart=on-failure it should be Restart=always and then it works like a charm!

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...