<?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 do I discard all hosts that begin with ISE in transforms.conf? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-discard-all-hosts-that-begin-with-ISE-in-transforms/m-p/149193#M30379</link>
    <description>&lt;P&gt;Does this read just the host field, or the entire raw event? &lt;/P&gt;</description>
    <pubDate>Wed, 12 Aug 2015 15:48:39 GMT</pubDate>
    <dc:creator>a212830</dc:creator>
    <dc:date>2015-08-12T15:48:39Z</dc:date>
    <item>
      <title>How do I discard all hosts that begin with ISE in transforms.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-discard-all-hosts-that-begin-with-ISE-in-transforms/m-p/149191#M30377</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I want to look at the host field and discard all hosts that begin with ISE. How would I do that? My understanding is that only certain regexes are available for host in transforms?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2015 02:32:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-discard-all-hosts-that-begin-with-ISE-in-transforms/m-p/149191#M30377</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2015-07-30T02:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: How do I discard all hosts that begin with ISE in transforms.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-discard-all-hosts-that-begin-with-ISE-in-transforms/m-p/149192#M30378</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;

&lt;P&gt;In &lt;CODE&gt;props.conf&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[yourSourceTypeHere]
TRANSFORMS-remove_ISE_hosts = remove_ISE_hosts
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;In &lt;CODE&gt;transforms.conf&lt;/CODE&gt;:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[remove_ISE_hosts]
SOURCE_KEY = MetaData:Host
REGEX = "^ISE"
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;You can read more about this at Filter Event Data and Send to Queues:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.4/Forwarding/Routeandfilterdatad#Filter_event_data_and_send_to_queues"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.4/Forwarding/Routeandfilterdatad#Filter_event_data_and_send_to_queues&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2015 22:18:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-discard-all-hosts-that-begin-with-ISE-in-transforms/m-p/149192#M30378</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-07-31T22:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: How do I discard all hosts that begin with ISE in transforms.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-discard-all-hosts-that-begin-with-ISE-in-transforms/m-p/149193#M30379</link>
      <description>&lt;P&gt;Does this read just the host field, or the entire raw event? &lt;/P&gt;</description>
      <pubDate>Wed, 12 Aug 2015 15:48:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-discard-all-hosts-that-begin-with-ISE-in-transforms/m-p/149193#M30379</guid>
      <dc:creator>a212830</dc:creator>
      <dc:date>2015-08-12T15:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: How do I discard all hosts that begin with ISE in transforms.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-do-I-discard-all-hosts-that-begin-with-ISE-in-transforms/m-p/149194#M30380</link>
      <description>&lt;P&gt;It reads just the &lt;CODE&gt;host&lt;/CODE&gt; field and if it starts with "ISE", the entire event will be skipped.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 01:13:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-do-I-discard-all-hosts-that-begin-with-ISE-in-transforms/m-p/149194#M30380</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2015-08-14T01:13:10Z</dc:date>
    </item>
  </channel>
</rss>

