<?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 How to merge two Splunk searches into one? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-Splunk-searches-into-one/m-p/130223#M35469</link>
    <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search sourcetype=my_logs source.item_id=34324234324| stats count by event_type
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search sourcetype=my_logs source.folder_id=4324324324 | stats count by event_type
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can someone help me to merge the above two searches to a single one please&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jul 2015 09:47:13 GMT</pubDate>
    <dc:creator>pratheeshrajan1</dc:creator>
    <dc:date>2015-07-20T09:47:13Z</dc:date>
    <item>
      <title>How to merge two Splunk searches into one?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-Splunk-searches-into-one/m-p/130223#M35469</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search sourcetype=my_logs source.item_id=34324234324| stats count by event_type
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;and&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;search sourcetype=my_logs source.folder_id=4324324324 | stats count by event_type
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Can someone help me to merge the above two searches to a single one please&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 09:47:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-Splunk-searches-into-one/m-p/130223#M35469</guid>
      <dc:creator>pratheeshrajan1</dc:creator>
      <dc:date>2015-07-20T09:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge two Splunk searches into one?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-Splunk-searches-into-one/m-p/130224#M35470</link>
      <description>&lt;P&gt;You mean like this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=my_logs source.item_id=34324234324 OR source.folder_id=4324324324 | stats count by event_type
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 20 Jul 2015 09:56:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-Splunk-searches-into-one/m-p/130224#M35470</guid>
      <dc:creator>jeffland</dc:creator>
      <dc:date>2015-07-20T09:56:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to merge two Splunk searches into one?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-Splunk-searches-into-one/m-p/130225#M35471</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;sourcetype=my_logs source.item_id=34324234324 AND source.folder_id=4324324324| stats count by event_type 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;you don't have to put a "search" at the front.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jul 2015 10:00:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-merge-two-Splunk-searches-into-one/m-p/130225#M35471</guid>
      <dc:creator>LuiesCui</dc:creator>
      <dc:date>2015-07-20T10:00:21Z</dc:date>
    </item>
  </channel>
</rss>

