<?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: Search field with inputlookup in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599423#M49178</link>
    <description>&lt;LI-CODE lang="markup"&gt;| where match('Device Name',"buemwgproxy02")&lt;/LI-CODE&gt;</description>
    <pubDate>Thu, 26 May 2022 11:07:03 GMT</pubDate>
    <dc:creator>ITWhisperer</dc:creator>
    <dc:date>2022-05-26T11:07:03Z</dc:date>
    <item>
      <title>How to search field with inputlookup?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599400#M49170</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am creating a dashboard where the data is provided via CSV. So, I am using the inputlookup command.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;However, I need to search on one specific field (or column) on the CSV and I am currently using this but it is not working:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;| inputlookup ABC
| search Device Name = "sdf"&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please help?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 16:41:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599400#M49170</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-05-26T16:41:45Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599402#M49171</link>
      <description>&lt;P&gt;I think the issue is the field name is composed of 2 words "Device Name" and I am not sure how to search with this ...&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 09:52:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599402#M49171</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-05-26T09:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599407#M49172</link>
      <description>&lt;P&gt;Will where work better for you?&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| inputlookup ABC
| where 'Device Name' = "sdf"&lt;/LI-CODE&gt;&lt;P&gt;Note that the field name needs to be in single quotes if it has embedded spaces or other special characters&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 10:09:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599407#M49172</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-26T10:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599409#M49173</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1653559962929.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19834iFE007F86B0E4DE3E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1653559962929.png" alt="POR160893_0-1653559962929.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;No quiet &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 10:12:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599409#M49173</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-05-26T10:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599410#M49174</link>
      <description>&lt;P&gt;The where command will use a case-sensitive comparison whereas search uses case-insensitive comparisons. Is this perhaps the issue?&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 10:35:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599410#M49174</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-26T10:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599413#M49175</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1653561570373.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19835i7D112465DCDEE133/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1653561570373.png" alt="POR160893_0-1653561570373.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;What did I do incorrectly? The field name is "Device Name".&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 10:39:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599413#M49175</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-05-26T10:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599414#M49176</link>
      <description>&lt;P&gt;What about if you just search for buemwgproxy02 without the field name&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| search "buemwgproxy02"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 10:44:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599414#M49176</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-26T10:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599419#M49177</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1653562600051.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19836iAEF4A9B53B382109/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1653562600051.png" alt="POR160893_0-1653562600051.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;No luck&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":persevering_face:"&gt;😣&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 10:57:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599419#M49177</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-05-26T10:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599423#M49178</link>
      <description>&lt;LI-CODE lang="markup"&gt;| where match('Device Name',"buemwgproxy02")&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 26 May 2022 11:07:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599423#M49178</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-26T11:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599424#M49179</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 11:10:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599424#M49179</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-05-26T11:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599455#M49181</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I was just asked to further update this dashboard so that the default values of the panels show ALL values of the lookup tables.&lt;BR /&gt;&lt;BR /&gt;The tricky bit is incoporating that requets into the current query which is as follows:&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;McAfee&amp;lt;/title&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;&lt;BR /&gt;| inputlookup Migration-Status-McAfee&lt;BR /&gt;| where match('Device Name',"$mcafee_tok$")&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&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;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&lt;BR /&gt;However, when I search for all, it fails:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1653577906883.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19840iD1CAE4523B05D155/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1653577906883.png" alt="POR160893_0-1653577906883.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please help?&lt;BR /&gt;&lt;BR /&gt;Thanks so much!&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 15:11:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599455#M49181</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-05-26T15:11:55Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599458#M49183</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, I was just asked to further update this dashboard so that the default values of the panels show ALL values of the lookup tables.&lt;BR /&gt;&lt;BR /&gt;The tricky bit is incoporating that requets into the current query which is as follows:&lt;BR /&gt;&amp;lt;panel&amp;gt;&lt;BR /&gt;&amp;lt;title&amp;gt;McAfee&amp;lt;/title&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;&lt;BR /&gt;| inputlookup Migration-Status-McAfee&lt;BR /&gt;| where match('Device Name',"$mcafee_tok$")&amp;lt;/query&amp;gt;&lt;BR /&gt;&amp;lt;/search&amp;gt;&lt;BR /&gt;&amp;lt;option name="drilldown"&amp;gt;none&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;true&amp;lt;/option&amp;gt;&lt;BR /&gt;&amp;lt;/table&amp;gt;&lt;BR /&gt;&amp;lt;/panel&amp;gt;&lt;BR /&gt;&lt;BR /&gt;However, when I search for all, it fails:&lt;/P&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="POR160893_0-1653577997603.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/19841iDF00B1C75305D9FA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="POR160893_0-1653577997603.png" alt="POR160893_0-1653577997603.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Can you please help?&lt;BR /&gt;&lt;BR /&gt;Thanks so much!&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 15:13:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599458#M49183</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-05-26T15:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599471#M49185</link>
      <description>&lt;P&gt;Make the all value ".*" instead of just "*" - if necessary, if you are using that token elsewhere successfully, you may need to eval a new token to cater for this case.&lt;/P&gt;</description>
      <pubDate>Thu, 26 May 2022 17:36:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599471#M49185</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2022-05-26T17:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Search field with inputlookup</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599545#M49190</link>
      <description>&lt;P&gt;This was perfect!&lt;BR /&gt;Thanks a million and learned something new here too!&lt;/P&gt;</description>
      <pubDate>Fri, 27 May 2022 08:37:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-search-field-with-inputlookup/m-p/599545#M49190</guid>
      <dc:creator>POR160893</dc:creator>
      <dc:date>2022-05-27T08:37:03Z</dc:date>
    </item>
  </channel>
</rss>

