<?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: Problem with fields being included in a datamodel in Reporting</title>
    <link>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496680#M7961</link>
    <description>&lt;P&gt;@smelf1 please post the DM search and the DM tree structure.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Mar 2020 00:36:10 GMT</pubDate>
    <dc:creator>anmolpatel</dc:creator>
    <dc:date>2020-03-17T00:36:10Z</dc:date>
    <item>
      <title>Splunk 8.0.2 report acceleration broken for reports using inputlookup command in subsearches</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496679#M7960</link>
      <description>&lt;P&gt;Prior to updating to Splunk Enterprise 8.0.2 scheduled accelerated reports ran extremely fast:&lt;BR /&gt;Report A&lt;BR /&gt;Duration: 37.166&lt;BR /&gt;Record count: 314&lt;/P&gt;
&lt;P&gt;After updating to Splunk Enterprise 8.0.2 the report ran extremely slow:&lt;BR /&gt;Report A&lt;BR /&gt;Duration: 418.621&lt;BR /&gt;Record count: 300&lt;/P&gt;
&lt;P&gt;Given the &lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.2/ReleaseNotes/MeetSplunk" target="_blank"&gt;patch notes&lt;/A&gt; for 8.0.2 – I'm not seeing any changes to acceleration or summary indexing, so is it safe to assume this is a fluke?&lt;/P&gt;
&lt;P&gt;The massive increase in report generation (job) time of the scheduled accelerated reports appears to be caused by them no longer accessing the corresponding report acceleration summary. The "Access Count" never goes up when the scheduled reports are run.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alt text"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/8398iE10F4D93D0C9ABA2/image-size/large?v=v2&amp;amp;px=999" role="button" title="alt text" alt="alt text" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Guess we'll wait for 8.0.3 to fix this.&lt;/P&gt;
&lt;P&gt;Troubleshooting steps attempted:&lt;BR /&gt;Manually rebuild Report Acceleration Summaries&lt;BR /&gt;Delete all affected Report Acceleration Summaries&lt;BR /&gt;Delete and recreate affected production reports – recreated schedule and checked box for acceleration&lt;BR /&gt;Check filesystem permissions of inputlookup csv - confirmed &lt;CODE&gt;-rw-rw-r--  splunk splunk&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jun 2020 23:34:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496679#M7960</guid>
      <dc:creator>smelf1</dc:creator>
      <dc:date>2020-06-08T23:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fields being included in a datamodel</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496680#M7961</link>
      <description>&lt;P&gt;@smelf1 please post the DM search and the DM tree structure.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 00:36:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496680#M7961</guid>
      <dc:creator>anmolpatel</dc:creator>
      <dc:date>2020-03-17T00:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fields being included in a datamodel</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496681#M7962</link>
      <description>&lt;P&gt;BASE SEARCH&lt;BR /&gt;
index=cloudflare sourcetype=cloudflare:json&lt;BR /&gt;
&lt;IMG src="https://imgur.com/CarqNWa" alt="alt text" /&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="https://imgur.com/CarqNWa"&gt;https://imgur.com/CarqNWa&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 00:44:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496681#M7962</guid>
      <dc:creator>smelf1</dc:creator>
      <dc:date>2020-03-17T00:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fields being included in a datamodel</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496682#M7963</link>
      <description>&lt;P&gt;Likely you are searching from an app context that does not have access to the datamodel.&lt;BR /&gt;
Not all searches are the same. The generic Splunk "search" does not necessarily have access to a datamodel created under the context of a Splunk app. Try changing the URL in your browser to include the name of your app (if applicable). &lt;BR /&gt;
Also, the user/role/context of your search may or may not have access to the underlying index of the datamodel.&lt;/P&gt;

&lt;P&gt;An additional check would be to use tstats.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;|tstats count where datamodel=your_dm_name by index
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;e.g.&lt;/P&gt;

&lt;P&gt;Slowly expand your time/date range, if you get no results, then you know that either the user or role or context does not have permissions to the index or datamodel, or you're in the wrong search context.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 03:44:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496682#M7963</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-03-17T03:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fields being included in a datamodel</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496683#M7964</link>
      <description>&lt;P&gt;Check the permissions on your datamodel. Ensure it is available to the app, users, roles, etc.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 18:58:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496683#M7964</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-03-17T18:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fields being included in a datamodel</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496684#M7965</link>
      <description>&lt;P&gt;Hi codebuilder,  Ran your check with different time/dates but it shows no results.  I am also logged in as the admin with full permissions.  The datamodel is set to global and same settings as other datamodels.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 22:55:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496684#M7965</guid>
      <dc:creator>smelf1</dc:creator>
      <dc:date>2020-03-17T22:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fields being included in a datamodel</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496685#M7966</link>
      <description>&lt;P&gt;Is your datamodel accelerated? if so, that my be an issue as well.&lt;BR /&gt;
Try adding "summariesonly=false" to you search (you may need to look up the exact syntax). &lt;BR /&gt;
This will include data that has not been accelerated, but will degrade search performance.&lt;/P&gt;

&lt;P&gt;If you still get nothing, check permissions on your datamodel. It may be restricted to a user, role, or app.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 23:02:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496685#M7966</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-03-17T23:02:46Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fields being included in a datamodel</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496686#M7967</link>
      <description>&lt;P&gt;yep accelerated, and set to all apps, with everyone having read permissions.&lt;/P&gt;

&lt;P&gt;tried the summary command and again no results&lt;/P&gt;</description>
      <pubDate>Tue, 17 Mar 2020 23:50:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496686#M7967</guid>
      <dc:creator>smelf1</dc:creator>
      <dc:date>2020-03-17T23:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with fields being included in a datamodel</title>
      <link>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496687#M7968</link>
      <description>&lt;P&gt;I could be wrong obviously, but to me that indicates you search context is off, or the datamodel does not have the correct permissions.&lt;/P&gt;

&lt;P&gt;Ensure that your test searches are using the correct context, and verify your dm is not restricted to a specific role/user/app. (e.g. clone the dm and give wide open permissions, then test again).&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 00:17:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Reporting/Splunk-8-0-2-report-acceleration-broken-for-reports-using/m-p/496687#M7968</guid>
      <dc:creator>codebuilder</dc:creator>
      <dc:date>2020-03-18T00:17:44Z</dc:date>
    </item>
  </channel>
</rss>

