Which HTTP Event Collector (HEC) endpoint should be used to collect data in the following format?
{`message`:`Hello World`, `foo`:`bar`, `pony`:`buttercup`}
Which HTTP Event Collector (HEC) endpoint should be used to collect data in the following format?
{`message`:`Hello World`, `foo`:`bar`, `pony`:`buttercup`}
The correct HTTP Event Collector (HEC) endpoint to use for collecting data in the format {`message`:`Hello World`, `foo`:`bar`, `pony`:`buttercup`} is `services/collector`. This endpoint is designed for sending JSON-formatted data to Splunk, which aligns with the format provided in the question.
Answer C, Basic example 1 on the reference page
C. services/collector https://mysplunkserver.example.com:8088/services/collector
Could someone help me confirm the correctness of this answer