<?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 Splunkstream disable specified protocol in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunkstream-disable-specified-protocol/m-p/749756#M119105</link>
    <description>&lt;P&gt;Currently I have setup Splunkstream, but there is a condition where I want to disable some data sources from certain protocols because they consume licenses. Is this possible? my case is i want to disable the stream:udp sourcetype. when i investigating the data it still come from source stream:ES_UDP_RAW.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="elend_2-1752511946425.png" style="width: 671px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39645i657121983BD853C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="elend_2-1752511946425.png" alt="elend_2-1752511946425.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Jul 2025 16:52:49 GMT</pubDate>
    <dc:creator>elend</dc:creator>
    <dc:date>2025-07-14T16:52:49Z</dc:date>
    <item>
      <title>Splunkstream disable specified protocol</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkstream-disable-specified-protocol/m-p/749756#M119105</link>
      <description>&lt;P&gt;Currently I have setup Splunkstream, but there is a condition where I want to disable some data sources from certain protocols because they consume licenses. Is this possible? my case is i want to disable the stream:udp sourcetype. when i investigating the data it still come from source stream:ES_UDP_RAW.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="elend_2-1752511946425.png" style="width: 671px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39645i657121983BD853C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="elend_2-1752511946425.png" alt="elend_2-1752511946425.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 16:52:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkstream-disable-specified-protocol/m-p/749756#M119105</guid>
      <dc:creator>elend</dc:creator>
      <dc:date>2025-07-14T16:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkstream disable specified protocol</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkstream-disable-specified-protocol/m-p/749763#M119106</link>
      <description>&lt;P&gt;You might simply filter out UDP on the OS level so that you don't "filter out" the events but simply don't generate them because you don't see this traffic.&lt;/P&gt;&lt;P&gt;But ask yourself is it what you want. Since you're capturing network data it seems you want network visibility. But now you deliberately want to lose some of this visibility...&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 18:46:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkstream-disable-specified-protocol/m-p/749763#M119106</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-07-14T18:46:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkstream disable specified protocol</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkstream-disable-specified-protocol/m-p/749793#M119118</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/254178"&gt;@elend&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Splunk stream supports using&amp;nbsp;Berkeley Packet Filter strings to filter out traffic in your&amp;nbsp;streamfwd.conf file.&lt;/P&gt;&lt;P data-unlink="true"&gt;Something like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;[streamfwd]
streamfwdcapture.0.filter = not udp&lt;/LI-CODE&gt;&lt;P&gt;For more details check out&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/StreamApp/8.1.0/DeployStreamApp/ForwarderParameters#:~:text=N%3E.port%20%3D%20443-,Use%20streamfwdcapture%20to%20specify%20network%20interfaces,-By%20default%2C" target="_blank"&gt;https://docs.splunk.com/Documentation/StreamApp/8.1.0/DeployStreamApp/ForwarderParameters#:~:text=N%3E.port%20%3D%20443-,Use%20streamfwdcapture%20to%20specify%20network%20interfaces,-By%20default%2C&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 22:01:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkstream-disable-specified-protocol/m-p/749793#M119118</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-14T22:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkstream disable specified protocol</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkstream-disable-specified-protocol/m-p/749808#M119119</link>
      <description>&lt;P&gt;i'll try this one next.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 07:54:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkstream-disable-specified-protocol/m-p/749808#M119119</guid>
      <dc:creator>elend</dc:creator>
      <dc:date>2025-07-15T07:54:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkstream disable specified protocol</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkstream-disable-specified-protocol/m-p/749809#M119120</link>
      <description>&lt;P&gt;yeah, but for now just want to know if it able to disable from the stream conf. I know its better for the full visibility, but again beside because the license limits, also want to know the posibilities.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 07:56:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkstream-disable-specified-protocol/m-p/749809#M119120</guid>
      <dc:creator>elend</dc:creator>
      <dc:date>2025-07-15T07:56:03Z</dc:date>
    </item>
  </channel>
</rss>

