<?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 increase the list of results in my dashboard to display more than 1020 results? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269558#M17072</link>
    <description>&lt;P&gt;Same out pot no change its displaying only 1020 raw events , that's it &lt;/P&gt;</description>
    <pubDate>Mon, 30 Jan 2017 18:13:46 GMT</pubDate>
    <dc:creator>svemurilv</dc:creator>
    <dc:date>2017-01-30T18:13:46Z</dc:date>
    <item>
      <title>How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269552#M17066</link>
      <description>&lt;P&gt;Hi Team,&lt;BR /&gt;
 I have a Dashboard displaying the log events List of the specific date. When I am trying to displays all _raw events list, my dashboard shows only 1020 events count, is there any way to display complete raw log events in dashboard, without updating my Limits.conf file or some other .conf changes&lt;/P&gt;

&lt;P&gt;using the search  &lt;CODE&gt;index=main source="/home/apps/loader/logs/$date_log$/$processname$" $loglevel$ "$search$"&lt;/CODE&gt;&lt;BR /&gt;
-Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 15:34:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269552#M17066</guid>
      <dc:creator>svemurilv</dc:creator>
      <dc:date>2017-01-30T15:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269553#M17067</link>
      <description>&lt;P&gt;You probably need to put &lt;CODE&gt;| table _time _raw&lt;/CODE&gt; on the end of your query.&lt;/P&gt;

&lt;P&gt;&lt;A href="https://answers.splunk.com/answers/169448/splunk-search-limits-results-to-1000-events-only.html"&gt;https://answers.splunk.com/answers/169448/splunk-search-limits-results-to-1000-events-only.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 17:20:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269553#M17067</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-01-30T17:20:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269554#M17068</link>
      <description>&lt;P&gt;Hi rjthibod &lt;BR /&gt;
this doesn't help full to pull all my 6K events, again its showing 1020 events only instead of all events.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 17:44:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269554#M17068</guid>
      <dc:creator>svemurilv</dc:creator>
      <dc:date>2017-01-30T17:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269555#M17069</link>
      <description>&lt;P&gt;If I add an event table with raw results, I can retrieve thousands of events.&lt;/P&gt;

&lt;P&gt;Please share your XML that you are using. Also, what version of Splunk?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 17:51:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269555#M17069</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-01-30T17:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269556#M17070</link>
      <description>&lt;PRE&gt;&lt;CODE&gt;&amp;lt;panel&amp;gt;
  &amp;lt;event&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;   index=main source="/home/gdloader/gdloader/logs/$date_log$/$processname$" $loglevel$ "$search$"  | table _time _raw &amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;$time_sel.earliest$&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;$time_sel.latest$&amp;lt;/latest&amp;gt;
       &amp;lt;/search&amp;gt;
     &amp;lt;/event&amp;gt;
&amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Jan 2017 17:58:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269556#M17070</guid>
      <dc:creator>svemurilv</dc:creator>
      <dc:date>2017-01-30T17:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269557#M17071</link>
      <description>&lt;P&gt;What happens if you add these options? How many pages of results do you see?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; &amp;lt;panel&amp;gt;
   &amp;lt;event&amp;gt;
     &amp;lt;search&amp;gt;
       &amp;lt;query&amp;gt;   index=main source="/home/gdloader/gdloader/logs/$date_log$/$processname$" $loglevel$ "$search$"  | table _time _raw &amp;lt;/query&amp;gt;
       &amp;lt;earliest&amp;gt;$time_sel.earliest$&amp;lt;/earliest&amp;gt;
       &amp;lt;latest&amp;gt;$time_sel.latest$&amp;lt;/latest&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;
        &amp;lt;option name="type"&amp;gt;raw&amp;lt;/option&amp;gt;
      &amp;lt;/event&amp;gt;
 &amp;lt;/panel&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Jan 2017 18:09:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269557#M17071</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-01-30T18:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269558#M17072</link>
      <description>&lt;P&gt;Same out pot no change its displaying only 1020 raw events , that's it &lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 18:13:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269558#M17072</guid>
      <dc:creator>svemurilv</dc:creator>
      <dc:date>2017-01-30T18:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269559#M17073</link>
      <description>&lt;P&gt;What version of Splunk are you using?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 18:18:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269559#M17073</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-01-30T18:18:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269560#M17074</link>
      <description>&lt;P&gt;its bit old version 6.2 &lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 18:22:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269560#M17074</guid>
      <dc:creator>svemurilv</dc:creator>
      <dc:date>2017-01-30T18:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269561#M17075</link>
      <description>&lt;P&gt;hmm, that maybe the issue. hold on.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 18:24:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269561#M17075</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-01-30T18:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269562#M17076</link>
      <description>&lt;P&gt;Yes, mine gets truncated at 2000 lines on 6.2, and the total proparly depends on how big the raw events are.&lt;/P&gt;

&lt;P&gt;You probably can't change this since it is likely limited in the JS stack, not inherent to the search head limits.&lt;/P&gt;

&lt;P&gt;In general, there should be no reason for displaying that many raw events, because it will be impossible to find anything.  I think you need to reconsider what you are doing with the data.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 18:28:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269562#M17076</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-01-30T18:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269563#M17077</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
 Am seeing same issues with staging which is running on latest 6.5.1 version.&lt;/P&gt;

&lt;P&gt;-thanks&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 20:05:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269563#M17077</guid>
      <dc:creator>svemurilv</dc:creator>
      <dc:date>2017-01-30T20:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269564#M17078</link>
      <description>&lt;P&gt;Hi @svemurilv,&lt;BR /&gt;
Here is some documentation on configuring data truncation using the web.conf file and/or Simple XML:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartDisplayissues#Data_truncation"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartDisplayissues#Data_truncation&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartDisplayissues#Configuration_file_data_truncation_settings"&gt;http://docs.splunk.com/Documentation/Splunk/6.5.1/Viz/ChartDisplayissues#Configuration_file_data_truncation_settings&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 20:21:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269564#M17078</guid>
      <dc:creator>frobinson_splun</dc:creator>
      <dc:date>2017-01-30T20:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269565#M17079</link>
      <description>&lt;P&gt;Hmm, strange. I don't see in 6.5 like I do in 6.2.&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 20:25:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269565#M17079</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-01-30T20:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269566#M17080</link>
      <description>&lt;P&gt;This code is working &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;   &amp;lt;table&amp;gt;
    &amp;lt;search&amp;gt;
      &amp;lt;query&amp;gt;index=* source="/home/XXXXXXX/XXXXXX/logs/$date_log$/$processname$" $loglevel$ "$search$" | table _time _raw |sort +_time&amp;lt;/query&amp;gt;
      &amp;lt;earliest&amp;gt;$time_sel.earliest$&amp;lt;/earliest&amp;gt;
      &amp;lt;latest&amp;gt;$time_sel.latest$&amp;lt;/latest&amp;gt;
      &amp;lt;sampleRatio&amp;gt;1&amp;lt;/sampleRatio&amp;gt;
    &amp;lt;/search&amp;gt;
    &amp;lt;option name="count"&amp;gt;100&amp;lt;/option&amp;gt;
    &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
    &amp;lt;option name="drilldown"&amp;gt;cell&amp;lt;/option&amp;gt;
    &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
    &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
  &amp;lt;/table&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 30 Jan 2017 21:30:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269566#M17080</guid>
      <dc:creator>svemurilv</dc:creator>
      <dc:date>2017-01-30T21:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269567#M17081</link>
      <description>&lt;P&gt;in 6.5 correct?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 21:36:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269567#M17081</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-01-30T21:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to increase the list of results in my dashboard to display more than 1020 results?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269568#M17082</link>
      <description>&lt;P&gt;yeah for both 6.2 and 6.5.1&lt;/P&gt;</description>
      <pubDate>Mon, 30 Jan 2017 22:05:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-increase-the-list-of-results-in-my-dashboard-to-display/m-p/269568#M17082</guid>
      <dc:creator>svemurilv</dc:creator>
      <dc:date>2017-01-30T22:05:47Z</dc:date>
    </item>
  </channel>
</rss>

