<?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 do you get a input string to work in Splunk lookup tables? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-get-a-input-string-to-work-in-Splunk-lookup-tables/m-p/253440#M15818</link>
    <description>&lt;P&gt;Instead of using the "where" command use the "search" command.&lt;/P&gt;</description>
    <pubDate>Sun, 29 Jan 2017 17:41:47 GMT</pubDate>
    <dc:creator>HealyDPS</dc:creator>
    <dc:date>2017-01-29T17:41:47Z</dc:date>
    <item>
      <title>How do you get a input string to work in Splunk lookup tables?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-get-a-input-string-to-work-in-Splunk-lookup-tables/m-p/253438#M15816</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;I am trying to create a Splunk search where I have a user add a string of text into a text input and have it go through a python string and submit the string to Splunk and give the results?&lt;/P&gt;

&lt;P&gt;I have a search where &lt;CODE&gt;| inputlookup FSinfo.csv | where Site_Code="AXXA43A"&lt;/CODE&gt; and I get the most of the information I need but it will give me a lot of extra rows that have the same site code. But I am having issues if I don't put them in all caps it wont work either. Is there a way to fix this or would the Python script to make it all caps just be the easier route.&lt;/P&gt;

&lt;P&gt;How do you get a Python user input string to work in Splunk? And how would I create a dashboard with just lookup table information?&lt;/P&gt;

&lt;P&gt;Thanks for the help and time.&lt;/P&gt;

&lt;P&gt;Respectfully,&lt;BR /&gt;
Spider Splunk Man &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2017 17:49:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-get-a-input-string-to-work-in-Splunk-lookup-tables/m-p/253438#M15816</guid>
      <dc:creator>HealyDPS</dc:creator>
      <dc:date>2017-01-25T17:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get a input string to work in Splunk lookup tables?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-get-a-input-string-to-work-in-Splunk-lookup-tables/m-p/253439#M15817</link>
      <description>&lt;P&gt;No worries found out what I could do.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2017 17:41:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-get-a-input-string-to-work-in-Splunk-lookup-tables/m-p/253439#M15817</guid>
      <dc:creator>HealyDPS</dc:creator>
      <dc:date>2017-01-29T17:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get a input string to work in Splunk lookup tables?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-get-a-input-string-to-work-in-Splunk-lookup-tables/m-p/253440#M15818</link>
      <description>&lt;P&gt;Instead of using the "where" command use the "search" command.&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2017 17:41:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-get-a-input-string-to-work-in-Splunk-lookup-tables/m-p/253440#M15818</guid>
      <dc:creator>HealyDPS</dc:creator>
      <dc:date>2017-01-29T17:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get a input string to work in Splunk lookup tables?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-get-a-input-string-to-work-in-Splunk-lookup-tables/m-p/253441#M15819</link>
      <description>&lt;P&gt;Great. Would you mind sharing the solution (at least the approach) with the community so that other community members with similar requirement can benefit from it?&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2017 18:03:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-get-a-input-string-to-work-in-Splunk-lookup-tables/m-p/253441#M15819</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-01-29T18:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do you get a input string to work in Splunk lookup tables?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-get-a-input-string-to-work-in-Splunk-lookup-tables/m-p/253442#M15820</link>
      <description>&lt;P&gt;| inputlookup FSinfo.csv | search Site_Code="aaax43a"&lt;/P&gt;

&lt;P&gt;I used this instead. That way I could do both upper and lower case when looking through the lookup table. I think with the python script you have to install or use and API to do it. &lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2017 19:14:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-do-you-get-a-input-string-to-work-in-Splunk-lookup-tables/m-p/253442#M15820</guid>
      <dc:creator>HealyDPS</dc:creator>
      <dc:date>2017-01-29T19:14:53Z</dc:date>
    </item>
  </channel>
</rss>

