Getting Data In

Why am I receiving the following error "WARNING: web interface does not seem to be available!" when pushing HTTP Event Collector(HEC) configurations to Heavy Forwarders (HF)?

sylim_splunk
Splunk Employee
Splunk Employee

After HEC configurations are pushed to our HF, Splunk service fails to start.

This is happening to all the HF that received the new HEC configurations.

0 Karma
1 Solution

sylim_splunk
Splunk Employee
Splunk Employee

There is a known issue in this regards - if there are any duplicate tokens for HEC in search/local/inputs.conf the splunkd/splunkweb will fail to start and puts log message on the screen.

WARNING: web interface does not seem to be available!

  • Run to find the duplicate token in inputs.conf

$ splunk btool --debug inputs list | grep "token =" | cut -d "=" -f 2 |sort |uniq -c | awk '{ if ($1 > 1) print $2}'

  • The fix has been included in 7.0.6+ and 7.1.3+.

View solution in original post

sylim_splunk
Splunk Employee
Splunk Employee

There is a known issue in this regards - if there are any duplicate tokens for HEC in search/local/inputs.conf the splunkd/splunkweb will fail to start and puts log message on the screen.

WARNING: web interface does not seem to be available!

  • Run to find the duplicate token in inputs.conf

$ splunk btool --debug inputs list | grep "token =" | cut -d "=" -f 2 |sort |uniq -c | awk '{ if ($1 > 1) print $2}'

  • The fix has been included in 7.0.6+ and 7.1.3+.
Get Updates on the Splunk Community!

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...

Splunk App Developers | .conf25 Recap & What’s Next

If you stopped by the Builder Bar at .conf25 this year, thank you! The retro tech beer garden vibes were ...

Congratulations to the 2025-2026 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...