In a customer managed Splunk Enterprise environment, what is the endpoint URI used to collect data?
This is the endpoint URI used to collect data using the HTTP Event Collector (HEC), which is a token-based API that allows you to send data to Splunk Enterprise from any application that can make an HTTP request. The endpoint URI consists of the protocol (http or https), the hostname or IP address of the Splunk server, the port number (default is 8088), and the service name (services/collector). For example:
https://mysplunkserver.example.com:8088/services/collector
Currently there are no comments in this discussion, be the first to comment!