<?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: All Sub Dashboards are blank - why? in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161865#M15071</link>
    <description>&lt;P&gt;Logs are being parsed correctly.  &lt;/P&gt;

&lt;P&gt;Here's what I have for acceleration.  I have three Data Models, all are enabled for Data Acceleration and all are set for one year&lt;/P&gt;

&lt;P&gt;When you look at the details, here's what I have:&lt;/P&gt;

&lt;P&gt;Palo Alto Networks Endpoint Logs&lt;BR /&gt;
MODEL&lt;/P&gt;

&lt;P&gt;Objects&lt;BR /&gt;
    5 Events Edit &lt;BR /&gt;
Permissions&lt;BR /&gt;
    Shared in App. Owned by nobody. Edit &lt;/P&gt;

&lt;P&gt;ACCELERATION&lt;BR /&gt;
Rebuild Update Edit&lt;/P&gt;

&lt;P&gt;Status&lt;BR /&gt;
    100.00% Completed &lt;BR /&gt;
Access Count&lt;BR /&gt;
    0. Last Access: 1969-12-31T19:00:00-05:00&lt;BR /&gt;
Size on Disk&lt;BR /&gt;
    1.20MB&lt;BR /&gt;
Summary Range&lt;BR /&gt;
    31536000&lt;BR /&gt;
Buckets&lt;BR /&gt;
    49&lt;BR /&gt;
Updated&lt;BR /&gt;
    2015-09-04T11:21:34-04:00&lt;/P&gt;

&lt;P&gt;Palo Alto Networks Firewall Logs&lt;BR /&gt;
This datamodel represents all the syslogs produced by Palo Alto Networks Next-generation Firewalls and Panorama. The datamodel is structured such that all logs are part of the first root event object so the entire datamodel is accelerated.&lt;BR /&gt;
MODEL&lt;/P&gt;

&lt;P&gt;Objects&lt;BR /&gt;
    16 Events Edit &lt;BR /&gt;
Permissions&lt;BR /&gt;
    Shared in App. Owned by nobody. Edit &lt;/P&gt;

&lt;P&gt;ACCELERATION&lt;BR /&gt;
Rebuild Update Edit&lt;/P&gt;

&lt;P&gt;Status&lt;BR /&gt;
    100.00% Completed &lt;BR /&gt;
Access Count&lt;BR /&gt;
    165. Last Access: 2015-09-04T09:30:29-04:00&lt;BR /&gt;
Size on Disk&lt;BR /&gt;
    3898.07MB&lt;BR /&gt;
Summary Range&lt;BR /&gt;
    31536000&lt;BR /&gt;
Buckets&lt;BR /&gt;
    49&lt;BR /&gt;
Updated&lt;BR /&gt;
    2015-09-04T11:21:22-04:00&lt;/P&gt;

&lt;P&gt;(we are not using Wildfire)&lt;/P&gt;

&lt;P&gt;So acceleration is enabled, the build is at 100%.  &lt;/P&gt;

&lt;P&gt;are there any other steps I'm missing?&lt;/P&gt;</description>
    <pubDate>Fri, 04 Sep 2015 15:30:04 GMT</pubDate>
    <dc:creator>reswob4</dc:creator>
    <dc:date>2015-09-04T15:30:04Z</dc:date>
    <item>
      <title>All Sub Dashboards are blank - why?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161862#M15068</link>
      <description>&lt;P&gt;I am not receiving any information on any of the subdashboards.  The Overview dashboard (seems to) works just fine.  &lt;/P&gt;

&lt;P&gt;For example, the Threat Dashboard is blank.  Putting in a source IP still draws a blank even though a search of "* sourcetype=pan_threat x.x.x.x| table _time,threat_name, severity" within the app gets results.&lt;/P&gt;

&lt;P&gt;Clicking on one of the dashboards give the following search: &lt;/P&gt;

&lt;P&gt;| &lt;CODE&gt;tstats&lt;/CODE&gt; count FROM &lt;CODE&gt;node(log.threat)&lt;/CODE&gt;       &lt;CODE&gt;groupby(_time log.log_subtype)&lt;/CODE&gt; | timechart values(count) by log_subtype&lt;/P&gt;

&lt;P&gt;But that returns nothing.  Looking at the definitions of the macros shows:&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;tstats&lt;/CODE&gt; =&amp;gt;       tstats summariesonly=t    and searching those terms doesn't return anything.  And how does a macro refer to itself?&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;node(1)&lt;/CODE&gt; =&amp;gt;   datamodel="pan_firewall" WHERE nodename="$nodename$"  and searching for datamodel="pan_firewall" doesn't return anything either.&lt;/P&gt;

&lt;P&gt;At this point I figured I'd ask on the forums rather than individually troubleshoot each term/macro/search to find out if there is an overall fix or what.  &lt;/P&gt;

&lt;P&gt;It seems that most of the dashboards rely on the 'tstats' macro, but that macro doesn't seem to work anywhere.  &lt;/P&gt;

&lt;P&gt;Suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 06:55:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161862#M15068</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2020-09-29T06:55:23Z</dc:date>
    </item>
    <item>
      <title>Re: All Sub Dashboards are blank - why?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161863#M15069</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;

&lt;P&gt;The tstats macro refers to the tstats command, not the macro itself.  There is nothing wrong with the macro configuration.&lt;/P&gt;

&lt;P&gt;The dashboards use the tstats command to pull data from an accelerated data model.  If there is no data showing up in the dashboard, then the data is most likely not being accelerated by the datamodel.  Make sure you are on the latest version of the app, and that the datamodels that come with the app are accelerated.&lt;/P&gt;

&lt;P&gt;Here is a troubleshooting guide to help you figure out what the dashboards are not populating:&lt;BR /&gt;
&lt;A href="https://live.paloaltonetworks.com/t5/Articles/How-to-Configure-Splunk-for-Palo-Alto-Networks/ta-p/54261"&gt;https://live.paloaltonetworks.com/t5/Articles/How-to-Configure-Splunk-for-Palo-Alto-Networks/ta-p/54261&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;(see Troublshooting Steps near the bottom of that page)&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 16:41:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161863#M15069</guid>
      <dc:creator>btorresgil</dc:creator>
      <dc:date>2015-09-01T16:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: All Sub Dashboards are blank - why?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161864#M15070</link>
      <description>&lt;P&gt;We are on the latest version.&lt;BR /&gt;
I already went through those tips.&lt;BR /&gt;
I checked and the data model is being accelerated.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2015 19:49:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161864#M15070</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2015-09-01T19:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: All Sub Dashboards are blank - why?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161865#M15071</link>
      <description>&lt;P&gt;Logs are being parsed correctly.  &lt;/P&gt;

&lt;P&gt;Here's what I have for acceleration.  I have three Data Models, all are enabled for Data Acceleration and all are set for one year&lt;/P&gt;

&lt;P&gt;When you look at the details, here's what I have:&lt;/P&gt;

&lt;P&gt;Palo Alto Networks Endpoint Logs&lt;BR /&gt;
MODEL&lt;/P&gt;

&lt;P&gt;Objects&lt;BR /&gt;
    5 Events Edit &lt;BR /&gt;
Permissions&lt;BR /&gt;
    Shared in App. Owned by nobody. Edit &lt;/P&gt;

&lt;P&gt;ACCELERATION&lt;BR /&gt;
Rebuild Update Edit&lt;/P&gt;

&lt;P&gt;Status&lt;BR /&gt;
    100.00% Completed &lt;BR /&gt;
Access Count&lt;BR /&gt;
    0. Last Access: 1969-12-31T19:00:00-05:00&lt;BR /&gt;
Size on Disk&lt;BR /&gt;
    1.20MB&lt;BR /&gt;
Summary Range&lt;BR /&gt;
    31536000&lt;BR /&gt;
Buckets&lt;BR /&gt;
    49&lt;BR /&gt;
Updated&lt;BR /&gt;
    2015-09-04T11:21:34-04:00&lt;/P&gt;

&lt;P&gt;Palo Alto Networks Firewall Logs&lt;BR /&gt;
This datamodel represents all the syslogs produced by Palo Alto Networks Next-generation Firewalls and Panorama. The datamodel is structured such that all logs are part of the first root event object so the entire datamodel is accelerated.&lt;BR /&gt;
MODEL&lt;/P&gt;

&lt;P&gt;Objects&lt;BR /&gt;
    16 Events Edit &lt;BR /&gt;
Permissions&lt;BR /&gt;
    Shared in App. Owned by nobody. Edit &lt;/P&gt;

&lt;P&gt;ACCELERATION&lt;BR /&gt;
Rebuild Update Edit&lt;/P&gt;

&lt;P&gt;Status&lt;BR /&gt;
    100.00% Completed &lt;BR /&gt;
Access Count&lt;BR /&gt;
    165. Last Access: 2015-09-04T09:30:29-04:00&lt;BR /&gt;
Size on Disk&lt;BR /&gt;
    3898.07MB&lt;BR /&gt;
Summary Range&lt;BR /&gt;
    31536000&lt;BR /&gt;
Buckets&lt;BR /&gt;
    49&lt;BR /&gt;
Updated&lt;BR /&gt;
    2015-09-04T11:21:22-04:00&lt;/P&gt;

&lt;P&gt;(we are not using Wildfire)&lt;/P&gt;

&lt;P&gt;So acceleration is enabled, the build is at 100%.  &lt;/P&gt;

&lt;P&gt;are there any other steps I'm missing?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Sep 2015 15:30:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161865#M15071</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2015-09-04T15:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: All Sub Dashboards are blank - why?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161866#M15072</link>
      <description>&lt;P&gt;Here's an update.  Currently, this is partially working.  To be clear, the Palo Alto was sending the logs to indexerA and I was using the SH (I only have one) to view the events.  Both the indexer and the SH have the PA app installed.  Initially, the dashboards were not working on either indexerA or the SH.  Then, during troubleshooting on IndexerA, the Threat dashboard and the Traffic dashboard started showing events, but not the Content dashboard.  On the SH, still nothing.  After some further back and forth with PA tech support, I had to move on.&lt;/P&gt;

&lt;P&gt;So consider this thread closed for now.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2015 20:17:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161866#M15072</guid>
      <dc:creator>reswob4</dc:creator>
      <dc:date>2015-09-22T20:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: All Sub Dashboards are blank - why?</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161867#M15073</link>
      <description>&lt;P&gt;I downvoted this post because helpful, but the end result indicated no ultimate solution.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2016 16:49:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/All-Sub-Dashboards-are-blank-why/m-p/161867#M15073</guid>
      <dc:creator>abeeber_splunk</dc:creator>
      <dc:date>2016-11-08T16:49:10Z</dc:date>
    </item>
  </channel>
</rss>

