Installation

What does this TemplateLookupException error mean in the Windows DHCP app?

araitz
Splunk Employee
Splunk Employee
500 Internal Server Error
TemplateLookupException: Cant locate template for uri '/view/windhcp_form.html'
Tags (3)
1 Solution

araitz
Splunk Employee
Splunk Employee

You need to copy the windhcp_form.html mako template to the correct place in your installation.

The "Getting Started" instructions for the Windows DHCP app specify the following actions be performed after installation:

IMPORTANT To ensure the proper layout, you must copy ./WinDHCP/appserver/static/windhcp_form.html to $SPLUNK_HOME/share/splunk/search_mrsparkle/templates/view/ and then restart Splunk Web:

$ cp $SPLUNK_HOME/etc/apps/WinDHCP/appserver/static/windhcp_form.html $SPLUNK_HOME/share/splunk/search_mrsparkle/templates/view/ 
$ $SPLUNK_HOME/bin/splunk restart splunkweb

View solution in original post

araitz
Splunk Employee
Splunk Employee

You need to copy the windhcp_form.html mako template to the correct place in your installation.

The "Getting Started" instructions for the Windows DHCP app specify the following actions be performed after installation:

IMPORTANT To ensure the proper layout, you must copy ./WinDHCP/appserver/static/windhcp_form.html to $SPLUNK_HOME/share/splunk/search_mrsparkle/templates/view/ and then restart Splunk Web:

$ cp $SPLUNK_HOME/etc/apps/WinDHCP/appserver/static/windhcp_form.html $SPLUNK_HOME/share/splunk/search_mrsparkle/templates/view/ 
$ $SPLUNK_HOME/bin/splunk restart splunkweb
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!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...