Splunk Dev

How to restart Django web framework?

bnorthway
Path Finder

I am developing a Splunk app. As with normal Django development (using runserver or your favorite application server), sometimes it is necessary to restart the Python process that is running Django. I don't need to restart the whole Splunk service. Does anyone know how I would restart the Python executable that loads the Django bindings/etc? Thank you.

0 Karma
1 Solution

bnorthway
Path Finder

I talked to Splunk support, and they suggested the following: $SPLUNK_HOME\bin\splunk.exe restartss You'll have to enter splunk admin credentials the first time, and it's not as fast as I'd like, but it does restart Django.

View solution in original post

andrewthyrd
New Member

I have the same problem - developing apps using the django bindings every time you make a change you need to restart the splunk service according the docs. Not sure how this will fly in production.

The restartss method mentioned works as an alternative, still not optimal though.

0 Karma

bnorthway
Path Finder

I talked to Splunk support, and they suggested the following: $SPLUNK_HOME\bin\splunk.exe restartss You'll have to enter splunk admin credentials the first time, and it's not as fast as I'd like, but it does restart Django.

KenWhitesell
Path Finder

According to what I'm seeing and reading, it appears to me that you can't do this with the default configuration. (And in fact, a netstat on the splunkd process shows that it's a single PID that owns both ports being opened - 8000 and 8089, so while they're separate logical entities, it's the same process running both.)

Reading further, I found that in order for this to work, you need to run Splunk in legacy mode- which according to the documentation is not the best way to run splunk. (See http://docs.splunk.com/Documentation/Splunk/6.2.3/Admin/StartSplunk)

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Persistent Queue at TcpOut — One of Splunk's Most Practical Features

Splunk introduced persistent queueing at the tcpout layer as one of the most practical resilience features in ...

Skip the Awkward Silence: Have a .conf-ersation at .conf26

Picture this. You arrive at .conf26 already having your socializing and networking plans mapped out. No ...

Rethinking Zero Trust: From Product Purchases to Logical Control Evidence

Note: This post outlines a proposed architecture and serves as an interest check. If we secure commitments ...