<?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: use inputlookup to get data in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/use-inputlookup-to-get-data/m-p/469280#M132065</link>
    <description>&lt;P&gt;thanks&lt;BR /&gt;
is it possible to group all the fields to one ? &lt;BR /&gt;
for example, in this query  i have 5 different eventtypes. if im running "|table eventtype" im getting all the 5.. if im running it from the lookup file i have each eventtype in different parameter. &lt;BR /&gt;
is it possible to group them all ?&lt;/P&gt;</description>
    <pubDate>Mon, 01 Jun 2020 09:59:25 GMT</pubDate>
    <dc:creator>sarit_s</dc:creator>
    <dc:date>2020-06-01T09:59:25Z</dc:date>
    <item>
      <title>use inputlookup to get data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/use-inputlookup-to-get-data/m-p/469278#M132063</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;I'm running this query:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;index=prod eventtype="csm-messages-dhcpd-lpf-eth0-listening" OR eventtype="csm-messages-dhcpd-lpf-eth0-sending" OR eventtype="csm-messages-dhcpd-send-socket-fallback-net" OR eventtype="csm-messages-dhcpd-write-zero-leases" OR eventtype="csm-messages-dhcpd-eth1-nosubnet-declared"
| transaction maxpause=2s maxspan=1s maxevents=5
| eval max_time=(duration + _time)
| eval min_time=(_time)
| rename kafka_uuid as uuids
| where eventcount!=5
| table  eventtype ,min_time, max_time,tail_id,uuids
| eval eventtype="csm_dhcp_anomaly"
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;now i have csv file and i want to read the "eventtype" parameters from there. how can i call inputlookup ?&lt;BR /&gt;all of my tries didn't work..&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 18:13:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/use-inputlookup-to-get-data/m-p/469278#M132063</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2020-06-08T18:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: use inputlookup to get data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/use-inputlookup-to-get-data/m-p/469279#M132064</link>
      <description>&lt;P&gt;Use lookup command like-&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;...|lookup  &amp;lt;yourlookup name&amp;gt; &amp;lt;fields using you are joining&amp;gt; &amp;lt;output field names&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;ref-&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.4/SearchReference/Lookup"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.4/SearchReference/Lookup&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 08:41:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/use-inputlookup-to-get-data/m-p/469279#M132064</guid>
      <dc:creator>493669</dc:creator>
      <dc:date>2020-06-01T08:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: use inputlookup to get data</title>
      <link>https://community.splunk.com/t5/Splunk-Search/use-inputlookup-to-get-data/m-p/469280#M132065</link>
      <description>&lt;P&gt;thanks&lt;BR /&gt;
is it possible to group all the fields to one ? &lt;BR /&gt;
for example, in this query  i have 5 different eventtypes. if im running "|table eventtype" im getting all the 5.. if im running it from the lookup file i have each eventtype in different parameter. &lt;BR /&gt;
is it possible to group them all ?&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 09:59:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/use-inputlookup-to-get-data/m-p/469280#M132065</guid>
      <dc:creator>sarit_s</dc:creator>
      <dc:date>2020-06-01T09:59:25Z</dc:date>
    </item>
  </channel>
</rss>

