<?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: How to filter lookup data through a text box in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532996#M36289</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/23295"&gt;@nickhills&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This query is returning the result .&lt;/P&gt;&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=abc sourcetype=xyz source="user.log" process-groups | convert timeformat="%Y-%m-%d" ctime(_time) AS Date|rename count as "Request Counts" |rex field=Request_URL "(?&amp;amp;lt;id&amp;amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"|stats count by Date ADS_Id Request_Type id ClickHere Request_URL|sort - ADS_Id |join type=outer id [inputlookup nifi_api_parent_chains.csv]|where $Teams$&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;fields&amp;gt;"Date", "ADS_Id","Request_Type", "Request_URL", "id", "parent_chain"&amp;lt;/fields&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;&lt;P&gt;I want to add my text box filter token in this working query. Can you guide me how can I add my text box filter token here.&lt;/P&gt;&lt;P&gt;This is code for my text box.&lt;/P&gt;&lt;P&gt;&amp;lt;input type="text" token="ckey" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Parent Chain&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;parent_chain="*&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;*"&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Dec 2020 14:13:10 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2020-12-14T14:13:10Z</dc:date>
    <item>
      <title>How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532854#M36265</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have one requirement .&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one panel in the dashboard which consists of various fields. There is one field "&lt;STRONG&gt;parent_chain&lt;/STRONG&gt;" which is coming from the lookup "&lt;STRONG&gt;parent_chains.csv"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Below is the code for the panel:&lt;/P&gt;&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=abc sourcetype=xyz source="/user.log" process-groups | convert timeformat="%Y-%m-%d" ctime(_time) AS Date|rename count as "Request Counts" |rex field=Request_URL "(?&amp;amp;lt;id&amp;amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"|stats count by Date ADS_Id Request_Type id ClickHere Request_URL|sort - ADS_Id |&lt;STRONG&gt;join type=outer id [inputlookup&amp;nbsp; parent_chains.csv]&lt;/STRONG&gt;|where $Teams$&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;fields&amp;gt;"Date", "ADS_Id","Request_Type", "Request_URL", "id", "parent_chain"&amp;lt;/fields&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;&lt;P&gt;The parent chain data is like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MAIN--&amp;gt;root--&amp;gt;Oneforce&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MAIN--&amp;gt;root--&amp;gt;Oneforce--&amp;gt;AP_Automation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MAIN--&amp;gt;root--&amp;gt;BLAZE - E3--&amp;gt;Lead IB jobs&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;MAIN--&amp;gt;root--&amp;gt;BLAZE - E3--&amp;gt;Blaze Transformation - Data Ingestion&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.....................................&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;.......................................&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My requirement is that I need to create one text box and when I type like "Data Ingestion" in text box then all the parent_chain which consists of Data Ingestion should come.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If I write suppose&amp;nbsp;"Blaze Transformation" in text box then all the parent_chain which consists of "Blaze Transformation" should come.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have created text box like this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;/input&amp;gt;&lt;BR /&gt;&amp;lt;input type="text" token="ckey" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Parent Chain&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;parent_chain="*&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;*"&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can anyone guide me on this. How I can achieve this.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 18:15:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532854#M36265</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-11T18:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532866#M36267</link>
      <description>&lt;P&gt;Can someone please guide me on this.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Dec 2020 19:58:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532866#M36267</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-11T19:58:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532902#M36271</link>
      <description>Can someone please guide me on this.</description>
      <pubDate>Sat, 12 Dec 2020 15:46:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532902#M36271</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-12T15:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532905#M36272</link>
      <description>&lt;P&gt;Your requirement is a bit unclear, but try this:&lt;/P&gt;&lt;P&gt;Don't join on a lookup, use it as a lookup.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc sourcetype=xyz source="/user.log" process-groups 
| convert timeformat="%Y-%m-%d" ctime(_time) AS Date
|rename count as "Request Counts" 
|rex field=Request_URL "(?&amp;lt;id&amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"
|stats count by Date ADS_Id Request_Type id ClickHere Request_URL
|sort - ADS_Id 
|lookup  parent_chains.csv id
|search $ckey$ $Teams$&lt;/LI-CODE&gt;&lt;P&gt;You don't specify where $Teams$ comes from - I assume it's another token and it matches in the lookup file?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Dec 2020 16:26:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532905#M36272</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-12-12T16:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532938#M36277</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/23295"&gt;@nickhills&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried what you have suggested but its showing "Result not found"&lt;/P&gt;&lt;P&gt;Can you guide me where I have gone wrong.&lt;/P&gt;&lt;P&gt;My requirement is this :&lt;/P&gt;&lt;P&gt;I have one panel which consists of various fields. &lt;STRONG&gt;There is one field parent_chain which is coming from lookup "parent_chains.csv".&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;parent_chain data looks like this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAIN--&amp;gt;root--&amp;gt;Oneforce&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAIN--&amp;gt;root--&amp;gt;Oneforce--&amp;gt;AP_Automation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAIN--&amp;gt;root--&amp;gt;BLAZE - E3--&amp;gt;Lead IB jobs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAIN--&amp;gt;root--&amp;gt;BLAZE - E3--&amp;gt;Blaze Transformation - Data Ingestion.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;........................&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;........................&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;My requirement is this I need to create one text box and need to put filter on any word of the parent_chain.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Suppose I type "Data Ingestion" in text box then all the parent_chain which consists of Data Ingestion in parent chain should be shown.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Suppose I type "Lead IB jobs" in text box then all the parent_chain which includes "Lead IB jobs" word in parent_chain should come.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Below is my code for the text box:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;lt;input type="text" token="ckey" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Parent Chain&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;parent_chain="*&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;*"&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Below is my code for the panel:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=abc sourcetype=xyz source="/user.log" process-groups | convert timeformat="%Y-%m-%d" ctime(_time) AS Date|rename count as "Request Counts" |rex field=Request_URL "(?&amp;amp;lt;id&amp;amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"|stats count by Date ADS_Id Request_Type id ClickHere Request_URL|sort - ADS_Id |&lt;STRONG&gt;join type=outer id [inputlookup parent_chains.csv]|where $Teams$&lt;/STRONG&gt;&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;fields&amp;gt;"Date", "ADS_Id","Request_Type", "Request_URL", "id", "parent_chain"&amp;lt;/fields&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&amp;lt;/row&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;This&lt;/STRONG&gt;&amp;nbsp;&lt;STRONG&gt;$Teams$ is another filter which I have put on parent_chain. Its a multiselect drop-down filter.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;How should I pass another token "ckey" for my text box filter here.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/23295"&gt;@nickhills&lt;/a&gt;&amp;nbsp;Can you guide me on this.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Let me know if any other information is required.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Thanks in advance&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 21:08:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532938#M36277</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-13T21:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532939#M36278</link>
      <description>Can someone please guide me on this.</description>
      <pubDate>Sun, 13 Dec 2020 21:03:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532939#M36278</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-13T21:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532940#M36279</link>
      <description>&lt;P&gt;Can someone please guide me on this.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Dec 2020 21:11:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532940#M36279</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-13T21:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532950#M36280</link>
      <description>&lt;P&gt;Can someone please look into my issue.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 05:42:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532950#M36280</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-14T05:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532967#M36282</link>
      <description>&lt;P&gt;Can someone please guide me on my issue.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 09:33:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532967#M36282</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-14T09:33:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532968#M36283</link>
      <description>&lt;P&gt;Start by running this search and see if it produces the results you require.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If not, be sure to update us with the results you do get and your expectations:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc sourcetype=xyz source="/user.log" process-groups 
| convert timeformat="%Y-%m-%d" ctime(_time) AS Date
|rename count as "Request Counts" 
|rex field=Request_URL "(?&amp;lt;id&amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"
|stats count by Date ADS_Id Request_Type id ClickHere Request_URL
|sort - ADS_Id 
|lookup  parent_chains.csv id
|search parent_chain=*&lt;/LI-CODE&gt;&lt;P&gt;Also, I note you do a rename [|rename count as "Request Counts" ] which you don't use. Is that intentional?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 09:34:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532968#M36283</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-12-14T09:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532989#M36286</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/23295"&gt;@nickhills&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is not showing any results.&lt;/P&gt;&lt;P&gt;My Requirement is like this:&lt;/P&gt;&lt;P&gt;I have one panel which consists of several fields . There is one field &lt;STRONG&gt;parent_chain&lt;/STRONG&gt; which is coming from lookup &lt;STRONG&gt;parent_chains.csv&amp;nbsp;&lt;/STRONG&gt;rest all fields are coming from events.&lt;/P&gt;&lt;P&gt;parent chain data look like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAIN--&amp;gt;root--&amp;gt;Oneforce&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAIN--&amp;gt;root--&amp;gt;Oneforce--&amp;gt;AP_Automation&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAIN--&amp;gt;root--&amp;gt;BLAZE - E3--&amp;gt;Lead IB jobs&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MAIN--&amp;gt;root--&amp;gt;BLAZE - E3--&amp;gt;Blaze Transformation - Data Ingestion.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now my requirement is I need to create one text box and I need to put filter on any word of the parent chain&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;If&amp;nbsp;&lt;/SPAN&gt;I type "Data Ingestion" in text box then all the parent_chain which consists of Data Ingestion in parent chain should be shown.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If I type "Lead IB jobs" in text box then all the parent_chain which includes "Lead IB jobs" word in parent_chain should come.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In short I want filter on parent_chain words&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have created text box. Below is the code for it.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;input type="text" token="ckey" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Parent Chain&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;parent_chain="*&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;*"&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code for panel:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=abc sourcetype=xyz source="user.log" process-groups| convert timeformat="%Y-%m-%d" ctime(_time) AS Date |rex field=Request_URL "(?&amp;amp;lt;id&amp;amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"|stats count by Date ADS_Id Request_Type id ClickHere Request_URL|sort - ADS_Id | &lt;STRONG&gt;join type=outer id [inputlookup parent_chains.csv]|where $Teams$&lt;/STRONG&gt;&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;fields&amp;gt;"Date", "ADS_Id","Request_Type", "Request_URL", "id", "parent_chain"&amp;lt;/fields&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;$Teams$ is another filter which I have put on parent_chain. Its a multiselect drop-down filter.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Code for multiselect drop-down.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="multiselect" token="Teams" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Teams&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="true()"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="like(parent_chain, &amp;amp;quot;%BLAZE%&amp;amp;quot;)"&amp;gt;BLAZE&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="like(parent_chain, &amp;amp;quot;%Oneforce%&amp;amp;quot;)"&amp;gt;Oneforce&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;Teams&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;initialValue&amp;gt;All&amp;lt;/initialValue&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;All&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;How should I pass another token "ckey" for my text box filter on parent_Chain in the panel.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can someone guide me on this.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks in advance&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 13:50:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532989#M36286</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-14T13:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532991#M36287</link>
      <description>&lt;P&gt;Can someone please guide me on this.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 13:55:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532991#M36287</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-14T13:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532993#M36288</link>
      <description>&lt;P&gt;Ok, I understand the question and the dashboard requirements (you don't need to keep posting it) but the first thing you need to do is get the basic search to work.&lt;BR /&gt;&lt;BR /&gt;If the search returns no results you need to figure out why.&lt;BR /&gt;Does the first part of the query work?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc sourcetype=xyz source="/user.log" process-groups 
| convert timeformat="%Y-%m-%d" ctime(_time) AS Date
|rename count as "Request Counts" 
|rex field=Request_URL "(?&amp;lt;id&amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"
|stats count by Date ADS_Id Request_Type id ClickHere Request_URL&lt;/LI-CODE&gt;&lt;P&gt;If the first part works, then try adding the lookup:&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=abc sourcetype=xyz source="/user.log" process-groups 
| convert timeformat="%Y-%m-%d" ctime(_time) AS Date
|rename count as "Request Counts" 
|rex field=Request_URL "(?&amp;lt;id&amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"
|stats count by Date ADS_Id Request_Type id ClickHere Request_URL
|lookup parent_chains.csv id&lt;/LI-CODE&gt;&lt;P&gt;Do you now have additional columns added from the lookup - do you now see a column called "parent_chain"?&lt;BR /&gt;&lt;BR /&gt;When you have the necessary fields returned in your search you can move on to building the dashboard.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 14:01:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532993#M36288</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-12-14T14:01:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532996#M36289</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/23295"&gt;@nickhills&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This query is returning the result .&lt;/P&gt;&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=abc sourcetype=xyz source="user.log" process-groups | convert timeformat="%Y-%m-%d" ctime(_time) AS Date|rename count as "Request Counts" |rex field=Request_URL "(?&amp;amp;lt;id&amp;amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"|stats count by Date ADS_Id Request_Type id ClickHere Request_URL|sort - ADS_Id |join type=outer id [inputlookup nifi_api_parent_chains.csv]|where $Teams$&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;fields&amp;gt;"Date", "ADS_Id","Request_Type", "Request_URL", "id", "parent_chain"&amp;lt;/fields&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;&lt;P&gt;I want to add my text box filter token in this working query. Can you guide me how can I add my text box filter token here.&lt;/P&gt;&lt;P&gt;This is code for my text box.&lt;/P&gt;&lt;P&gt;&amp;lt;input type="text" token="ckey" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Parent Chain&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;parent_chain="*&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;*"&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 14:13:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532996#M36289</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-14T14:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532998#M36290</link>
      <description>&lt;P&gt;Put:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;|search $ckey$&lt;/LI-CODE&gt;&lt;P&gt;at the end of your search&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 14:27:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/532998#M36290</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-12-14T14:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/533037#M36295</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/23295"&gt;@nickhills&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried below code for my text box filter:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Text box code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;input type="text" token="ckey" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Parent Chain&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;parent_chain="*&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;*"&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/P&gt;&lt;P&gt;Panel code:&lt;/P&gt;&lt;P&gt;&amp;lt;row&amp;gt;&lt;BR /&gt;&amp;lt;table&amp;gt;&lt;BR /&gt;&amp;lt;search&amp;gt;&lt;BR /&gt;&amp;lt;query&amp;gt;index=abc sourcetype=xyz source="/var/log/nifi/nifi-user.log" process-groups | convert timeformat="%Y-%m-%d" ctime(_time) AS Date |rex field=Request_URL "(?&amp;amp;lt;id&amp;amp;gt;[A_Za-z0-9]{8}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{4}[\-][A_Za-z0-9]{12})"|stats count by Date ADS_Id Request_Type id ClickHere Request_URL|sort - ADS_Id|&lt;STRONG&gt;join type=outer id [inputlookup nifi_api_parent_chains.csv]|where $Teams$| search $ckey$&lt;/STRONG&gt;&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;earliest&amp;gt;$field1.earliest$&amp;lt;/earliest&amp;gt;&lt;BR /&gt;&amp;lt;latest&amp;gt;$field1.latest$&amp;lt;/latest&amp;gt;&lt;BR /&gt;&amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;fields&amp;gt;"Date", "ADS_Id","Request_Type", "Request_URL", "id", "parent_chain"&amp;lt;/fields&amp;gt;&lt;BR /&gt;&amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="refresh.display"&amp;gt;progressbar&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/row&amp;gt;&lt;/P&gt;&lt;P&gt;when I am typing in text box its showing the result but it has break my first token "&lt;STRONG&gt;$Teams$" code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can you guide me where I have gone wrong.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Until unless I am not typing anything in the text box the panel is coming empty.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can you guide me on this.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Teams drop-down code which is displaying the data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;input type="multiselect" token="Teams" searchWhenChanged="true"&amp;gt;&lt;BR /&gt;&amp;lt;label&amp;gt;Teams&amp;lt;/label&amp;gt;&lt;BR /&gt;&amp;lt;choice value="true()"&amp;gt;All&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="like(parent_chain, &amp;amp;quot;%BLAZE%&amp;amp;quot;)"&amp;gt;BLAZE&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;choice value="like(parent_chain, &amp;amp;quot;%Oneforce%&amp;amp;quot;)"&amp;gt;Oneforce&amp;lt;/choice&amp;gt;&lt;BR /&gt;&amp;lt;fieldForLabel&amp;gt;Teams&amp;lt;/fieldForLabel&amp;gt;&lt;BR /&gt;&amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;&lt;BR /&gt;&amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;&lt;BR /&gt;&amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;&lt;BR /&gt;&amp;lt;initialValue&amp;gt;All&amp;lt;/initialValue&amp;gt;&lt;BR /&gt;&amp;lt;default&amp;gt;All&amp;lt;/default&amp;gt;&lt;BR /&gt;&amp;lt;/input&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks is advance.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 17:21:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/533037#M36295</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-14T17:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/533038#M36296</link>
      <description>&lt;P&gt;Can someone please guide me on this.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Dec 2020 17:25:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/533038#M36296</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-14T17:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/533039#M36297</link>
      <description>&lt;P&gt;Please stop posting "&lt;SPAN&gt;Can someone please guide me on this" It is unnecessary and makes the thread difficult to follow.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Set a default and initial value on ckey to "*" That will allow your search to run without any input.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;The teams input (which you have only just shared) is based on the results of the search and the value you are &lt;/FONT&gt;searching&lt;FONT face="inherit"&gt;&amp;nbsp;for with ckey.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;Set teams to be :&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;input type="multiselect" token="Teams" searchWhenChanged="true"&amp;gt;
&amp;lt;label&amp;gt;Teams&amp;lt;/label&amp;gt;
&amp;lt;choice value="true()"&amp;gt;All&amp;lt;/choice&amp;gt;
&amp;lt;choice value="parent_chain=*BLAZE*"&amp;gt;BLAZE&amp;lt;/choice&amp;gt;
&amp;lt;choice value="parent_chain=*Oneforce*"&amp;gt;Oneforce&amp;lt;/choice&amp;gt;
&amp;lt;fieldForLabel&amp;gt;Teams&amp;lt;/fieldForLabel&amp;gt;
&amp;lt;prefix&amp;gt;(&amp;lt;/prefix&amp;gt;
&amp;lt;delimiter&amp;gt; OR &amp;lt;/delimiter&amp;gt;
&amp;lt;suffix&amp;gt;)&amp;lt;/suffix&amp;gt;
&amp;lt;initialValue&amp;gt;All&amp;lt;/initialValue&amp;gt;
&amp;lt;default&amp;gt;All&amp;lt;/default&amp;gt;
&amp;lt;/input&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;remove the |where $Teams$ from the end of the search and make it just&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search $ckey$ $Teams$&lt;/LI-CODE&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>Mon, 14 Dec 2020 18:15:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/533039#M36297</guid>
      <dc:creator>nickhills</dc:creator>
      <dc:date>2020-12-14T18:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter lookup data through a text box</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/533106#M36300</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/23295"&gt;@nickhills&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the solution.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Dec 2020 08:21:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-filter-lookup-data-through-a-text-box/m-p/533106#M36300</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2020-12-15T08:21:39Z</dc:date>
    </item>
  </channel>
</rss>

