<?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: IP Lookup Dashboard Panel in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-Lookup-Dashboard-Panel/m-p/496252#M32497</link>
    <description>&lt;P&gt;I figured it out. Very frustrating issue to experience.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/228414/dashboard-issues-search-runs-in-search-window-not.html"&gt;https://answers.splunk.com/answers/228414/dashboard-issues-search-runs-in-search-window-not.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Bottom line, change to stats instead of events view. The html above should be in a table section rather than an event wrapped section.&lt;/P&gt;</description>
    <pubDate>Tue, 12 May 2020 00:23:53 GMT</pubDate>
    <dc:creator>antb</dc:creator>
    <dc:date>2020-05-12T00:23:53Z</dc:date>
    <item>
      <title>IP Lookup Dashboard Panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-Lookup-Dashboard-Panel/m-p/496248#M32493</link>
      <description>&lt;P&gt;The below snip from my dashboard works fine when we run in the query in straight spl, however, when run via Dashboard Panel, I can see the proper query in the inspector but for some reason (I don't know why) it doesn't show any results.&lt;/P&gt;

&lt;P&gt;Note: When I go down towards the inspector and select "open in search" I see the expected results.&lt;/P&gt;

&lt;P&gt;Any ideas? I've tried opening up the permissions yet still nothing. I would provide more details but I can't think of anything else that matters.&lt;/P&gt;

&lt;P&gt;Thank you in advance.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;title&amp;gt;IP Lookup&amp;lt;/title&amp;gt;
      &amp;lt;input type="text" token="the_ip" searchWhenChanged="true"&amp;gt;
        &amp;lt;label&amp;gt;IP&amp;lt;/label&amp;gt;
      &amp;lt;/input&amp;gt;
      &amp;lt;event&amp;gt;
        &amp;lt;title&amp;gt;IP Lookup&amp;lt;/title&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;| inputlookup ip_list.csv where ip=$the_ip$&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-15m&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="list.drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
      &amp;lt;/event&amp;gt;
    &amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 11 May 2020 22:39:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/IP-Lookup-Dashboard-Panel/m-p/496248#M32493</guid>
      <dc:creator>antb</dc:creator>
      <dc:date>2020-05-11T22:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: IP Lookup Dashboard Panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-Lookup-Dashboard-Panel/m-p/496249#M32494</link>
      <description>&lt;P&gt;your input is not set &lt;CODE&gt;&amp;lt;default&amp;gt;&lt;/CODE&gt;, so &lt;CODE&gt;$the_ip$&lt;/CODE&gt; token has no value.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 22:51:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/IP-Lookup-Dashboard-Panel/m-p/496249#M32494</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-11T22:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: IP Lookup Dashboard Panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-Lookup-Dashboard-Panel/m-p/496250#M32495</link>
      <description>&lt;P&gt;Hi, Thank you for the reply.&lt;/P&gt;

&lt;P&gt;I've tried adding an example IP:&lt;BR /&gt;
  192.168.123.123&lt;/P&gt;

&lt;P&gt;Into the input section above - still not helping. If I copy/paste the query out of the inspection drilldown, it shows output successfully. &lt;/P&gt;

&lt;P&gt;Is it possible my problem is outside of the "Row" section above?&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 23:10:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/IP-Lookup-Dashboard-Panel/m-p/496250#M32495</guid>
      <dc:creator>antb</dc:creator>
      <dc:date>2020-05-11T23:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: IP Lookup Dashboard Panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-Lookup-Dashboard-Panel/m-p/496251#M32496</link>
      <description>&lt;P&gt;&lt;CODE&gt;&amp;lt;query&amp;gt;| inputlookup ip_list.csv where ip="$the_ip$"&amp;lt;/query&amp;gt;&lt;/CODE&gt;&lt;BR /&gt;
eval need &lt;CODE&gt;"&lt;/CODE&gt; with string.&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 23:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/IP-Lookup-Dashboard-Panel/m-p/496251#M32496</guid>
      <dc:creator>to4kawa</dc:creator>
      <dc:date>2020-05-11T23:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: IP Lookup Dashboard Panel</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/IP-Lookup-Dashboard-Panel/m-p/496252#M32497</link>
      <description>&lt;P&gt;I figured it out. Very frustrating issue to experience.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/228414/dashboard-issues-search-runs-in-search-window-not.html"&gt;https://answers.splunk.com/answers/228414/dashboard-issues-search-runs-in-search-window-not.html&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Bottom line, change to stats instead of events view. The html above should be in a table section rather than an event wrapped section.&lt;/P&gt;</description>
      <pubDate>Tue, 12 May 2020 00:23:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/IP-Lookup-Dashboard-Panel/m-p/496252#M32497</guid>
      <dc:creator>antb</dc:creator>
      <dc:date>2020-05-12T00:23:53Z</dc:date>
    </item>
  </channel>
</rss>

