Back to Floor
The Splunk REST API • Room 1

REST API Fundamentals

The Splunk REST API exposes virtually every Splunk operation as an HTTP endpoint. All requests require authentication via session tokens (obtained from `/services/auth/login`) or HTTP Basic Auth.

The default port for the REST API is 8089 (the management port), not 8000 (the web UI port).

Knowledge Check

Prove your understanding to clear the room (Rewards XP)
❤️❤️❤️
Question 1 of 1
What is the default port for the Splunk REST API (management port)?
A8000
B8089
C443
D9997