<?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 lookup multi value in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/lookup-multi-value/m-p/520421#M146537</link>
    <description>&lt;P&gt;I have multiple devices in a given location maintaining it lookup table with location and device.&lt;/P&gt;&lt;P&gt;Using location from index I am trying to get device list but output is coming in single row. I want list of devices as separate row. How to achieve it.&lt;/P&gt;&lt;P&gt;My query is like this&lt;/P&gt;&lt;P&gt;index =myindex&lt;/P&gt;&lt;P&gt;| lookup mylookup location OUTPUT devices&amp;nbsp;&lt;/P&gt;&lt;P&gt;| table devices&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 19 Sep 2020 10:49:08 GMT</pubDate>
    <dc:creator>ChetanArgekar</dc:creator>
    <dc:date>2020-09-19T10:49:08Z</dc:date>
    <item>
      <title>lookup multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/lookup-multi-value/m-p/520421#M146537</link>
      <description>&lt;P&gt;I have multiple devices in a given location maintaining it lookup table with location and device.&lt;/P&gt;&lt;P&gt;Using location from index I am trying to get device list but output is coming in single row. I want list of devices as separate row. How to achieve it.&lt;/P&gt;&lt;P&gt;My query is like this&lt;/P&gt;&lt;P&gt;index =myindex&lt;/P&gt;&lt;P&gt;| lookup mylookup location OUTPUT devices&amp;nbsp;&lt;/P&gt;&lt;P&gt;| table devices&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 10:49:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/lookup-multi-value/m-p/520421#M146537</guid>
      <dc:creator>ChetanArgekar</dc:creator>
      <dc:date>2020-09-19T10:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: lookup multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/lookup-multi-value/m-p/520422#M146538</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/185975"&gt;@ChetanArgekar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please, try something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index =myindex
| append [ | inputlookup mylookup | fields location devices ]
| stats values(devices) AS devices by location
| mvexpand devices&lt;/LI-CODE&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 10:57:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/lookup-multi-value/m-p/520422#M146538</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2020-09-19T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: lookup multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/lookup-multi-value/m-p/520423#M146539</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;It is giving only one device of location. I want list of every device of the location in separate row&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 11:13:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/lookup-multi-value/m-p/520423#M146539</guid>
      <dc:creator>ChetanArgekar</dc:creator>
      <dc:date>2020-09-19T11:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: lookup multi value</title>
      <link>https://community.splunk.com/t5/Splunk-Search/lookup-multi-value/m-p/520424#M146540</link>
      <description>&lt;P&gt;Solved.&lt;/P&gt;&lt;P&gt;index = myindex&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;| lookup mylookup location OUTPUT devices&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;| stats count(devices) by location, devices&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;| table devices&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 11:24:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/lookup-multi-value/m-p/520424#M146540</guid>
      <dc:creator>ChetanArgekar</dc:creator>
      <dc:date>2020-09-19T11:24:45Z</dc:date>
    </item>
  </channel>
</rss>

