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!

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 ...