<?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 search Data correlation solution in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599251#M208615</link>
    <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;I have this problem about data correlation, here's the detail.&lt;/P&gt;
&lt;P&gt;The source file is a test result summary named summary.xml, and it's not time sensitive.&amp;nbsp; Splunk will parse the file to some events like event1,2,3,etc.&amp;nbsp; The test info is in event 1 and results are in even 2,3,4.&amp;nbsp;My goal is to count the results of all tests under the same info. I don't know how to link these info.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What kind of SPL search I could use?&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;Summary1.xml:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event1&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;test info:&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;alpha&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;event2&lt;/TD&gt;
&lt;TD height="25px"&gt;Pass&lt;/TD&gt;
&lt;TD height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event3&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Fail&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;event4&lt;/TD&gt;
&lt;TD height="25px"&gt;Fail&lt;/TD&gt;
&lt;TD height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Summary2.xml:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event1&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;test info:&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;beta&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event2&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Pass&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event3&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Pass&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event4&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Pass&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The results I expected：&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;Test info&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;results&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;alpha&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;pass：1， failed：2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;beta&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;pass:&amp;nbsp; &amp;nbsp;3, failed:0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 25 May 2022 15:33:24 GMT</pubDate>
    <dc:creator>cecilia_cheng1</dc:creator>
    <dc:date>2022-05-25T15:33:24Z</dc:date>
    <item>
      <title>How to search Data correlation solution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599251#M208615</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;
&lt;P&gt;I have this problem about data correlation, here's the detail.&lt;/P&gt;
&lt;P&gt;The source file is a test result summary named summary.xml, and it's not time sensitive.&amp;nbsp; Splunk will parse the file to some events like event1,2,3,etc.&amp;nbsp; The test info is in event 1 and results are in even 2,3,4.&amp;nbsp;My goal is to count the results of all tests under the same info. I don't know how to link these info.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What kind of SPL search I could use?&lt;/P&gt;
&lt;P&gt;For example:&lt;/P&gt;
&lt;P&gt;Summary1.xml:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event1&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;test info:&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;alpha&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;event2&lt;/TD&gt;
&lt;TD height="25px"&gt;Pass&lt;/TD&gt;
&lt;TD height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event3&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Fail&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD height="25px"&gt;event4&lt;/TD&gt;
&lt;TD height="25px"&gt;Fail&lt;/TD&gt;
&lt;TD height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;Summary2.xml:&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event1&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;test info:&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;beta&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event2&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Pass&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event3&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Pass&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;event4&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;Pass&lt;/TD&gt;
&lt;TD width="33.333333333333336%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;The results I expected：&lt;/STRONG&gt;&lt;/P&gt;
&lt;TABLE border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;Test info&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;results&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;alpha&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;pass：1， failed：2&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="50%" height="25px"&gt;beta&lt;/TD&gt;
&lt;TD width="50%" height="25px"&gt;pass:&amp;nbsp; &amp;nbsp;3, failed:0&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 15:33:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599251#M208615</guid>
      <dc:creator>cecilia_cheng1</dc:creator>
      <dc:date>2022-05-25T15:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Data correlation solution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599253#M208617</link>
      <description>&lt;P&gt;Hi you are missing some data in the columns with alpha and beta.&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Event&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Result&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Test Type&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;event2&lt;/TD&gt;&lt;TD height="25px"&gt;Pass&lt;/TD&gt;&lt;TD height="25px"&gt;alpha&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;event3&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Fail&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;alpha&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;event4&lt;/TD&gt;&lt;TD height="25px"&gt;Fail&lt;/TD&gt;&lt;TD height="25px"&gt;alpha&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;event2&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Pass&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;beta&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;event3&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Pass&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;beta&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;event4&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;Pass&lt;/TD&gt;&lt;TD width="33.333333333333336%" height="25px"&gt;beta&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;that is what you should aim for as you column headers as far as i see from your post are misleading&lt;BR /&gt;with that you can do:&lt;BR /&gt;&lt;BR /&gt;| stats count by "Test Type" Result&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 10:49:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599253#M208617</guid>
      <dc:creator>Software-Simian</dc:creator>
      <dc:date>2022-05-25T10:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Data correlation solution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599254#M208618</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/245844"&gt;@cecilia_cheng1&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you should in gest data in a way that every file is an event, in this way you have all the information in the same event,&lt;/P&gt;&lt;P&gt;but anyway,the file name is always different from the previous ones or there could be more files with the same name, in other words, can we use the source as a unique key?&lt;/P&gt;&lt;P&gt;Then, could you share some sample of your data?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 10:52:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599254#M208618</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2022-05-25T10:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Data correlation solution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599255#M208619</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/240008"&gt;@Software-Simian&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;&lt;P&gt;Thank you for your quick reply.&lt;/P&gt;&lt;P&gt;That's the tricky part, cuz the test type and test resuls are not in the same event... So I was wondering if there's a command or something that can link these info together.&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;P&gt;Cecilia&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 10:54:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599255#M208619</guid>
      <dc:creator>cecilia_cheng1</dc:creator>
      <dc:date>2022-05-25T10:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Data correlation solution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599266#M208621</link>
      <description>&lt;P&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&gt;Sorry for the vague description. I post the detail pic as follows:&lt;/P&gt;&lt;P&gt;The summary is gathered from different host and stored in different DIR with same name.&lt;/P&gt;&lt;P&gt;The source name is not a unique key.&amp;nbsp; A test file is the result of a host testing a load multiple times.&lt;/P&gt;&lt;P&gt;I have extract the info I need which are loadname and result1. But these two infos do not shown in the same line... It is impossibe to count result1 by loadname, shown as pic 3&lt;/P&gt;&lt;P&gt;Pic1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="commu1.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19816iE726135303566F65/image-size/large?v=v2&amp;amp;px=999" role="button" title="commu1.png" alt="commu1.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;pic2:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="conmmu2.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19815i66069B8CBD71A9AD/image-size/large?v=v2&amp;amp;px=999" role="button" title="conmmu2.png" alt="conmmu2.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;pic3：&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="conmmu3.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19821i98A667D87881D45B/image-size/large?v=v2&amp;amp;px=999" role="button" title="conmmu3.png" alt="conmmu3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 11:15:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599266#M208621</guid>
      <dc:creator>cecilia_cheng1</dc:creator>
      <dc:date>2022-05-25T11:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: Data correlation solution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599268#M208622</link>
      <description>&lt;P&gt;Anyhow, you need a series of fields as unique identifier...and event2 is not unique and the event line only states event2 and Pass...but not if it belongs to alpha or beta...&lt;/P&gt;&lt;P&gt;You need real headers...your tables start with content, that makes it hard to answer&lt;/P&gt;&lt;P&gt;are all summaries at least in the same index? Or are those events volatile and not persistent?&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 11:22:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599268#M208622</guid>
      <dc:creator>Software-Simian</dc:creator>
      <dc:date>2022-05-25T11:22:21Z</dc:date>
    </item>
    <item>
      <title>Re: Data correlation solution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599269#M208623</link>
      <description>&lt;P&gt;sorry but your data quality is really bad....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you have fields with NULL values and you are using those fields for "by" clauses&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 11:26:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599269#M208623</guid>
      <dc:creator>Software-Simian</dc:creator>
      <dc:date>2022-05-25T11:26:09Z</dc:date>
    </item>
    <item>
      <title>Re: Data correlation solution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599270#M208624</link>
      <description>&lt;P&gt;Agreed... Those are the orginal data. The info I needed is not showned at the same time, they're not in the same line... That's why there are so many NULL...&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":loudly_crying_face:"&gt;😭&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 11:30:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599270#M208624</guid>
      <dc:creator>cecilia_cheng1</dc:creator>
      <dc:date>2022-05-25T11:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data correlation solution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599271#M208625</link>
      <description>&lt;P&gt;well then you need to provide us with amapping of Columns and their values and how they should be mapped....ATM this is not possible. No where in your screenshots we can see something about alpha and beta&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you are familiar with a bit of coding write some pseudo code here.&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 11:33:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599271#M208625</guid>
      <dc:creator>Software-Simian</dc:creator>
      <dc:date>2022-05-25T11:33:46Z</dc:date>
    </item>
    <item>
      <title>Re: Data correlation solution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599274#M208627</link>
      <description>&lt;P&gt;Not quite understand what info&amp;nbsp; I should provid...&lt;/P&gt;&lt;P&gt;Something like the following,&amp;nbsp;but need to replace source column with loadname.&lt;/P&gt;&lt;P&gt;If this requirement is impossible, should I write a script to preprocess the data or some other solution?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="conmmu4.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19822i776CD66AD8AE8973/image-size/large?v=v2&amp;amp;px=999" role="button" title="conmmu4.png" alt="conmmu4.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 11:43:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599274#M208627</guid>
      <dc:creator>cecilia_cheng1</dc:creator>
      <dc:date>2022-05-25T11:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Data correlation solution</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599276#M208628</link>
      <description>&lt;P&gt;you need to provide more information on the data...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;your screenshots include the same query...how can you differntiate between event A that provides grouping data for tests and the test results themselves?&lt;/P&gt;</description>
      <pubDate>Wed, 25 May 2022 12:25:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-search-Data-correlation-solution/m-p/599276#M208628</guid>
      <dc:creator>Software-Simian</dc:creator>
      <dc:date>2022-05-25T12:25:56Z</dc:date>
    </item>
  </channel>
</rss>

