Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 856 Bytes

File metadata and controls

16 lines (10 loc) · 856 Bytes

Splunk HEC Example

This example showcases how the collector can collect data from files and send it to Splunk Enterprise.

The example runs as a Docker Compose deployment. The collector can be configured to send logs to Splunk Enterprise.

Splunk is configured to receive data from the OpenTelemetry Collector using the HTTP Event collector. To learn more about HEC, visit our guide.

To deploy the example, check out this git repository, open a terminal and in this directory type:

$> docker-compose up

Splunk will become available on port 18000. You can login on http://localhost:18000 with admin and changeme.

Once logged in, visit the search application to see the logs collected by Splunk.