<?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: Splunk Dashboard for million of events in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324815#M20966</link>
    <description>&lt;P&gt;Hi Nikks,&lt;/P&gt;

&lt;P&gt;mail me on &lt;A href="mailto:kamlesh@crestdatasys.com"&gt;kamlesh@crestdatasys.com&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Kamlesh&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jun 2017 08:56:58 GMT</pubDate>
    <dc:creator>kamlesh_vaghela</dc:creator>
    <dc:date>2017-06-06T08:56:58Z</dc:date>
    <item>
      <title>Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324801#M20952</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;

&lt;P&gt;Please help me out to resolve below issue.&lt;/P&gt;

&lt;P&gt;Data is coming  in Index at every 30 seconds. I need to create real time aggregated dashboard (Lot of calculations) for that. &lt;/P&gt;

&lt;P&gt;I am able to create dashboard with drill down functionality, but it is taking lot of time to display the final result.&lt;/P&gt;

&lt;P&gt;What should I do in order to resolve this issue?&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;BR /&gt;
Nikks. &lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 12:02:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324801#M20952</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-06-01T12:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324802#M20953</link>
      <description>&lt;P&gt;i think the question here is: " how i make my searches return results faster?" if that is the case, there are plenty of answers here in this portal. can you share the searches you are using today?&lt;BR /&gt;
another point is "real time" what it the requirement? do you use real tome searches?&lt;BR /&gt;
splunk has another ways such as summary index, accelerated reports and more to overcome this challenge&lt;BR /&gt;
hope it helps &lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 12:12:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324802#M20953</guid>
      <dc:creator>adonio</dc:creator>
      <dc:date>2017-06-01T12:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324803#M20954</link>
      <description>&lt;P&gt;I am getting data for full day (@d) and after every 30 seconds it is getting refreshed. So what should I do for this?&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;&amp;lt;search&amp;gt; 
&amp;lt;query&amp;gt; my search &amp;lt;/query&amp;gt;
&amp;lt;earliest&amp;gt; @d &amp;lt;/earliest&amp;gt;
&amp;lt;latest&amp;gt; now &amp;lt;/latest&amp;gt;
&amp;lt;refresh&amp;gt; 30s &amp;lt;/refresh&amp;gt;
&amp;lt;/search&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Jun 2017 14:30:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324803#M20954</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-06-01T14:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324804#M20955</link>
      <description>&lt;P&gt;You have to share more about the data in order to get a helpful answer.&lt;/P&gt;

&lt;P&gt;What query or queries are you running? What fields are you looking for? &lt;/P&gt;

&lt;P&gt;Basically, you will get  the best answer if you can share the actual query. If you can't share the actual query, we need to know some somethings about the query, i.e., are you searching for specific fields or values, what transformations you are running, etc.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jun 2017 14:36:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324804#M20955</guid>
      <dc:creator>rjthibod</dc:creator>
      <dc:date>2017-06-01T14:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324805#M20956</link>
      <description>&lt;P&gt;Hi nilaksh92,&lt;/P&gt;

&lt;P&gt;As per my suggestion, you have to use datamodel. It will help you in performance as well as for calculation logic also.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/SplunkCloud/latest/Knowledge/Aboutdatamodels"&gt;http://docs.splunk.com/Documentation/SplunkCloud/latest/Knowledge/Aboutdatamodels&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.0/PivotTutorial/Buildtutorialdatamodel"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.0/PivotTutorial/Buildtutorialdatamodel&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;For searches, I will not suggest you use real-time searches in any dashboard but you can achieve the same thing by refreshing your search of panels in 30 sec interval.&lt;/P&gt;

&lt;P&gt;So please let me know if you want to go with this approach.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Kamlesh&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 04:45:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324805#M20956</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-06-02T04:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324806#M20957</link>
      <description>&lt;P&gt;Hi Kamlesh,&lt;/P&gt;

&lt;P&gt;Here Is my query&lt;/P&gt;

&lt;P&gt;|inputlookup abc|join type=inner max=0 aaa[ search index=xyz | rename ttt as "aaa"]&lt;/P&gt;

&lt;P&gt;How to optimize this kind of query?&lt;/P&gt;

&lt;P&gt;Above query is taking data for full day.&lt;/P&gt;

&lt;P&gt;Please help me out in this.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 10:26:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324806#M20957</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-06-02T10:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324807#M20958</link>
      <description>&lt;P&gt;Convert the lookup to an auto-lookup in settings -&amp;gt; lookups -&amp;gt; auto-lookups so that the inputlookup and the join are not needed.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.1/Knowledge/DefineanautomaticlookupinSplunkWeb"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.1/Knowledge/DefineanautomaticlookupinSplunkWeb&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Then change your dashboard search to just be &lt;CODE&gt;index=xyz _index_earliest=-30m&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;The index_earliest will make the search only look for data that has been indexed in the last 30 minutes.&lt;/P&gt;

&lt;P&gt;If you need even quicker results, you can further qualify the dashboard search such as &lt;CODE&gt;index=xyz _index_earliest=-30m ttt=abc OR ttt=def OR ttt=xyz&lt;/CODE&gt; or you can reduce the fields it returns in the Map Reduce job &lt;CODE&gt;index=xyz _index_earliest=-30m | fields ttt field1 field2&lt;/CODE&gt;.  &lt;/P&gt;

&lt;P&gt;I do not recommend a data model because you're getting all the data every 30 minutes.  The data model would will take time &amp;amp; compute to rebuild every 30 minutes.  Since ALL the data comes every 30 minutes, this would create a point in time where the data model is "stale" or out of date while it rebuilds.  The DM approach would also consume unnecessary disk space, because the data from 30+ minutes ago isnt even needed, but it would be in the data model.&lt;/P&gt;

&lt;P&gt;I also wouldnt recommend summary indexing because you have to trigger a summarizing search before the benefit is realized, and that would also take time, and consume additional disk space that is not needed.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 10:50:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324807#M20958</guid>
      <dc:creator>jkat54</dc:creator>
      <dc:date>2017-06-02T10:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324808#M20959</link>
      <description>&lt;P&gt;Hi nilaksh92,&lt;/P&gt;

&lt;P&gt;For the optimization, can you please let me know what are the fields you need from "lookup" and from "sub-search". My concern is about to know how we are using fields after the join. For example, for displaying table, chart or any calculation, etc. If we have the search for the chart, which uses aggregated data then we can use below search:&lt;/P&gt;

&lt;P&gt;index=xyz | stats count by ttt | lookup abc as ttt | table abc field1_from_lookup field2_from_lookup &lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Lookup#Usage" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/6.6.0/SearchReference/Lookup#Usage&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Can you please provide more information regarding our search?&lt;BR /&gt;
And your data is coming in every 30 sec. Am I right??&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Kamlesh&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 14:18:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324808#M20959</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2020-09-29T14:18:20Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324809#M20960</link>
      <description>&lt;P&gt;Hi Kamlesh&lt;/P&gt;

&lt;P&gt;After this I am doing lot of calculation along with aggregation( Regex also). Then I am using the same in drill down panels.&lt;/P&gt;

&lt;P&gt;Thanks &lt;BR /&gt;
Nikks&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2017 12:22:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324809#M20960</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-06-02T12:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324810#M20961</link>
      <description>&lt;P&gt;Hi Kamlesh,&lt;/P&gt;

&lt;P&gt;Please guide me on this issue.&lt;/P&gt;

&lt;P&gt;Thanks and Regards&lt;BR /&gt;
Nikks&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 12:38:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324810#M20961</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-06-05T12:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324811#M20962</link>
      <description>&lt;P&gt;Hey Hi  Nikks,&lt;/P&gt;

&lt;P&gt;Yes, sure I'll guide you...&lt;BR /&gt;
I have discussed your issue with my colleagues. We can achieve better performance by twisting search and by doing some sort of performance tuning techniques in your search. As per your given information, your search has lots of aggregation &amp;amp; calculation. But we need to understand your requirement, sample data, and your existing search. so Can you please give me your search. so we can work on that&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Kamlesh&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 13:33:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324811#M20962</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-06-05T13:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324812#M20963</link>
      <description>&lt;P&gt;Hi Kamlesh,&lt;/P&gt;

&lt;P&gt;If you dont mind can you share your whatsapp number? So that I discuss in detail.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Nikks&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 14:40:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324812#M20963</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-06-05T14:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324813#M20964</link>
      <description>&lt;P&gt;Hi Nikks,&lt;BR /&gt;
Sure. &lt;BR /&gt;
Ping me on my registered &lt;A href="https://answers.splunk.com/users/339361/kamlesh-vaghela.html"&gt;email-id&lt;/A&gt;. &lt;/P&gt;

&lt;P&gt;I'll send share my contact number in email. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Kamlesh&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2017 16:58:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324813#M20964</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-06-05T16:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324814#M20965</link>
      <description>&lt;P&gt;Hi Kamlesh&lt;/P&gt;

&lt;P&gt;I am not able to see your registed id. Could please mention user id over here?&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Nikks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:01:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324814#M20965</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-06-06T08:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324815#M20966</link>
      <description>&lt;P&gt;Hi Nikks,&lt;/P&gt;

&lt;P&gt;mail me on &lt;A href="mailto:kamlesh@crestdatasys.com"&gt;kamlesh@crestdatasys.com&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Kamlesh&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 08:56:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324815#M20966</guid>
      <dc:creator>kamlesh_vaghela</dc:creator>
      <dc:date>2017-06-06T08:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk Dashboard for million of events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324816#M20967</link>
      <description>&lt;P&gt;Hi Kamlesh,&lt;/P&gt;

&lt;P&gt;Thanks you so much. I have dropped  a mail to you.&lt;/P&gt;

&lt;P&gt;Thanks&lt;BR /&gt;
Nikks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2017 10:26:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-Dashboard-for-million-of-events/m-p/324816#M20967</guid>
      <dc:creator>nilaksh92</dc:creator>
      <dc:date>2017-06-06T10:26:43Z</dc:date>
    </item>
  </channel>
</rss>

