- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Under what circumstances does the splunkd service need to be accesable by anyone/thing besides the http server?
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


The management port is used by all things that need to communicate TO the splunkd, excepting forwarders.
Essentially the management port is a request-response model communication path, implemented as REST over HTTP (historically SOAP was used in older products). Thus anything that is a request with a result occurs over the management port. Forwarding is a continuous stream and has its own protocol.
Things that will have to access the httpd.
- the Splunk command line for most commands
- SplunkWeb
- distributed search
- The summary backfill script (which invokes the splunk commandline)
- any REST clients of your own creation
- In splunk 3.x, the scheduled search launcher
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
management port is required for internal communication primarily between the splunk instances in short
We can change this if we require by editing the configuration files.
several other ports are 8000 web port 9997 - incoming port 8080 - replication port
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Used by deployment clients as well. This is is specified in deploymentclient.conf with attribute 'targetUri'.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content


The management port is used by all things that need to communicate TO the splunkd, excepting forwarders.
Essentially the management port is a request-response model communication path, implemented as REST over HTTP (historically SOAP was used in older products). Thus anything that is a request with a result occurs over the management port. Forwarding is a continuous stream and has its own protocol.
Things that will have to access the httpd.
- the Splunk command line for most commands
- SplunkWeb
- distributed search
- The summary backfill script (which invokes the splunk commandline)
- any REST clients of your own creation
- In splunk 3.x, the scheduled search launcher
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

Unless I'm sorely mistaken, CLI communicates with splunkd
via the mgmt port.
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

yes, the CLI communicates with splunkd via the management port.
