Splunk Enterprise

Having trouble opening splunk enterprise

tommymbw
Engager

Installed Splunk enterprise to do the basic course but I am having trouble even opening it. Goes to localhost:8000 and what is below comes up:

AppDetectService Service

You have created a service.

To test this service, you will need to create a client and use it to call the service. You can do this using the svcutil.exe tool from the command line with the following syntax:

svcutil.exe http://localhost:8000/?wsdl
You can also access the service description as a single file:

http://localhost:8000/?singleWsdl
This will generate a configuration file and a code file that contains the client class. Add the two files to your client application and use the generated client class to call the Service. For example:

C#

class Test
{
static void Main()
{
AppDetectClient client = new AppDetectClient();

    // Use the 'client' variable to call operations on the service.

    // Always close the client.
    client.Close();
}

}

Visual Basic

Class Test
Shared Sub Main()
Dim client As AppDetectClient = New AppDetectClient()
' Use the 'client' variable to call operations on the service.

    ' Always close the client.
    client.Close()
End Sub

End Class

I am super new to this so I have no idea what I am doing. Using windows 10, 64-bit.

Any help would be greatly appreciated.

roscolaw
New Member

Also ran into this today. In case anyone else comes across this when installing Splunk on their personal system, it seems that one of Creative's Audio Services (specifically their "scout" service) uses port 8000, so Splunk likely installed with 8001 configured. You can read more on the Creative service and how to change the port here

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!

Observability Simplified: Combining User Experience, Application Performance & ...

Tech Talk Observability Simplified: Combining User Experience, Application Performance & Network ...

Event Series May & June: From Network Visibility to Service Intelligence

Unifying the Network: Moving from Alert Noise to Service Intelligence with Splunk ITSI In today’s hybrid ...

Global Splunk User Group Events: May + June 2026

Your Splunk Community Awaits: Discover Upcoming User Group Events Worldwide    Staying ahead in the fast-paced ...