<?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 where to add token in my search string which is a join of two indexes in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/where-to-add-token-in-my-search-string-which-is-a-join-of-two/m-p/555570#M38623</link>
    <description>&lt;P&gt;I have a query as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with below search string:&lt;/P&gt;&lt;P&gt;index="apple" | table "ID"&lt;BR /&gt;| join type=left ID [search index="csv"] | table&amp;nbsp; "ID" "Type" "Status"&lt;BR /&gt;** Type is in csv index table&lt;/P&gt;&lt;P&gt;created a dropdown for type with token = type_filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the above search string where should I include the token to function my dropdown.&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>Sat, 12 Jun 2021 20:45:49 GMT</pubDate>
    <dc:creator>radha116</dc:creator>
    <dc:date>2021-06-12T20:45:49Z</dc:date>
    <item>
      <title>where to add token in my search string which is a join of two indexes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/where-to-add-token-in-my-search-string-which-is-a-join-of-two/m-p/555570#M38623</link>
      <description>&lt;P&gt;I have a query as below&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table with below search string:&lt;/P&gt;&lt;P&gt;index="apple" | table "ID"&lt;BR /&gt;| join type=left ID [search index="csv"] | table&amp;nbsp; "ID" "Type" "Status"&lt;BR /&gt;** Type is in csv index table&lt;/P&gt;&lt;P&gt;created a dropdown for type with token = type_filter.&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the above search string where should I include the token to function my dropdown.&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>Sat, 12 Jun 2021 20:45:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/where-to-add-token-in-my-search-string-which-is-a-join-of-two/m-p/555570#M38623</guid>
      <dc:creator>radha116</dc:creator>
      <dc:date>2021-06-12T20:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: where to add token in my search string which is a join of two indexes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/where-to-add-token-in-my-search-string-which-is-a-join-of-two/m-p/555571#M38624</link>
      <description>&lt;P&gt;It depends on what you are trying to exclude with the token. Do you want IDs from apple with data from csv regardless of whether they have a match to the token in csv or do you want to exclude IDs from apple if they have a match to the token in a field from csv?&lt;/P&gt;&lt;P&gt;If you want the first case you would put the exclusion inside the join search, if you want the second case you would put the exclusion outside / after the join search.&lt;/P&gt;</description>
      <pubDate>Sat, 12 Jun 2021 22:13:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/where-to-add-token-in-my-search-string-which-is-a-join-of-two/m-p/555571#M38624</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-06-12T22:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: where to add token in my search string which is a join of two indexes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/where-to-add-token-in-my-search-string-which-is-a-join-of-two/m-p/555573#M38625</link>
      <description>&lt;P&gt;Type dropdown has options fruits, vegetables. When i select fruits i want to see the table filtered with Type: fruit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index="apple" | table "ID"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| join type=left ID [search index="csv"&amp;nbsp; &lt;FONT color="#339966"&gt;"&lt;FONT color="#0000FF"&gt;$type_filter$"&lt;/FONT&gt;&lt;/FONT&gt;] | table&amp;nbsp; "ID" "Type" "Status"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;is the above correct&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jun 2021 00:58:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/where-to-add-token-in-my-search-string-which-is-a-join-of-two/m-p/555573#M38625</guid>
      <dc:creator>radha116</dc:creator>
      <dc:date>2021-06-13T00:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: where to add token in my search string which is a join of two indexes</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/where-to-add-token-in-my-search-string-which-is-a-join-of-two/m-p/555574#M38626</link>
      <description>&lt;P&gt;resolved&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;index="apple" | table "ID"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;| join type=left ID [search index="csv"&amp;nbsp;] | table&amp;nbsp; "ID" "Type" "Status" | search Type=&lt;FONT color="#339966"&gt;"&lt;FONT color="#0000FF"&gt;$type_filter$"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Jun 2021 01:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/where-to-add-token-in-my-search-string-which-is-a-join-of-two/m-p/555574#M38626</guid>
      <dc:creator>radha116</dc:creator>
      <dc:date>2021-06-13T01:28:47Z</dc:date>
    </item>
  </channel>
</rss>

