<?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 Why is entry time not displaying? in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Why-is-entry-time-not-displaying/m-p/598937#M208525</link>
    <description>&lt;P&gt;When a user is added i need the time to be recorded and displayed in a field called used_added. I created the field name and can see if in the csv table but there is no time per entry.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;query&amp;gt;
| inputlookup USB.csv
| eval user_added = strftime(_time, "%Y-%d-%m %H:%M:%S")
| append [ | makeresults
| eval user="$user_tok$", description="$description_tok$", revisit="$revisit_tok$", Action="$dropdown_tok$" ]
| fields - _time
| table user_added, user_added, user, category, department, description, revisit, status
| lookup lookup_ims user as user OUTPUT category department
| outputlookup USB.csv
&amp;lt;/query&amp;gt;&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 23 May 2022 16:37:23 GMT</pubDate>
    <dc:creator>Italy1358</dc:creator>
    <dc:date>2022-05-23T16:37:23Z</dc:date>
    <item>
      <title>Why is entry time not displaying?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-entry-time-not-displaying/m-p/598937#M208525</link>
      <description>&lt;P&gt;When a user is added i need the time to be recorded and displayed in a field called used_added. I created the field name and can see if in the csv table but there is no time per entry.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;&amp;lt;query&amp;gt;
| inputlookup USB.csv
| eval user_added = strftime(_time, "%Y-%d-%m %H:%M:%S")
| append [ | makeresults
| eval user="$user_tok$", description="$description_tok$", revisit="$revisit_tok$", Action="$dropdown_tok$" ]
| fields - _time
| table user_added, user_added, user, category, department, description, revisit, status
| lookup lookup_ims user as user OUTPUT category department
| outputlookup USB.csv
&amp;lt;/query&amp;gt;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 23 May 2022 16:37:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-entry-time-not-displaying/m-p/598937#M208525</guid>
      <dc:creator>Italy1358</dc:creator>
      <dc:date>2022-05-23T16:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Why is entry time not displaying?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Why-is-entry-time-not-displaying/m-p/598949#M208530</link>
      <description>&lt;P&gt;The user_added field is in a separate event from the other fields because of the &lt;FONT face="courier new,courier"&gt;append&lt;/FONT&gt; command.&amp;nbsp; What's more, I believe the _time field will be null since there is no event with such a field when user_added is defined.&amp;nbsp; Consider using &lt;FONT face="courier new,courier"&gt;now()&lt;/FONT&gt;, instead.&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 17:27:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Why-is-entry-time-not-displaying/m-p/598949#M208530</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2022-05-23T17:27:54Z</dc:date>
    </item>
  </channel>
</rss>

