<?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: Can I send windows security logs using UF over HTTP to Logstash ? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746276#M118613</link>
    <description>&lt;P&gt;exactly , stopping internal logs at UF level does not work however at logstash level it worked . but yeah via HEC it is not possible it seems so far . Still waiting for others to respond may be we crack something amazing here collectively &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; . Thank you for response though&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 May 2025 18:16:59 GMT</pubDate>
    <dc:creator>vikas_gopal</dc:creator>
    <dc:date>2025-05-15T18:16:59Z</dc:date>
    <item>
      <title>Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746130#M118580</link>
      <description>&lt;P&gt;Hello Experts ,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to send windows security logs to logstash(http) receiver . Below is what I have based on my understanding from below splunk document&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Forwarder/latest/Forwarder/Configureforwardingwithoutputs.conf?_gl=1*1oibtlm*_gcl_aw*R0NMLjE3NDY4NDE5NzEuRUFJYUlRb2JDaE1Jc2Z2dnRPV1hqUU1WaDBwX0FCMlJYQnRjRUFBWUFTQUFFZ0wtNXZEX0J3RQ..*_gcl_au*NzE5NjQzNDU5LjE3NDQ5MDE2Mjc.*FPAU*NzE5NjQzNDU5LjE3NDQ5MDE2Mjc.*_ga*NjI5NDg5MjY4LjE3NDQ5MDE2Mjg.*_ga_5EPM2P39FV*czE3NDcxNTY4OTMkbzckZzEkdDE3NDcxNTcxNDIkajAkbDAkaDM4ODI5OTg4OQ..*_fplc*R1FCTFo5ZiUyQnVNQ3gxRlQ2NXVoQW45b0tXS2Z4SiUyRkxpSUYyME04d2hZRGR4b25qaGFMaEhSRG1SYUpoaDhCTG8zc3daRkhXZEhtTjFad0VtcFhoTHBZc0k3eGgzUDVNZzJOaXhkJTJCNGklMkIxbUJpYVRBanhIWUpKdFFtMlpIRVElM0QlM0Q" target="_blank" rel="noopener"&gt;https://docs.splunk.com/Documentation/Forwarder/latest/Forwarder/Configureforwardingwithoutputs.conf?_gl=1*1oibtlm*_gcl_aw*R0NMLjE3NDY4NDE5NzEuRUFJYUlRb2JDaE1Jc2Z2dnRPV1hqUU1WaDBwX0FCMlJYQnRjRUFBWUFTQUFFZ0wtNXZEX0J3RQ..*_gcl_au*NzE5NjQzNDU5LjE3NDQ5MDE2Mjc.*FPAU*NzE5NjQzNDU5LjE3NDQ5MDE2Mjc.*_ga*NjI5NDg5MjY4LjE3NDQ5MDE2Mjg.*_ga_5EPM2P39FV*czE3NDcxNTY4OTMkbzckZzEkdDE3NDcxNTcxNDIkajAkbDAkaDM4ODI5OTg4OQ..*_fplc*R1FCTFo5ZiUyQnVNQ3gxRlQ2NXVoQW45b0tXS2Z4SiUyRkxpSUYyME04d2hZRGR4b25qaGFMaEhSRG1SYUpoaDhCTG8zc3daRkhXZEhtTjFad0VtcFhoTHBZc0k3eGgzUDVNZzJOaXhkJTJCNGklMkIxbUJpYVRBanhIWUpKdFFtMlpIRVElM0QlM0Q&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;On UF I have&lt;/P&gt;&lt;P&gt;inputs.conf&lt;/P&gt;&lt;P&gt;[WinEventLog://Security]&lt;BR /&gt;disabled = 0&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;outputs.conf&lt;/P&gt;&lt;P&gt;[httpout]&lt;BR /&gt;httpEventCollectorToken = &amp;lt;token&amp;gt;&lt;BR /&gt;uri = &lt;A href="http://127.0.0.1:8002" target="_blank" rel="noopener"&gt;http://127.0.0.1:8002&lt;/A&gt;&lt;BR /&gt;compressed = false&lt;BR /&gt;sendCookedData = false&lt;BR /&gt;compression = none&lt;BR /&gt;&lt;BR /&gt;my logstash.conf ( I want to write the data into a file)&lt;/P&gt;&lt;P&gt;input {&lt;BR /&gt;http {&lt;BR /&gt;port =&amp;gt; 8002&lt;BR /&gt;codec =&amp;gt; plain&lt;BR /&gt;}&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;output {&lt;BR /&gt;file {&lt;BR /&gt;path =&amp;gt; "C:\logstash_output\uf_debug_raw.txt"&lt;BR /&gt;&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;The file is being created but it holds encoded data like encrypted data , symbols . Can someone suggest if this is even possible&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;data in the file&amp;nbsp;&lt;BR /&gt;{"url":{"domain":"127.0.0.1","port":8002,"path":"/services/collector/s2s"},"@version":"1","event":{"original":"�x��V�n\u001CE\u0010�`@���@\u001C�����%&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 May 2025 23:24:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746130#M118580</guid>
      <dc:creator>vikas_gopal</dc:creator>
      <dc:date>2025-05-13T23:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746132#M118581</link>
      <description>&lt;P&gt;When a UF sends data via HTTP it uses the Splunk-to-Splunk protocol, which logstash doesn't support.&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 00:16:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746132#M118581</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-05-14T00:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746210#M118600</link>
      <description>&lt;P&gt;That is what I wanted to confirm &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; . Do you have any suggestion what could be the other way to send logs using UF to logstash , I have tested TCP which is working but somehow it is sending splunk UF&amp;nbsp; internal logs too to logstash which I need to filter later at logstash level&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 May 2025 22:44:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746210#M118600</guid>
      <dc:creator>vikas_gopal</dc:creator>
      <dc:date>2025-05-14T22:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746241#M118605</link>
      <description>&lt;P&gt;It is expected. By default Splunk sends all data to all output groups. You'd need to fiddle with event routing which can be tricky since UF normally doesn't do transforms.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 10:41:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746241#M118605</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-05-15T10:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746247#M118606</link>
      <description>&lt;P&gt;Whether via HTTP or TCP, the UF only sends data using the Splunk-to-Splunk protocol so cannot send successfully to Logstash.&amp;nbsp; I suggest using a Logstash agent, instead.&lt;/P&gt;&lt;P&gt;The sending of UF internal logs is a setting in an inputs.conf file.&amp;nbsp; Turning that off will not solve the above problem, however.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 12:24:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746247#M118606</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-05-15T12:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746255#M118607</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;Shouldn't UF send raw data when sendCookedData=false on tcpout? Never tried it myself but the docs say so.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 14:26:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746255#M118607</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-05-15T14:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746261#M118608</link>
      <description>&lt;P&gt;Good find, &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt; !&amp;nbsp; The docs do imply one should set &lt;FONT face="courier new,courier"&gt;sendCookedData=false&lt;/FONT&gt; when sending to third-party systems.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/48849"&gt;@vikas_gopal&lt;/a&gt;Please try that and report the results.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 14:56:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746261#M118608</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-05-15T14:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746269#M118609</link>
      <description>&lt;P&gt;Well I was using this already as mentioned in my original post .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 16:59:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746269#M118609</guid>
      <dc:creator>vikas_gopal</dc:creator>
      <dc:date>2025-05-15T16:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746270#M118610</link>
      <description>&lt;P&gt;You used httpout which doesn't use this option at all so I completely missed that.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 17:11:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746270#M118610</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-05-15T17:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746274#M118611</link>
      <description>Are you sure that your character sets are correctly defined? Based on your example it seems that you have at least UTF escaped characters and probably real UTF or some other in your file?</description>
      <pubDate>Thu, 15 May 2025 17:52:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746274#M118611</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2025-05-15T17:52:57Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746275#M118612</link>
      <description>&lt;P&gt;Thank you for your response , I have tried below but with that also same problem .&amp;nbsp;&lt;/P&gt;&lt;P&gt;codec =&amp;gt; plain { charset =&amp;gt; "UTF-8" }&lt;/P&gt;&lt;P&gt;codec =&amp;gt; plain { charset =&amp;gt; "UTF-16LE" }&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 18:15:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746275#M118612</guid>
      <dc:creator>vikas_gopal</dc:creator>
      <dc:date>2025-05-15T18:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746276#M118613</link>
      <description>&lt;P&gt;exactly , stopping internal logs at UF level does not work however at logstash level it worked . but yeah via HEC it is not possible it seems so far . Still waiting for others to respond may be we crack something amazing here collectively &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; . Thank you for response though&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 18:16:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746276#M118613</guid>
      <dc:creator>vikas_gopal</dc:creator>
      <dc:date>2025-05-15T18:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746277#M118614</link>
      <description>&lt;P&gt;so I tried this but end up with same problem&amp;nbsp;&lt;BR /&gt;UF--&amp;gt; HF(routing) --&amp;gt; LS( writing to a file)&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;httpout is definitely not working/supported for logstash .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 18:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746277#M118614</guid>
      <dc:creator>vikas_gopal</dc:creator>
      <dc:date>2025-05-15T18:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746278#M118615</link>
      <description>&lt;P&gt;You can make events generated by local inputs be sent to just one output group. But that will not be pretty.&lt;/P&gt;&lt;P&gt;You need to set _TCP_ROUTING key&amp;nbsp;&lt;EM&gt;for each input stanza&lt;/EM&gt; that you want to selectively manage. That means adding this to every single Splunk's own input. I'd just create a separate app and create inputs.conf in that app containing just this one setting per each input stanza.&lt;/P&gt;&lt;P&gt;EDIT: And one more thing - you cannot use both tcpout and httpout at the same time.&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 18:23:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746278#M118615</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-05-15T18:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Can I send windows security logs using UF over HTTP to Logstash ?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746279#M118616</link>
      <description>&lt;P&gt;It's not that httpout is not supported for logstash, it's that logstash cannot do s2s. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Yes, it is confusing but despite sharing some of the low-level mechanics, s2s over http (which is httpout) has nothing to do with "normal HEC" .&lt;/P&gt;</description>
      <pubDate>Thu, 15 May 2025 18:26:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Can-I-send-windows-security-logs-using-UF-over-HTTP-to-Logstash/m-p/746279#M118616</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-05-15T18:26:23Z</dc:date>
    </item>
  </channel>
</rss>

