<?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: Show most relevant lines (Exceeds 500 limit) in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29213#M177909</link>
    <description>&lt;P&gt;Awesome tip.  I would be great if the limit was part of the limits.conf configuration.  As is, it has to be changed for every new release.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Jan 2013 17:14:41 GMT</pubDate>
    <dc:creator>fastauto</dc:creator>
    <dc:date>2013-01-18T17:14:41Z</dc:date>
    <item>
      <title>Show most relevant lines (Exceeds 500 limit)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29210#M177906</link>
      <description>&lt;P&gt;Hi~there,&lt;/P&gt;

&lt;P&gt;We index some system config file to facilitate user's lookup.&lt;BR /&gt;
But it seems the splunk have the limits in showing only 500 lines per event.&lt;BR /&gt;
I try to add MAX_EVENT = 10000 in props.conf of search apps, but it still does not work. Any workaround for this? Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jun 2011 09:19:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29210#M177906</guid>
      <dc:creator>hjwang</dc:creator>
      <dc:date>2011-06-16T09:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show most relevant lines (Exceeds 500 limit)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29211#M177907</link>
      <description>&lt;P&gt;hjwang,&lt;/P&gt;

&lt;P&gt;You need to modify the XML configuration for views that have the EventsViewer module (namely flashtimeline) to override the 500 limit in the UI.  This is achieved by setting the &lt;CODE&gt;maxLines&lt;/CODE&gt; param to 0 and &lt;CODE&gt;maxLinesContraint&lt;/CODE&gt; to X.  I wouldn't recommend going to high with &lt;CODE&gt;maxLinesConstraint&lt;/CODE&gt; since it is listed as a "Browser crash control setting".  Your modifications should reflect:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;## Snippet from $SPLUNK_HOME/etc/apps/search/local/data/ui/views/flashtimeline.xml
&amp;lt;module name="EventsViewer" layoutPanel="resultsAreaLeft"&amp;gt;
  &amp;lt;param name="segmentation"&amp;gt;full&amp;lt;/param&amp;gt;
  &amp;lt;param name="reportFieldLink"&amp;gt;report_builder_format_report&amp;lt;/param&amp;gt;
  &amp;lt;!-- Override display # of lines to 1000 --&amp;gt;
  &amp;lt;param name="maxLines"&amp;gt;0&amp;lt;/param&amp;gt;
  &amp;lt;param name="maxLinesConstraint"&amp;gt;1000&amp;lt;/param&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 16 Jun 2011 17:49:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29211#M177907</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2011-06-16T17:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Show most relevant lines (Exceeds 500 limit)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29212#M177908</link>
      <description>&lt;P&gt;hazekamp, thank you very much. it really works&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2011 01:56:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29212#M177908</guid>
      <dc:creator>hjwang</dc:creator>
      <dc:date>2011-06-17T01:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Show most relevant lines (Exceeds 500 limit)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29213#M177909</link>
      <description>&lt;P&gt;Awesome tip.  I would be great if the limit was part of the limits.conf configuration.  As is, it has to be changed for every new release.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Jan 2013 17:14:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29213#M177909</guid>
      <dc:creator>fastauto</dc:creator>
      <dc:date>2013-01-18T17:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Show most relevant lines (Exceeds 500 limit)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29214#M177910</link>
      <description>&lt;P&gt;Nothing stops you from copying flashtimeline.xml to a different view/app and making your changes there.  Then they would not get overridden.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2013 12:18:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29214#M177910</guid>
      <dc:creator>dmaislin_splunk</dc:creator>
      <dc:date>2013-03-15T12:18:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show most relevant lines (Exceeds 500 limit)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29215#M177911</link>
      <description>&lt;P&gt;Which version(s) does this apply to?  It doesn't appear to work in version 5.0.3 -- I'm still being limited by UI displaying only most relevant 500 lines despite this modification.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Dec 2013 16:45:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29215#M177911</guid>
      <dc:creator>the_wolverine</dc:creator>
      <dc:date>2013-12-05T16:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show most relevant lines (Exceeds 500 limit)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29216#M177912</link>
      <description>&lt;P&gt;I am using version 5.0.3.&lt;BR /&gt;
The maximum number that I can specify is 500. An error message will show, if I put the greater number than that.&lt;/P&gt;

&lt;P&gt;Any recommendation on this please.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Oct 2014 09:14:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29216#M177912</guid>
      <dc:creator>withool000</dc:creator>
      <dc:date>2014-10-06T09:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: Show most relevant lines (Exceeds 500 limit)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29217#M177913</link>
      <description>&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/243049/show-all-lines-for-windows-event-log-events.html#answer-329087"&gt;https://answers.splunk.com/answers/243049/show-all-lines-for-windows-event-log-events.html#answer-329087&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Directly above the data and below the timeline (on the Event tab and beneath tab with the word "Visualization") there is a "Format" Option where you can set "Max Lines" to "All lines"&lt;/P&gt;</description>
      <pubDate>Thu, 19 Nov 2015 14:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29217#M177913</guid>
      <dc:creator>landen99</dc:creator>
      <dc:date>2015-11-19T14:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Show most relevant lines (Exceeds 500 limit)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29218#M177914</link>
      <description>&lt;P&gt;This looks very promising, but I can't find the relevent section of flashtimeline.xml in the "default" dir.  My guess is they have changed how this is done.  This is versin 6.5  . &lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 20:34:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29218#M177914</guid>
      <dc:creator>jimdiconectiv</dc:creator>
      <dc:date>2017-03-28T20:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Show most relevant lines (Exceeds 500 limit)</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29219#M177915</link>
      <description>&lt;P&gt;Yes, flashtimeline.xml (the original advanced xml implementation of the search page) is no longer valid.  I'm not 100% certain what this looks like in modern versions, but I can dig a bit.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Mar 2017 22:20:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Show-most-relevant-lines-Exceeds-500-limit/m-p/29219#M177915</guid>
      <dc:creator>hazekamp</dc:creator>
      <dc:date>2017-03-28T22:20:55Z</dc:date>
    </item>
  </channel>
</rss>

