<?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 to use inputlookup with realtime search in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-inputlookup-with-realtime-search/m-p/165170#M15645</link>
    <description>&lt;P&gt;This worked for me. Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 07 Jan 2015 13:40:43 GMT</pubDate>
    <dc:creator>jedatt01</dc:creator>
    <dc:date>2015-01-07T13:40:43Z</dc:date>
    <item>
      <title>How to use inputlookup with realtime search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-inputlookup-with-realtime-search/m-p/165168#M15643</link>
      <description>&lt;P&gt;I want to create a search that populates a map with real-time data. But I also have data in a lookup table that I want to include using the inputlookup command. I want the data from the lookup to populate before the realtime search begins so the first points that populate on the map are from the lookup table. Does anyone know how this can be accomplished? &lt;/P&gt;</description>
      <pubDate>Sat, 27 Dec 2014 17:16:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-inputlookup-with-realtime-search/m-p/165168#M15643</guid>
      <dc:creator>jedatt01</dc:creator>
      <dc:date>2014-12-27T17:16:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to use inputlookup with realtime search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-inputlookup-with-realtime-search/m-p/165169#M15644</link>
      <description>&lt;P&gt;You can use &lt;CODE&gt;inputlookup&lt;/CODE&gt; in a real-time search as long as you set &lt;CODE&gt;append=true&lt;/CODE&gt;. Here's an example:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;  index=* OR index=_* | stats count by index | inputlookup append=true monitored_indexes.csv | fillnull | stats max(count) as count by index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Run that over a real-time window and you'll have the count of events from the search itself and the list of indexes without events filled in with &lt;CODE&gt;count=0&lt;/CODE&gt; by the &lt;CODE&gt;inputlookup | fillnull | stats&lt;/CODE&gt;.&lt;/P&gt;</description>
      <pubDate>Sun, 28 Dec 2014 01:09:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-inputlookup-with-realtime-search/m-p/165169#M15644</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2014-12-28T01:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to use inputlookup with realtime search</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-inputlookup-with-realtime-search/m-p/165170#M15645</link>
      <description>&lt;P&gt;This worked for me. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 07 Jan 2015 13:40:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/How-to-use-inputlookup-with-realtime-search/m-p/165170#M15645</guid>
      <dc:creator>jedatt01</dc:creator>
      <dc:date>2015-01-07T13:40:43Z</dc:date>
    </item>
  </channel>
</rss>

