<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to determine if data sent to HEC came in on Event or Raw endpoint in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-if-data-sent-to-HEC-came-in-on-Event-or-Raw/m-p/744824#M118385</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/72044"&gt;@gn694&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are on-prem then you can set the&amp;nbsp;HttpInputDataHandler component to DEBUG mode (but dont do it for long!) - this will record the contents of HEC payloads in _internal which might help you work out if its raw or event endpoints.&lt;/P&gt;&lt;P&gt;Edit the log level via Settings-&amp;gt;Server Settings-&amp;gt;Server Logging - search for "HttpInputDataHandler" and change to DEBUG.&lt;/P&gt;&lt;P&gt;Shortly after you will get logs like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_0-1745436446828.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38720i98631F1B2AA915D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_0-1745436446828.png" alt="livehybrid_0-1745436446828.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal sourcetype=splunkd log_level=debug  component=HttpInputDataHandler&lt;/LI-CODE&gt;&lt;P&gt;In my example, the top one was using the event endpoint and the bottom using the raw endpoint.&lt;/P&gt;&lt;P&gt;The logs sent to the event endpoint will always have an "event" field in the&amp;nbsp;&lt;SPAN class=""&gt;body&lt;/SPAN&gt;&lt;SPAN&gt;_&lt;/SPAN&gt;&lt;SPAN class=""&gt;chunk value, along with other fields like time/host/source etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Try this and let me know how you get on!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
    <pubDate>Wed, 23 Apr 2025 19:28:52 GMT</pubDate>
    <dc:creator>livehybrid</dc:creator>
    <dc:date>2025-04-23T19:28:52Z</dc:date>
    <item>
      <title>How to determine if data sent to HEC came in on Event or Raw endpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-if-data-sent-to-HEC-came-in-on-Event-or-Raw/m-p/744802#M118379</link>
      <description>&lt;P&gt;Is there any way to tell whether data coming into Splunk's HEC was sent to the event or raw endpoint?&lt;BR /&gt;You can't really tell from looking at the events themselves, so I was hoping there was a way to tell based on something like the token, sourcetype, source, or host.&lt;/P&gt;&lt;P&gt;I have tried searching the _internal index and have not found anything helpful.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 16:51:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-if-data-sent-to-HEC-came-in-on-Event-or-Raw/m-p/744802#M118379</guid>
      <dc:creator>gn694</dc:creator>
      <dc:date>2025-04-23T16:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if data sent to HEC came in on Event or Raw endpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-if-data-sent-to-HEC-came-in-on-Event-or-Raw/m-p/744803#M118380</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/72044"&gt;@gn694&lt;/a&gt;- I don't think there is any direct way or internal logs you can use this for this what you need.&lt;/P&gt;&lt;P&gt;Unless you can see the difference in data in terms of fields indexed OR you check on the source side.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 17:08:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-if-data-sent-to-HEC-came-in-on-Event-or-Raw/m-p/744803#M118380</guid>
      <dc:creator>VatsalJagani</dc:creator>
      <dc:date>2025-04-23T17:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if data sent to HEC came in on Event or Raw endpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-if-data-sent-to-HEC-came-in-on-Event-or-Raw/m-p/744805#M118381</link>
      <description>&lt;P&gt;I was afraid of that.&amp;nbsp; Makes it hard for me because I don't have access to the source side of things for most things coming into HEC.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 17:27:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-if-data-sent-to-HEC-came-in-on-Event-or-Raw/m-p/744805#M118381</guid>
      <dc:creator>gn694</dc:creator>
      <dc:date>2025-04-23T17:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if data sent to HEC came in on Event or Raw endpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-if-data-sent-to-HEC-came-in-on-Event-or-Raw/m-p/744824#M118385</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/72044"&gt;@gn694&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are on-prem then you can set the&amp;nbsp;HttpInputDataHandler component to DEBUG mode (but dont do it for long!) - this will record the contents of HEC payloads in _internal which might help you work out if its raw or event endpoints.&lt;/P&gt;&lt;P&gt;Edit the log level via Settings-&amp;gt;Server Settings-&amp;gt;Server Logging - search for "HttpInputDataHandler" and change to DEBUG.&lt;/P&gt;&lt;P&gt;Shortly after you will get logs like this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_0-1745436446828.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38720i98631F1B2AA915D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_0-1745436446828.png" alt="livehybrid_0-1745436446828.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal sourcetype=splunkd log_level=debug  component=HttpInputDataHandler&lt;/LI-CODE&gt;&lt;P&gt;In my example, the top one was using the event endpoint and the bottom using the raw endpoint.&lt;/P&gt;&lt;P&gt;The logs sent to the event endpoint will always have an "event" field in the&amp;nbsp;&lt;SPAN class=""&gt;body&lt;/SPAN&gt;&lt;SPAN&gt;_&lt;/SPAN&gt;&lt;SPAN class=""&gt;chunk value, along with other fields like time/host/source etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;Try this and let me know how you get on!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 19:28:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-if-data-sent-to-HEC-came-in-on-Event-or-Raw/m-p/744824#M118385</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-04-23T19:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine if data sent to HEC came in on Event or Raw endpoint</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-if-data-sent-to-HEC-came-in-on-Event-or-Raw/m-p/744836#M118388</link>
      <description>&lt;P&gt;There is yet another thing which can sometimes hint at whether you're getting data onto one or the other endpoint. With the /event endpoint you can push indexed fields. So if you have some non-raw-based fields which obviously weren't extracted/calculated in the ingestion pipeline (but for this you'd have to dig through your index-time configs) that would singly suggest you're getting data via/event endpoint.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Apr 2025 21:57:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-determine-if-data-sent-to-HEC-came-in-on-Event-or-Raw/m-p/744836#M118388</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-04-23T21:57:27Z</dc:date>
    </item>
  </channel>
</rss>

