<?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: Several searches on one table in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556855#M158161</link>
    <description>&lt;P&gt;Some examples of events from Query 1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rachelei_0-1624444466507.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14772i7A09352853915058/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rachelei_0-1624444466507.png" alt="rachelei_0-1624444466507.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Some examples of events from Query 2:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rachelei_1-1624444479336.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14773i0ED2445484980BDA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rachelei_1-1624444479336.png" alt="rachelei_1-1624444479336.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Jun 2021 10:34:58 GMT</pubDate>
    <dc:creator>rachelei</dc:creator>
    <dc:date>2021-06-23T10:34:58Z</dc:date>
    <item>
      <title>Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556493#M158045</link>
      <description>&lt;P&gt;I'm trying to take the results of 2 different searches in the same index and display them on one table, I tried to use with the 'append' function to combine two searches, but the search takes a long time, do you have another solution?&lt;BR /&gt;Any help on this would be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 08:58:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556493#M158045</guid>
      <dc:creator>rachelei</dc:creator>
      <dc:date>2021-06-21T08:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556494#M158046</link>
      <description>&lt;P&gt;can you pls share your sample searches?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jun 2021 09:00:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556494#M158046</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-06-21T09:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556629#M158090</link>
      <description>&lt;P&gt;These are the queries:&lt;/P&gt;&lt;P&gt;&lt;U&gt;Query 1:&lt;/U&gt;&lt;BR /&gt;...&lt;BR /&gt;| eval op=mvzip(mvzip(mvzip(open_port, nexpose_port,"###"),shodan_port, "###"), digital_shadows_port, "###")&lt;BR /&gt;| eval Severity=mvzip(mvzip(mvzip(mvzip(nexpose_severity , panorays_severity ,"###"),shodan_severity, "###"),digital_shadows_info_severity,"###"),digital_shadows_sock_severity,"###")&lt;BR /&gt;| eval vulns=mvzip(mvzip(mvzip(mvzip(nexpose, Panorays, "###"),Shodan,"###"),Digital_Shadows_info,"###"),Digital_Shadows_sock,"###")&lt;BR /&gt;| eval Status=mvzip(mvzip(mvzip(mvzip(nexpose_severity , panorays_status ,"###"),shodan_severity, "###"),digital_shadows_info_severity,"###"),digital_shadows_sock_severity,"###")&lt;BR /&gt;| fillnull Status Severity vulns op value=""&lt;/P&gt;&lt;P&gt;| makemv vulns delim="###"&lt;BR /&gt;| makemv Severity delim="###"&lt;BR /&gt;| makemv Status delim="###"&lt;BR /&gt;| eval field3=mvzip(mvzip(vulns,Severity, "@@@"), Status, "@@@")&lt;BR /&gt;| makemv op delim="###"&lt;BR /&gt;| eval op=mvdedup(op)&lt;BR /&gt;| eval field3=mvappend(field3,op)&lt;/P&gt;&lt;P&gt;| eval "Finding Date"=_time&lt;BR /&gt;| fillnull value="Unknown" field3 Public_IP "Asset Name" Organization Source "Finding Date" Panorays Shodan nexpose Digital_Shadows_info Digital_Shadows_sock Owner OS "Full OS String"&lt;BR /&gt;| stats min("Finding Date") as "Finding Date" by field3 Public_IP "Asset Name" Organization Source Panorays Shodan nexpose Digital_Shadows_info Digital_Shadows_sock Owner OS "Full OS String"&lt;BR /&gt;| fields - count&lt;BR /&gt;| rex field=field3 "(?&amp;lt;vuln&amp;gt;[^\r]+)\@@@(?&amp;lt;Sev&amp;gt;[^\,]+)\@@@(?&amp;lt;status&amp;gt;[^\,]+)"&lt;BR /&gt;| eval vuln=if(isnull(vuln),'field3','vuln')&lt;BR /&gt;| eval Sev=case(Sev="" OR isnull(Sev), "HIGH", true(), 'Sev')&lt;BR /&gt;.....&lt;BR /&gt;| rename Sev as Severity vuln as "Vulnerability Description"&lt;BR /&gt;| dedup "Asset Name" "Public_IP" "Vulnerability Description"&lt;BR /&gt;| convert ctime("Finding Date") as "Finding Date" timeformat="%m/%d/%Y"&lt;BR /&gt;| table Public_IP "Asset Name" "Full OS String" Organization "Vulnerability Type" "Vulnerability Description" Severity Source "Finding Date"&lt;/P&gt;&lt;P&gt;&lt;U&gt;Query 2:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;....&lt;BR /&gt;| eval Public_IP=coalesce('Public IP', 'Public_IP')&lt;BR /&gt;| eval Owner=coalesce('Owner', 'Confirmed Owner')&lt;BR /&gt;| eval "Asset Name"=coalesce(coalesce('Asset_name', 'Host_Name') , 'Domain Name')&lt;BR /&gt;| eval "Asset Name"=if('Asset Name'="", "None", 'Asset Name')&lt;BR /&gt;| eval Status=if(isnull('Status'), "Not Communicated Yet", 'Status')&lt;/P&gt;&lt;P&gt;| eval op=mvzip(mvzip(mvzip(open_port, nexpose_port,"###"),shodan_port, "###"), digital_shadows_port, "###")&lt;BR /&gt;| eval Severity=mvzip(mvzip(mvzip(mvzip(nexpose_severity , panorays_severity ,"###"),shodan_severity, "###"),digital_shadows_info_severity,"###"),digital_shadows_sock_severity,"###")&lt;BR /&gt;| eval vulns=mvzip(mvzip(mvzip(mvzip(nexpose, Panorays, "###"),Shodan,"###"),Digital_Shadows_info,"###"),Digital_Shadows_sock,"###")&lt;BR /&gt;| eval status=mvzip(mvzip(mvzip(mvzip(nexpose_severity , panorays_status ,"###"),shodan_severity, "###"),digital_shadows_info_severity,"###"),digital_shadows_sock_severity,"###")&lt;BR /&gt;| fillnull status Severity vulns op value=""&lt;/P&gt;&lt;P&gt;| makemv vulns delim="###"&lt;BR /&gt;| makemv Severity delim="###"&lt;BR /&gt;| makemv status delim="###"&lt;BR /&gt;| eval field1=mvzip(mvzip(vulns,Severity, "@@@"), status, "@@@")&lt;/P&gt;&lt;P&gt;| makemv op delim="###"&lt;BR /&gt;| eval op=mvdedup(op)&lt;BR /&gt;| eval field1=mvappend(field1,op)&lt;/P&gt;&lt;P&gt;| eval "Finding_Date"=_time&lt;BR /&gt;| convert ctime("Finding_Date") as "Finding_Date" timeformat="%Y-%m-%d"&lt;BR /&gt;| eval "Finding Date"=if(isnull('Finding Date'), 'Finding_Date', 'Finding Date')&lt;/P&gt;&lt;P&gt;| fillnull value="Unknown" field1 Public_IP "Asset Name" Organization Source "Finding Date" Panorays Shodan nexpose Digital_Shadows_info Digital_Shadows_sock Owner Description extracted_Source OS Title&lt;BR /&gt;| stats min("Finding Date") as "Finding Date" by field3 Public_IP "Asset Name" Organization Status Source Panorays Shodan nexpose Digital_Shadows_info Digital_Shadows_sock Owner Description extracted_Source Score source OS Title&lt;BR /&gt;| fields - count&lt;BR /&gt;| eval field1=if('field1'="Unknown", 'Description','field1')&lt;BR /&gt;| rex field=field1 "(?&amp;lt;vuln&amp;gt;[^\r]+)\@@@(?&amp;lt;Sev&amp;gt;[^\,]+)\@@@(?&amp;lt;status&amp;gt;[^\,]+)"&lt;BR /&gt;| eval vuln=if(isnull(vuln),'field1','vuln')&lt;BR /&gt;.....&lt;BR /&gt;| eventstats count by "Public_IP" Organization , "Vulnerability Description" Severity&lt;BR /&gt;| where (count="1" OR (count&amp;gt;"1" AND 'Asset Name'!="None"))&lt;BR /&gt;| table Public_IP "Asset Name" "Full OS String" Organization "Vulnerability Type" "Vulnerability Description" Severity Source "Finding Date"&lt;/P&gt;&lt;P&gt;I would like to combine the results of these 2 queries into one table.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 07:39:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556629#M158090</guid>
      <dc:creator>rachelei</dc:creator>
      <dc:date>2021-06-22T07:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556748#M158129</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/235621"&gt;@rachelei&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you tried this?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;QUERY_ONE
| append [search QUERY_TWO]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;KV&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 17:14:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556748#M158129</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-06-22T17:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556755#M158131</link>
      <description>&lt;P&gt;I tried this function, but it takes a long time, do you have another option?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 18:03:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556755#M158131</guid>
      <dc:creator>rachelei</dc:creator>
      <dc:date>2021-06-22T18:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556804#M158139</link>
      <description>&lt;P&gt;Can you please share some sample _raw events from Query 1 and Query 2?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 04:27:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556804#M158139</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-06-23T04:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556855#M158161</link>
      <description>&lt;P&gt;Some examples of events from Query 1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rachelei_0-1624444466507.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14772i7A09352853915058/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rachelei_0-1624444466507.png" alt="rachelei_0-1624444466507.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Some examples of events from Query 2:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rachelei_1-1624444479336.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14773i0ED2445484980BDA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rachelei_1-1624444479336.png" alt="rachelei_1-1624444479336.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 10:34:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556855#M158161</guid>
      <dc:creator>rachelei</dc:creator>
      <dc:date>2021-06-23T10:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556856#M158162</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/235621"&gt;@rachelei&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm expected _raw instead table format. &amp;nbsp;It will help me to combine both search.&lt;/P&gt;&lt;P&gt;KV&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Jun 2021 10:42:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/556856#M158162</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-06-23T10:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/557433#M158317</link>
      <description>&lt;P&gt;Sorry but I can't share the values with you.&amp;nbsp;&lt;BR /&gt;This is a an example of one raw event of query #1:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rachelei_0-1624888719449.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14848i64AD267E9FD07C64/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rachelei_0-1624888719449.png" alt="rachelei_0-1624888719449.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This is an example of raw event of query #2:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rachelei_1-1624888921260.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/14849i43BE3C86215B604E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rachelei_1-1624888921260.png" alt="rachelei_1-1624888921260.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I hope this is what you meant.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jun 2021 14:06:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/557433#M158317</guid>
      <dc:creator>rachelei</dc:creator>
      <dc:date>2021-06-28T14:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/558254#M158574</link>
      <description>&lt;P&gt;Do you have any idea?&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jul 2021 10:39:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/558254#M158574</guid>
      <dc:creator>rachelei</dc:creator>
      <dc:date>2021-07-04T10:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/558359#M158600</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/235621"&gt;@rachelei&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sample&lt;STRONG&gt; _raw&lt;/STRONG&gt; from &lt;STRONG&gt;base search&lt;/STRONG&gt; of both searches. Screenshot will not help us to reproduce the issue.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;_raw &lt;/STRONG&gt;means this. just use &lt;STRONG&gt;&amp;lt;/&amp;gt;&amp;nbsp;&lt;/STRONG&gt;from toolbar to keep it clear.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{"body":{"records": {"time": "2020-12-20T13:28:50.2164144Z","MachineGroup": "Windows 10", "Timestamp": "2020-12-20T13:27:18.6679858Z", "DeviceName": "3242d4e4.dc.democorp.com", "ReportId": 306737}}}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2-3 events from each base search will help to revert you back.&lt;/P&gt;&lt;P&gt;KV&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 07:14:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/558359#M158600</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2021-07-06T07:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Several searches on one table</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/558986#M158801</link>
      <description>&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;Please refer to the&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;raw&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;examples &lt;/SPAN&gt;&lt;SPAN&gt;below, I hope this is what you meant:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;U&gt;&lt;BR /&gt;Query #1:&lt;/U&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;_&lt;I&gt;raw = "","","public_ip&lt;/I&gt;","&lt;I&gt;owner&lt;/I&gt;","&lt;I&gt;os&lt;/I&gt;","&lt;I&gt;os_version&lt;/I&gt; ","","False","True","False","","","","","","","","","","","","","443###1720###5060","","&lt;I&gt;date&lt;/I&gt;","vulnerable","&lt;I&gt;finding_date&lt;/I&gt;","&lt;I&gt;type&lt;/I&gt;","","False","0","0","2019-04-25 00:00:00","2007-08-03 00:00:00","823.15","&lt;I&gt;severity&lt;/I&gt; ","&lt;I&gt;vulnerability_score&lt;/I&gt;","&lt;I&gt;vulnerability_ description&lt;/I&gt; ","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;_raw = "","&lt;I&gt;host&lt;/I&gt;","&lt;I&gt; public_ip&lt;/I&gt; ","&lt;I&gt; owner&lt;/I&gt; ","","","","","","&lt;I&gt;cve&lt;/I&gt;","&lt;I&gt;cvss&lt;/I&gt;","&lt;I&gt;cve_status&lt;/I&gt;","443###1720###5060","","&lt;I&gt;date&lt;/I&gt;","&lt;I&gt;status&lt;/I&gt;","&lt;I&gt;finding date&lt;/I&gt;","&lt;I&gt;type&lt;/I&gt;”,False###False###False###False###False###False","0###0###0###0###0###0","0###0###0###0###0###0","2019-04-25 00:00:00","822.77###536.03###447.98###182.94###483.61###456.55","&lt;I&gt;severity&lt;/I&gt;","&lt;I&gt;vulnerability_score&lt;/I&gt; ","&lt;I&gt;vulnerability_description&lt;/I&gt;","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","",""&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;U&gt;Query #2:&lt;/U&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;_raw = "&lt;I&gt;public_ip&lt;/I&gt; ","","","","","","","True","False","False","&lt;I&gt;zone&lt;/I&gt;","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","&lt;I&gt;domain&lt;/I&gt;","TCP","2021-03-21 21:39:59","B","&lt;I&gt;domain&lt;/I&gt;","","&lt;I&gt;date&lt;/I&gt;","&lt;I&gt;vulnerability&lt;/I&gt;","","&lt;I&gt;vulnerability_description&lt;/I&gt;","&lt;I&gt;severity&lt;/I&gt;"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;_raw = "&lt;I&gt;public_ip&lt;/I&gt; ","","","","","&lt;I&gt;os&lt;/I&gt;","","","","","&lt;I&gt;zone&lt;/I&gt;","443","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","","&lt;I&gt;domain&lt;/I&gt;","TCP###TCP###TCP","&lt;I&gt;date&lt;/I&gt;”,C###C###C","&lt;I&gt;domain&lt;/I&gt;","######","2021-05-29 12:00:00###2021-05-29 12:00:00###2021-05-29 12:00:00","&lt;I&gt;vulnerability&lt;/I&gt;&lt;I&gt;","######","vulnerability_description&lt;/I&gt;","&lt;I&gt;severity"&lt;/I&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 11 Jul 2021 13:00:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Several-searches-on-one-table/m-p/558986#M158801</guid>
      <dc:creator>rachelei</dc:creator>
      <dc:date>2021-07-11T13:00:45Z</dc:date>
    </item>
  </channel>
</rss>

