<?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: Lookup table question in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Lookup-table-question/m-p/188682#M54353</link>
    <description>&lt;P&gt;Perfect, Thanks&lt;/P&gt;</description>
    <pubDate>Wed, 04 Jun 2014 20:02:53 GMT</pubDate>
    <dc:creator>pitshot</dc:creator>
    <dc:date>2014-06-04T20:02:53Z</dc:date>
    <item>
      <title>Lookup table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-table-question/m-p/188680#M54351</link>
      <description>&lt;P&gt;Using Splunk v 5.04&lt;/P&gt;

&lt;P&gt;I have a lookup table containing  devicename,interfacename,speed . Each device name can have multiple interfaces associated with it. What I am trying to do is count the interfaces associated to a particular devicename.&lt;/P&gt;

&lt;P&gt;|inputlookup LUTOPO | search DEVICENAME="rr1.yyz3*" AND SPEED&amp;gt;=10000000000 | stats count(INTERFACENAME) as count | table DEVICENAME count&lt;/P&gt;

&lt;P&gt;The search returns a count of the interfaces but does not show the devicename in the table. &lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 18:42:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-table-question/m-p/188680#M54351</guid>
      <dc:creator>pitshot</dc:creator>
      <dc:date>2014-06-04T18:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-table-question/m-p/188681#M54352</link>
      <description>&lt;P&gt;because you need a split by in your stats:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| stats count(INTERFACENAME) as count by DEVICENAME
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 04 Jun 2014 19:04:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-table-question/m-p/188681#M54352</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2014-06-04T19:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-table-question/m-p/188682#M54353</link>
      <description>&lt;P&gt;Perfect, Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 20:02:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-table-question/m-p/188682#M54353</guid>
      <dc:creator>pitshot</dc:creator>
      <dc:date>2014-06-04T20:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lookup table question</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Lookup-table-question/m-p/188683#M54354</link>
      <description>&lt;P&gt;pitshot, in the future, if another community member's answer solves your problem, please check the checkmark next to it to accept the answer. thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2014 20:09:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Lookup-table-question/m-p/188683#M54354</guid>
      <dc:creator>piebob</dc:creator>
      <dc:date>2014-06-04T20:09:11Z</dc:date>
    </item>
  </channel>
</rss>

