HTTP Event Collector REST API endpoints
The HTTP Event Collector REST API endpoint reference is located in the Splunk Enterprise REST API Reference Manual. Each endpoint has been linked here for your convenience.
REST API endpoint | Description | |
---|---|---|
data/inputs/http | Access or update HTTP Event Collector global configuration tokens and application tokens. | |
data/inputs/http/{name} | Manage the {name} HTTP Event Collector token. HTTP, as in data/inputs/http/http, indicates global configuration. | |
data/inputs/http/{name}/disable | Disable the {name} HTTP Event Collector token. | |
data/inputs/http/{name}/enable | Enable the {name} HTTP Event Collector token. | |
services/collector | Send events to HTTP Event Collector using the Splunk platform JSON event protocol. | |
services/collector/ack | Query event indexing status. | |
services/collector/event | This endpoint works identically to services/collector but introduces a format option for future scalability. | |
services/collector/event/1.0 | This endpoint works identically to services/collector/event but introduces a protocol version for future scalability. | |
services/collector/health | Checks the health of HTTP Event Collector. This endpoint is supported in versions 6.6.0+ of Splunk Enterprise. | |
services/collector/mint | Post MINT formatted data to the HTTP Event Collector. | |
services/collector/mint/1.0 | This endpoint works identically to receivers/token/mint but introduces a protocol version for future scalability. | |
services/collector/raw | Send raw data directly to the HTTP Event Collector. | |
services/collector/raw/1.0 | This endpoint works identically to services/collector/raw but introduces a protocol version for future scalability. |
Send metrics to a metrics index | HTTP Event Collector examples |
This documentation applies to the following versions of Splunk® Enterprise: 7.0.0, 7.0.1, 7.0.2, 7.0.3, 7.0.4, 7.0.5, 7.0.6, 7.0.7, 7.0.8, 7.0.9, 7.0.10, 7.0.11, 7.0.13, 7.1.0, 7.1.1, 7.1.2, 7.1.3, 7.1.4, 7.1.5, 7.1.6, 7.1.7, 7.1.8, 7.1.9, 7.1.10, 7.2.0, 7.2.1, 7.2.2, 7.2.3, 7.2.4, 7.2.5, 7.2.6, 7.2.7, 7.2.8, 7.2.9, 7.2.10, 7.3.0, 7.3.1, 7.3.2, 7.3.3, 7.3.4, 7.3.5, 7.3.6, 7.3.7, 7.3.8, 7.3.9
Feedback submitted, thanks!