<?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: Returning the results of two criteria in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515938#M144897</link>
    <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for answering. Apologies if my description was not clear enough. My replies are at the end of your bullet points inline:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;your events have three fields: RoomName, AttributeID and RawSerialValue;&amp;nbsp; ........................&lt;/EM&gt;Correct&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;among all the events you are interested in those in which AttributeIDs has value: "Config Filename" or "Processor Firmware";&amp;nbsp; .....................&lt;/EM&gt;Correct&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;you want to correlate the events that have the same RoomName and select those in which AttributeIDs have both values: "Config Filename" or "Processor Firmware"; ......................Yes,&amp;nbsp;&lt;/EM&gt;I need to correlate the&amp;nbsp; events for the RoomNames that have both values.&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;you want to display RoomName and RawSerialValue of those that appear for a greater number of times;.........&lt;/EM&gt;I'm not sure I completely understand this statement...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But you have certainly assisted me to clarify what I am actually after. I want to display a table that has the&amp;nbsp; list of Config Filenames" /"Processor Firmware" pairs so when I click on one of the listings, I can then see the RoomNames that have these pairings.&lt;/P&gt;&lt;P&gt;For example: 8 rooms called 1A, 1B, 1C....1H&lt;/P&gt;&lt;P&gt;1A, 1B, 1C, 1D have a Config Filename of xyz&lt;/P&gt;&lt;P&gt;1E, 1F, 1G, 1H have a Config Filename of uvw&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1A, 1B, 1C have Processor Firmware zzz&lt;/P&gt;&lt;P&gt;1E, 1F, 1G have Processor Firmware yyy&lt;/P&gt;&lt;P&gt;1D&amp;nbsp; and 1H has Processor Firmware xxx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output to look something like:&lt;/P&gt;&lt;P&gt;Config Filename/Processor Firmware&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Count&lt;/P&gt;&lt;P&gt;xyz/zzz&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;xyz/yyy&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;xyz/xxx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;uvw/zzz&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/P&gt;&lt;P&gt;uvw/yyy&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;&lt;P&gt;uvw/xxx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 25 Aug 2020 06:43:15 GMT</pubDate>
    <dc:creator>johnnybillyd</dc:creator>
    <dc:date>2020-08-25T06:43:15Z</dc:date>
    <item>
      <title>Returning the results of two criteria</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515913#M144887</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am&amp;nbsp; fairly new to Splunk. I have been going down a lot of rabbit holes and its probably time I reach out for some guidance:&lt;/P&gt;&lt;P&gt;I work as part of a team that look after a fleet of audiovisual (AV) systems. My Splunk searches return strings that populate these three fields: RoomName , AttributeID and RawSerialValue.&lt;/P&gt;&lt;P&gt;There are two AttributeIDs I am interested in: "Config Filename" and "Processor Firmware".&amp;nbsp; My individual searches on both return their values in the RawSerialValue field.&lt;/P&gt;&lt;P&gt;I need to run a search that returns the RoomName for every AV system that has the same combination of "Config Filename" and&amp;nbsp; "Processor Firmware". To be clear,&amp;nbsp; systems can have the same&amp;nbsp;"Config Filename" but different "Processor Firmware", and vice versa.&lt;/P&gt;&lt;P&gt;My efforts to combine the two either return no results, or strip out results that should be returned.&lt;/P&gt;&lt;P&gt;If someone can suggest the best method I should use, I'd appreciate it.&lt;/P&gt;&lt;P&gt;This search returns the RoomNames and groups them according to their "Config Filename":&lt;/P&gt;&lt;P&gt;&lt;EM&gt;index=av sourcetype=Fusion10PROD AttributeID="Config Filename" RawSerialValue="*" | dedup RoomName| top limit=20 RawSerialValue&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;And this returns the RoomNames and&amp;nbsp;&amp;nbsp;groups them according to their "Processor Firmware":&lt;/P&gt;&lt;P&gt;&lt;EM&gt;index=av sourcetype=Fusion10PROD AttributeID="Processor Firmware" RawSerialValue="*" | dedup RoomName| top limit=20 RawSerialValue&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 04:50:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515913#M144887</guid>
      <dc:creator>johnnybillyd</dc:creator>
      <dc:date>2020-08-25T04:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Returning the results of two criteria</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515924#M144890</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225399"&gt;@johnnybillyd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;your events have three fields: RoomName, AttributeID and RawSerialValue;&lt;/LI&gt;&lt;LI&gt;among all the events you are interested in those in which AttributeIDs has value: "Config Filename" or "Processor Firmware";&lt;/LI&gt;&lt;LI&gt;you want to correlate the events that have the same RoomName and select those in which AttributeIDs have both values: "Config Filename" or "Processor Firmware";&lt;/LI&gt;&lt;LI&gt;you want to display RoomName and RawSerialValue of those that appear for a greater number of times;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;did I understand your requirements correctly?&lt;/P&gt;&lt;P&gt;If these are your requirements, please try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=av sourcetype=Fusion10PROD (AttributeID="Config Filename" OR AttributeID="Processor Firmware") RawSerialValue="*" 
| stats values(AttributeID) AS AttributeID dc(AttributeID) AS dc_AttributeID values(RawSerialValue) AS RawSerialValue count BY RoomName 
| where=2
| sort -count
| table RoomName RawSerialValue count
&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 05:47:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515924#M144890</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-08-25T05:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: Returning the results of two criteria</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515938#M144897</link>
      <description>&lt;P&gt;Hi Giuseppe,&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for answering. Apologies if my description was not clear enough. My replies are at the end of your bullet points inline:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;your events have three fields: RoomName, AttributeID and RawSerialValue;&amp;nbsp; ........................&lt;/EM&gt;Correct&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;among all the events you are interested in those in which AttributeIDs has value: "Config Filename" or "Processor Firmware";&amp;nbsp; .....................&lt;/EM&gt;Correct&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;you want to correlate the events that have the same RoomName and select those in which AttributeIDs have both values: "Config Filename" or "Processor Firmware"; ......................Yes,&amp;nbsp;&lt;/EM&gt;I need to correlate the&amp;nbsp; events for the RoomNames that have both values.&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;you want to display RoomName and RawSerialValue of those that appear for a greater number of times;.........&lt;/EM&gt;I'm not sure I completely understand this statement...&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But you have certainly assisted me to clarify what I am actually after. I want to display a table that has the&amp;nbsp; list of Config Filenames" /"Processor Firmware" pairs so when I click on one of the listings, I can then see the RoomNames that have these pairings.&lt;/P&gt;&lt;P&gt;For example: 8 rooms called 1A, 1B, 1C....1H&lt;/P&gt;&lt;P&gt;1A, 1B, 1C, 1D have a Config Filename of xyz&lt;/P&gt;&lt;P&gt;1E, 1F, 1G, 1H have a Config Filename of uvw&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1A, 1B, 1C have Processor Firmware zzz&lt;/P&gt;&lt;P&gt;1E, 1F, 1G have Processor Firmware yyy&lt;/P&gt;&lt;P&gt;1D&amp;nbsp; and 1H has Processor Firmware xxx&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output to look something like:&lt;/P&gt;&lt;P&gt;Config Filename/Processor Firmware&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Count&lt;/P&gt;&lt;P&gt;xyz/zzz&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;xyz/yyy&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0&lt;/P&gt;&lt;P&gt;xyz/xxx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1&lt;/P&gt;&lt;P&gt;uvw/zzz&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/P&gt;&lt;P&gt;uvw/yyy&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 3&lt;/P&gt;&lt;P&gt;uvw/xxx&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 06:43:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515938#M144897</guid>
      <dc:creator>johnnybillyd</dc:creator>
      <dc:date>2020-08-25T06:43:15Z</dc:date>
    </item>
    <item>
      <title>Re: Returning the results of two criteria</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515940#M144898</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225399"&gt;@johnnybillyd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Using my search you can have the result you want, with the only exception of the 0 values.&lt;/P&gt;&lt;P&gt;About the item that you don't understand I mean to sort results, so you can take only a parte of them (e.g. the 5 most presesent) addinf the command head &amp;lt;num&amp;gt; at the end of the search.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 06:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515940#M144898</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-08-25T06:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Returning the results of two criteria</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515942#M144899</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again. The where clause is returning an error:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Error in 'where' command: The expression is malformed. An unexpected character is reached at '=2 '.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 06:54:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515942#M144899</guid>
      <dc:creator>johnnybillyd</dc:creator>
      <dc:date>2020-08-25T06:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Returning the results of two criteria</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515944#M144900</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225399"&gt;@johnnybillyd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;sorry!&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| where dc_AttributeID=2&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 07:03:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515944#M144900</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-08-25T07:03:27Z</dc:date>
    </item>
    <item>
      <title>Re: Returning the results of two criteria</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515950#M144901</link>
      <description>&lt;P class="lia-align-justify"&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;I think we're getting there. For some reason, every pairing is returning the same count. I think I need to explain that these results I am searching are being returned to the database constantly.&amp;nbsp; I'm not sure of the&amp;nbsp; exact frequency, but I think the values are polled approximately once every 3 or 4 minutes.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;I changed the time range to "last three minutes" and each pair then gave me a count of 2. Before that(with a time search of 1 hour) each pair said it was returning 26 values.&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;However when I click on the pairings, sometimes there are 4 rooms, and sometimes there is 1.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;One of the pairings returning 1 room should be actually returning over 800.&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Sorry about this. If it's becoming too difficult and you need to stop helping, I really appreciate all the assistance, and I am certainly a lot closer than I was a short while ago!&lt;/P&gt;&lt;P class="lia-align-justify"&gt;Regards,&lt;/P&gt;&lt;P class="lia-align-justify"&gt;John&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-justify"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 07:22:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515950#M144901</guid>
      <dc:creator>johnnybillyd</dc:creator>
      <dc:date>2020-08-25T07:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Returning the results of two criteria</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515953#M144903</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225399"&gt;@johnnybillyd&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I hope to have transferred to you not a solution to your need (it was really impossible with so few informations) but an approach to solve these kind of problems.&lt;/P&gt;&lt;P&gt;If you think that my comments answer to your question, please accept it for the other people of community.&lt;/P&gt;&lt;P&gt;Ciao and good splunking.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.. Karma Points are appreciated &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 07:39:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Returning-the-results-of-two-criteria/m-p/515953#M144903</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-08-25T07:39:49Z</dc:date>
    </item>
  </channel>
</rss>

