<?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: Making splunk act like tail -f $file in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Making-splunk-act-like-tail-f-file/m-p/33088#M5907</link>
    <description>&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Create a search that shows the events you're interested in, e.g., maybe it's just &lt;CODE&gt;source=/var/log/file.log&lt;/CODE&gt;, or &lt;CODE&gt;source=*whatever.log | head 500&lt;/CODE&gt;. The search should have a real-time time range.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;From the actions menu, select "Add to dashboard". Add the search to a new dashboard.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Edit the dashboard's View XML, using the &lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/PanelReference#event3."&gt;event&lt;/A&gt; panel as a reference. You won't be able to remove the timestamp or change the spacing or typeface from here. Some things will require an edit of the CSS behind this view.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If you prefer, use @Mackenzie's technique of picking out the _raw field and display the results with the &lt;CODE&gt;&amp;lt;table&amp;gt;&lt;/CODE&gt; panel rather than the &lt;CODE&gt;&amp;lt;event&amp;gt;&lt;/CODE&gt; panel. You can edit the prefs of this in the view XML as well.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Thu, 23 Jun 2011 00:50:44 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2011-06-23T00:50:44Z</dc:date>
    <item>
      <title>Making splunk act like tail -f $file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Making-splunk-act-like-tail-f-file/m-p/33086#M5905</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I'm trying to get Splunk to do the equivalent of a tail -f $file.  Specifically what I'm trying to do is get the event output lines to be a lot more compressed and just show the raw text, no parsing, no field picker, no arrows, no splunk time stamps.  I don't know how much of this is possible, but some of it might be.&lt;/P&gt;

&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jun 2011 20:52:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Making-splunk-act-like-tail-f-file/m-p/33086#M5905</guid>
      <dc:creator>dpaper</dc:creator>
      <dc:date>2011-06-22T20:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Making splunk act like tail -f $file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Making-splunk-act-like-tail-f-file/m-p/33087#M5906</link>
      <description>&lt;P&gt;A simple solution that may achieve what you want is:&lt;/P&gt;

&lt;P&gt;| fields _raw | eval event=_raw | table event&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 09:41:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Making-splunk-act-like-tail-f-file/m-p/33087#M5906</guid>
      <dc:creator>Mackenzie</dc:creator>
      <dc:date>2020-09-28T09:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Making splunk act like tail -f $file</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Making-splunk-act-like-tail-f-file/m-p/33088#M5907</link>
      <description>&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Create a search that shows the events you're interested in, e.g., maybe it's just &lt;CODE&gt;source=/var/log/file.log&lt;/CODE&gt;, or &lt;CODE&gt;source=*whatever.log | head 500&lt;/CODE&gt;. The search should have a real-time time range.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;From the actions menu, select "Add to dashboard". Add the search to a new dashboard.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Edit the dashboard's View XML, using the &lt;A href="http://www.splunk.com/base/Documentation/latest/Developer/PanelReference#event3."&gt;event&lt;/A&gt; panel as a reference. You won't be able to remove the timestamp or change the spacing or typeface from here. Some things will require an edit of the CSS behind this view.&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;If you prefer, use @Mackenzie's technique of picking out the _raw field and display the results with the &lt;CODE&gt;&amp;lt;table&amp;gt;&lt;/CODE&gt; panel rather than the &lt;CODE&gt;&amp;lt;event&amp;gt;&lt;/CODE&gt; panel. You can edit the prefs of this in the view XML as well.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Thu, 23 Jun 2011 00:50:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Making-splunk-act-like-tail-f-file/m-p/33088#M5907</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2011-06-23T00:50:44Z</dc:date>
    </item>
  </channel>
</rss>

