<?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: btool command returns many duplicate events for props.conf in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350053#M64249</link>
    <description>&lt;P&gt;If this answer satisfies your question, please accept or upvote it.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Wed, 20 Sep 2017 11:13:39 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-09-20T11:13:39Z</dc:date>
    <item>
      <title>Why is btool command returning many duplicate events for props.conf?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350051#M64247</link>
      <description>&lt;P&gt;hi guys&lt;/P&gt;
&lt;P&gt;I am experiencing an odd behavior when using btool to troubleshoot some issues.&lt;/P&gt;
&lt;P&gt;When I run btool to get the list of props.conf in my instance I get lots of duplicates and I don´t know why this is happening nor if it is normal / expected to be like this. any ideas or explanations??&lt;/P&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P&gt;$ splunk btool props --debug list | grep send_to_nullqueue&lt;/P&gt;
&lt;P&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;/opt/splunk/etc/apps/test/default/props.conf TRANSFORMS = send_to_nullqueue&lt;BR /&gt;....&lt;BR /&gt;....&lt;BR /&gt;...&lt;BR /&gt;(lots of times)&lt;/P&gt;
&lt;P&gt;Here is the content of my props.conf and my transforms.conf&lt;/P&gt;
&lt;P&gt;props.conf&lt;/P&gt;
&lt;P&gt;[default]&lt;BR /&gt;TRANSFORMS = send_to_nullqueue&lt;/P&gt;
&lt;P&gt;transforms.conf&lt;/P&gt;
&lt;P&gt;[send_to_nullqueue_slb]&lt;BR /&gt;DEST_KEY = queue&lt;BR /&gt;REGEX = blah\sblah\sblah&lt;BR /&gt;FORMAT = nullQueue&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 14:12:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350051#M64247</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2023-06-05T14:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: btool command returns many duplicate events for props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350052#M64248</link>
      <description>&lt;P&gt;Hi&lt;BR /&gt;
this means that in the props.con of the app test you have many stanzas where you want to execute the &lt;CODE&gt;TRANSFORMS = send_to_null_queue&lt;/CODE&gt; command.&lt;BR /&gt;
If you see only these rows you cannot understand the contest of the command!&lt;/P&gt;

&lt;P&gt;The best way to proceed is to run the command readdressing output in a text file&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;splunk btool props --debug list &amp;gt; file.txt
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in this way you have all the command results in a file and you can examine it.&lt;/P&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 19 Sep 2017 09:47:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350052#M64248</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-19T09:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: btool command returns many duplicate events for props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350053#M64249</link>
      <description>&lt;P&gt;If this answer satisfies your question, please accept or upvote it.&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 11:13:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350053#M64249</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-09-20T11:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: btool command returns many duplicate events for props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350054#M64250</link>
      <description>&lt;P&gt;it does not. thanks but I understand the command very well enough.&lt;BR /&gt;
I only have one stanza in that execute that Transforms.&lt;BR /&gt;
We have been working with Splunk Support for some time but could not find an explanation yet, that´s why I brought it to the community. I would appreciate a little bit of respect when you provide an answer. thanks again&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 12:04:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350054#M64250</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2017-09-20T12:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: btool command returns many duplicate events for props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350055#M64251</link>
      <description>&lt;P&gt;I downvoted this post because it is offensive and does not answer the question&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2017 12:15:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350055#M64251</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2017-09-20T12:15:29Z</dc:date>
    </item>
    <item>
      <title>Re: btool command returns many duplicate events for props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350056#M64252</link>
      <description>&lt;P&gt;Hello, &lt;/P&gt;

&lt;P&gt;The reason you are seeing that many send_to_nullqueue is because you have added it to [default] stanza which means it will be applied to ALL sourcetypes. To avoid this do not use [default] and instead add the proper stanza. &lt;/P&gt;

&lt;P&gt;I hope this helps you to understand. &lt;/P&gt;

&lt;P&gt;br&lt;BR /&gt;
Adam&lt;/P&gt;

&lt;P&gt;*edit spelling&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 15:49:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350056#M64252</guid>
      <dc:creator>abalogh_splunk</dc:creator>
      <dc:date>2020-09-29T15:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: btool command returns many duplicate events for props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350057#M64253</link>
      <description>&lt;P&gt;Thanks Adam. This makes sense now. However this is only a part of the case we have with Splunk Support. If you have time, feel free to take a look at #540217&lt;/P&gt;</description>
      <pubDate>Thu, 21 Sep 2017 12:58:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/350057#M64253</guid>
      <dc:creator>asimagu</dc:creator>
      <dc:date>2017-09-21T12:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: btool command returns many duplicate events for props.conf</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/645578#M109844</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;'s answer is not disrespectful in anyway. Nothing that he said was demeaning or implied malice. I have received much help from&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;in the past and his answers have always been respectful. I think you are reading into something that is not there.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 15:40:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Why-is-btool-command-returning-many-duplicate-events-for-props/m-p/645578#M109844</guid>
      <dc:creator>fredclown</dc:creator>
      <dc:date>2023-06-02T15:40:52Z</dc:date>
    </item>
  </channel>
</rss>

