Exam SPLK-2001 All QuestionsBrowse all questions from this exam
Question 43

Which HTTP Event Collector (HEC) endpoint should be used to collect data in the following format?

{`message`:`Hello World`, `foo`:`bar`, `pony`:`buttercup`}

    Correct Answer: C

    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.

Discussion
IgnotusOption: C

Answer C, Basic example 1 on the reference page

qtygbapjpesdayazkoOption: C

C. services/collector https://mysplunkserver.example.com:8088/services/collector

nosavotor

Could someone help me confirm the correctness of this answer