<?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 Help me to format the below query without the join command. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Help-me-to-format-the-below-query-without-the-join-command/m-p/545549#M154553</link>
    <description>&lt;P&gt;Help me to format the below query without the join command.&lt;/P&gt;&lt;P&gt;index=sample sourcetype=Sample_1 | fillnull | makemv delim=";" AID | join type=left AID [search index=sam sourcetype=sam_1|fillnull|rename Name as AID] |fillnull value="" Cos|fields * | search Legment="SOFT"|search sev=Y&amp;nbsp;|stats count(VName)&lt;/P&gt;&lt;P&gt;the query is too slow for me and I have to run without join.&lt;/P&gt;</description>
    <pubDate>Fri, 26 Mar 2021 10:09:29 GMT</pubDate>
    <dc:creator>nivethainspire_</dc:creator>
    <dc:date>2021-03-26T10:09:29Z</dc:date>
    <item>
      <title>Help me to format the below query without the join command.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-me-to-format-the-below-query-without-the-join-command/m-p/545549#M154553</link>
      <description>&lt;P&gt;Help me to format the below query without the join command.&lt;/P&gt;&lt;P&gt;index=sample sourcetype=Sample_1 | fillnull | makemv delim=";" AID | join type=left AID [search index=sam sourcetype=sam_1|fillnull|rename Name as AID] |fillnull value="" Cos|fields * | search Legment="SOFT"|search sev=Y&amp;nbsp;|stats count(VName)&lt;/P&gt;&lt;P&gt;the query is too slow for me and I have to run without join.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 10:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-me-to-format-the-below-query-without-the-join-command/m-p/545549#M154553</guid>
      <dc:creator>nivethainspire_</dc:creator>
      <dc:date>2021-03-26T10:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Help me to format the below query without the join command.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-me-to-format-the-below-query-without-the-join-command/m-p/545556#M154555</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;please try to understand the logic on this search:&lt;/P&gt;&lt;P&gt;index=sample OR index=sam sourcetype=Sample_1 OR sourcetype=sam_1 | makemv delim=";" AID&lt;BR /&gt;rename Name as AID |fillnull value="" Cos |fields * | search Legment="SOFT"|search sev=Y |stats count(VName) by AID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the best way to do a search without a join, Also you can use the where condition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alessandro&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 11:08:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-me-to-format-the-below-query-without-the-join-command/m-p/545556#M154555</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-03-26T11:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help me to format the below query without the join command.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-me-to-format-the-below-query-without-the-join-command/m-p/545560#M154557</link>
      <description>&lt;P&gt;When I run this I get no result as the&amp;nbsp;&lt;SPAN&gt;|search sev=Y has no data which is from 1st index and&amp;nbsp;&amp;nbsp;| search Legment="SOFT"| is from 2nd index&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Both search together not working&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 11:20:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-me-to-format-the-below-query-without-the-join-command/m-p/545560#M154557</guid>
      <dc:creator>nivethainspire_</dc:creator>
      <dc:date>2021-03-26T11:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: Help me to format the below query without the join command.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Help-me-to-format-the-below-query-without-the-join-command/m-p/545563#M154560</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I don't know your data setI shared the search only to understand the logic.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index=sample OR index=sam sourcetype=Sample_1 OR sourcetype=sam_1&amp;nbsp;Legment="SOFT" OR&amp;nbsp;sev=Y &amp;nbsp;| makemv delim=";" AID&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;rename Name as AID |fillnull value="" Cos&amp;nbsp; &amp;nbsp;|stats count(VName) by AID&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Mar 2021 11:27:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Help-me-to-format-the-below-query-without-the-join-command/m-p/545563#M154560</guid>
      <dc:creator>aasabatini</dc:creator>
      <dc:date>2021-03-26T11:27:21Z</dc:date>
    </item>
  </channel>
</rss>

