<?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: Where did I go wrong with my inputlookup search? in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Where-did-I-go-wrong-with-my-inputlookup-search/m-p/232077#M45230</link>
    <description>&lt;P&gt;The transaction command requires field _time to be present (to calculate duration) which seems to be missing from your Inputlookup data. If available, create a field _time in the subsearch with inputlookup and try again.&lt;/P&gt;

&lt;P&gt;If you're only looking to group events based on SAPTransactionId, consider using stats command which is more efficient. &lt;/P&gt;</description>
    <pubDate>Wed, 13 Jan 2016 22:32:16 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-01-13T22:32:16Z</dc:date>
    <item>
      <title>Where did I go wrong with my inputlookup search?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-did-I-go-wrong-with-my-inputlookup-search/m-p/232076#M45229</link>
      <description>&lt;P&gt;Hello all. &lt;/P&gt;

&lt;P&gt;I have not been able to populate a table via a search that uses inputlookup. My table is only populating with the data from the events. Where did I go wrong?&lt;/P&gt;

&lt;P&gt;My search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;sourcetype=integration.wmb.event SAPTransactionID 
| append  [ |inputlookup idocsDec.csv | fields + CREDAT,CRETIM,hour,minute,STATUS,TID | rename TID as SAPTransactionID]
| transaction SAPTransactionID
| table SAPTransactionID CREDAT CRETIM hour minute STATUS
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The only data that gets populated in the table is the SAPTransactionID. All of the other fields that I want to pull data from the csv are empty. &lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 21:57:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-did-I-go-wrong-with-my-inputlookup-search/m-p/232076#M45229</guid>
      <dc:creator>mafruma</dc:creator>
      <dc:date>2016-01-13T21:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Where did I go wrong with my inputlookup search?</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Where-did-I-go-wrong-with-my-inputlookup-search/m-p/232077#M45230</link>
      <description>&lt;P&gt;The transaction command requires field _time to be present (to calculate duration) which seems to be missing from your Inputlookup data. If available, create a field _time in the subsearch with inputlookup and try again.&lt;/P&gt;

&lt;P&gt;If you're only looking to group events based on SAPTransactionId, consider using stats command which is more efficient. &lt;/P&gt;</description>
      <pubDate>Wed, 13 Jan 2016 22:32:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Where-did-I-go-wrong-with-my-inputlookup-search/m-p/232077#M45230</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-01-13T22:32:16Z</dc:date>
    </item>
  </channel>
</rss>

