<?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: Restriking indexed items in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175371#M35202</link>
    <description>&lt;P&gt;So what you are saying is that the issue is with the spaces around the equals.&lt;/P&gt;

&lt;P&gt;DEST_KEY = queue  should be  DEST_KEY=queue&lt;/P&gt;

&lt;P&gt;Does the spaces around the equals make a difference?  If so why?&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 16:43:41 GMT</pubDate>
    <dc:creator>david_fresne</dc:creator>
    <dc:date>2020-09-28T16:43:41Z</dc:date>
    <item>
      <title>Restriking indexed items</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175368#M35199</link>
      <description>&lt;P&gt;I have a question on how to restrict what goes into an index.&lt;BR /&gt;
I have read a number of posts and documentation on how this should work.&lt;BR /&gt;
In my case I have tried a number of permutations of the props.conf and transforms.conf with no success.&lt;BR /&gt;
I oneshot the logs in and all the items in the log goes into the index.  Here are my props.conf and transforms.conf.  Any help would be great.&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;

&lt;P&gt;V 1&lt;/P&gt;

&lt;H2&gt;props.conf&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;[1033NCL11O]
DATETIME_CONFIG = CURRENT
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\n])
KV_MODE=none
SEGMENTATION-all = inner
TRANSFORMS-set = setnullO
TRANSFORMS-set = setparsingO
TRANSFORMS-servicename = extract-webdata-sernmO
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;H2&gt;transforms.conf&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnullO]
REGEX = (INFO|DEBUG)
SOURCE_KEY = queue
FORMAT = nullQueue

[setparsingO]
REGEX = .
DEST_KEY = queue
FORMAT = indexQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX&lt;/P&gt;

&lt;P&gt;V 2&lt;/P&gt;

&lt;H2&gt;props.conf&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;[1033NCL11O]
DATETIME_CONFIG = CURRENT
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\n])
KV_MODE=none
SEGMENTATION-all = inner
TRANSFORMS-set = setparsingO
TRANSFORMS-set = setnullO
TRANSFORMS-servicename = extract-webdata-sernmO
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;HR /&gt;

&lt;H2&gt;transforms.conf&lt;/H2&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnullO]
REGEX = .
SOURCE_KEY = queue
FORMAT = nullQueue

[setparsingO]
REGEX = (TEST|ERROR|WARN|ABT|DEBUG2)
DEST_KEY = queue
FORMAT = indexQueue
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 22 May 2014 14:52:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175368#M35199</guid>
      <dc:creator>david_fresne</dc:creator>
      <dc:date>2014-05-22T14:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Restriking indexed items</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175369#M35200</link>
      <description>&lt;P&gt;Why not simply&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;props.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[1033NCL11O]
DATETIME_CONFIG = CURRENT
SHOULD_LINEMERGE = false
LINE_BREAKER = ([\n])
KV_MODE=none
SEGMENTATION-all = inner
TRANSFORMS-set = setnullO
TRANSFORMS-servicename = extract-webdata-sernmO
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;transforms.conf&lt;/STRONG&gt;&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[setnullO]
REGEX = (INFO|DEBUG)
DEST_KEY = queue
FORMAT = nullQueue
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;And the real problem is that it should be &lt;CODE&gt;DEST_KEY=queue&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 May 2014 19:58:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175369#M35200</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-22T19:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Restriking indexed items</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175370#M35201</link>
      <description>&lt;P&gt;So what you are saying is that the issue is with the spaces around the equals.&lt;/P&gt;

&lt;P&gt;DEST_KEY = queue  should be  DEST_KEY=queue&lt;/P&gt;

&lt;P&gt;Does the spaces around the equals make a difference?  If so why?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:43:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175370#M35201</guid>
      <dc:creator>david_fresne</dc:creator>
      <dc:date>2020-09-28T16:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: Restriking indexed items</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175371#M35202</link>
      <description>&lt;P&gt;So what you are saying is that the issue is with the spaces around the equals.&lt;/P&gt;

&lt;P&gt;DEST_KEY = queue  should be  DEST_KEY=queue&lt;/P&gt;

&lt;P&gt;Does the spaces around the equals make a difference?  If so why?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:43:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175371#M35202</guid>
      <dc:creator>david_fresne</dc:creator>
      <dc:date>2020-09-28T16:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Restriking indexed items</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175372#M35203</link>
      <description>&lt;P&gt;So what you are saying is that the issue is with the spaces around the equals.&lt;/P&gt;

&lt;P&gt;DEST_KEY = queue  should be  DEST_KEY=queue&lt;/P&gt;

&lt;P&gt;Does spaces around the equals make a difference?  If so why?&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 16:43:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175372#M35203</guid>
      <dc:creator>david_fresne</dc:creator>
      <dc:date>2020-09-28T16:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Restriking indexed items</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175373#M35204</link>
      <description>&lt;P&gt;No the real problem is that you used &lt;CODE&gt;SOURCE_KEY = queue&lt;/CODE&gt; instead of  &lt;CODE&gt;DEST_KEY = queue&lt;/CODE&gt; in the &lt;CODE&gt;setnull0&lt;/CODE&gt; transform...&lt;/P&gt;</description>
      <pubDate>Fri, 30 May 2014 15:45:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Restriking-indexed-items/m-p/175373#M35204</guid>
      <dc:creator>lguinn2</dc:creator>
      <dc:date>2014-05-30T15:45:32Z</dc:date>
    </item>
  </channel>
</rss>

