<?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: Palo Alto Networks App Dashboards not populating in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748134#M82041</link>
    <description>&lt;P&gt;I checked and it was installed but not running the latest version&lt;/P&gt;&lt;P&gt;updated the pan app and pan add-on to the latest version but dashboards still don't work&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jun 2025 16:27:08 GMT</pubDate>
    <dc:creator>heathramos</dc:creator>
    <dc:date>2025-06-17T16:27:08Z</dc:date>
    <item>
      <title>Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748123#M82037</link>
      <description>&lt;P&gt;if I run the following search, I get records:&amp;nbsp;index="pan" host="*"&lt;/P&gt;&lt;P&gt;none of the dashboards show any info&lt;/P&gt;&lt;P&gt;what could cause this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 14:41:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748123#M82037</guid>
      <dc:creator>heathramos</dc:creator>
      <dc:date>2025-06-17T14:41:56Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748128#M82038</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/210490"&gt;@heathramos&lt;/a&gt;&amp;nbsp;Your dashboard isn't populating because it's looking for data in places that don't exist in your environment.&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;The main culprit is probably the p_index macro.&lt;/STRONG&gt; Your dashboard is using `p_index` but this macro either doesn't exist or isn't pointing to the right place. Go to Settings &amp;gt; Advanced Search &amp;gt; Search Macros and see if you have one called p_index. If not, create it. If yes, make sure it's set to your actual Palo Alto index.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;tip:&lt;/STRONG&gt; When you're in the Search app, you can &lt;STRONG&gt;Cmd+Shift+E (Mac) or Ctrl+Shift+E (Windows)&lt;/STRONG&gt; to expand macros in your search and see what they actually resolve to. This will show you exactly what `p_index` is doing.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Second issue - sourcetype mismatch.&lt;/STRONG&gt; The dashboard expects sourcetype="pan:xdr_incident" but your data probably has a different sourcetype. Run this to see what you actually have:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=pan | stats count by sourcetype&lt;/LI-CODE&gt;&lt;P class=""&gt;&lt;STRONG&gt;Quick test:&lt;/STRONG&gt; Try running the base search manually with your actual values instead of the tokens. Replace $severity$ with * and see if you get any results.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;The dashboard is basically looking for some field names&lt;/STRONG&gt; like incident_id, severity, status etc. If your XDR data doesn't have these exact field names, nothing will show up.&lt;/P&gt;&lt;P class=""&gt;Most of these Palo Alto app dashboards assume you've configured everything exactly as Palo Alto intended, but real environments are messier. You'll probably need to either:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Fix your data inputs to match what the dashboard expects, OR&lt;/LI&gt;&lt;LI&gt;Edit the dashboard searches to match your actual data structure&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;Start with that macro expansion trick and sourcetype check - those are usually the smoking guns.&lt;/P&gt;&lt;P class=""&gt;Good luck!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this Helps, Please Upvote.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 15:15:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748128#M82038</guid>
      <dc:creator>sainag_splunk</dc:creator>
      <dc:date>2025-06-17T15:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748129#M82039</link>
      <description>&lt;P&gt;I don't see&amp;nbsp;&lt;SPAN&gt;p_index&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When I create it, how exactly do I configure it?&lt;/P&gt;&lt;P&gt;What do I put under definition?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 15:29:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748129#M82039</guid>
      <dc:creator>heathramos</dc:creator>
      <dc:date>2025-06-17T15:29:39Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748130#M82040</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/210490"&gt;@heathramos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It sounds like you havent installed&amp;nbsp;&lt;A href="https://splunkbase.splunk.com/app/7523" target="_self"&gt;Splunk Add-on for Palo Alto Networks&lt;/A&gt;&amp;nbsp; - You need this in addition to the Splunk App for Palo Alto Networks because the Add-on contains all the macros that the dashboards in the app use, such as&amp;nbsp;p_index,&amp;nbsp;pan_tstats, pan_summariesonly and&amp;nbsp;pan_logs.&lt;/P&gt;&lt;P&gt;Please install this and hopefully this should resolve the issue, once installed check the p_index - by default this is "index=pan*" so if your index is called "pan" then the default should be fine.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 15:48:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748130#M82040</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-06-17T15:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748134#M82041</link>
      <description>&lt;P&gt;I checked and it was installed but not running the latest version&lt;/P&gt;&lt;P&gt;updated the pan app and pan add-on to the latest version but dashboards still don't work&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 16:27:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748134#M82041</guid>
      <dc:creator>heathramos</dc:creator>
      <dc:date>2025-06-17T16:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748155#M82042</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/210490"&gt;@heathramos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Okay so this is installed, you should be able to see the macros in them - Are you able to see any of the previously mentioned macros when in the app?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 20:03:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748155#M82042</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-06-17T20:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748156#M82043</link>
      <description>&lt;P&gt;I see a pan_index macro among others&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 20:10:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748156#M82043</guid>
      <dc:creator>heathramos</dc:creator>
      <dc:date>2025-06-17T20:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748157#M82044</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/210490"&gt;@heathramos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;Since the p_index macro doesn't exist, here's how to dig into the dashboard and fix it:&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Edit the dashboard directly:&lt;/STRONG&gt;&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;Go to your&amp;nbsp; dashboard&lt;/LI&gt;&lt;LI&gt;Click the &lt;STRONG&gt;Edit&lt;/STRONG&gt; button (top right)&lt;/LI&gt;&lt;LI&gt;Click on each panel/visualization that's not showing data&lt;/LI&gt;&lt;LI&gt;Click &lt;STRONG&gt;Edit Search&lt;/STRONG&gt; for each one magnifying glass&lt;/LI&gt;&lt;LI&gt;You'll see searches that start with `p_index` sourcetype="pan:xdr_incident"&lt;/LI&gt;&lt;/OL&gt;&lt;P class=""&gt;&lt;STRONG&gt;Replace the macro with your actual index:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Change `p_index` to index=pan (or whatever your actual Palo Alto index is called)&lt;/LI&gt;&lt;LI&gt;So the search becomes: index=pan sourcetype="pan:xdr_incident"&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;Do this for every search in the dashboard. There are probably 8-10 different searches based on your dashboard config.&lt;/P&gt;&lt;P class=""&gt;While you're in there, also check:&lt;/P&gt;&lt;UL class=""&gt;&lt;LI&gt;Does sourcetype="pan:xdr_incident" match your actual data? Run index=pan | stats count by sourcetype first to confirm&lt;/LI&gt;&lt;LI&gt;If your sourcetype is different (like pan:incident or cortex:xdr), update those too&lt;/LI&gt;&lt;/UL&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 20:10:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748157#M82044</guid>
      <dc:creator>sainag_splunk</dc:creator>
      <dc:date>2025-06-17T20:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748159#M82045</link>
      <description>&lt;P&gt;I see searches like the following:&amp;nbsp;&lt;/P&gt;&lt;P&gt;| tstats summariesonly=t values(log.flags) AS log.flags, count FROM datamodel=pan_firewall WHERE nodename="log.url" """" log.action="*" GROUPBY _time log.dest_name log.app:category log.app log.action log.content_type log.vendor_action | rename log.* AS * | stats sum(count) AS count values(app) AS app values(category) AS category BY dest_name&lt;BR /&gt;| table dest_name app category count&lt;BR /&gt;| sort -count&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 20:22:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748159#M82045</guid>
      <dc:creator>heathramos</dc:creator>
      <dc:date>2025-06-17T20:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748160#M82046</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/210490"&gt;@heathramos&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;yeah this is going to be a fun one.&lt;/P&gt;&lt;P class=""&gt;You've got data model issues, which is way more involved than just fixing a macro. Data models are these complex hierarchical things with parent/child datasets that need to be built and accelerated properly - it's a whole thing.&lt;/P&gt;&lt;P class=""&gt;Looking at that search, it's trying to pull from datamodel=pan_firewall with specific node relationships. If that's not set up right (or at all), nothing's going to work. And troubleshooting data models means digging into dataset structures, field mappings, acceleration status - it's honestly not a quick fix.&lt;/P&gt;&lt;P class=""&gt;If you need this dashboard working soon and it's important to the business, you might want to just work with Splunk ondemand services. They can sort out your data models properly instead of you spending days figuring out why the acceleration isn't working or why the field extractions are wrong.&lt;/P&gt;&lt;P class=""&gt;If you want to try&lt;STRONG&gt;,&lt;/STRONG&gt;&amp;nbsp; spend&amp;nbsp; some time in Settings &amp;gt; Data Models, checking what's actually there vs what the dashboard expects. You'll probably end up either rebuilding data models from scratch or rewriting all these tstats searches to use regular SPL.&lt;/P&gt;&lt;P class=""&gt;It's more like -audit your entire Palo Alto data ingestion and modeling setup.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If this Helps Please Upvote.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 17 Jun 2025 20:41:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748160#M82046</guid>
      <dc:creator>sainag_splunk</dc:creator>
      <dc:date>2025-06-17T20:41:32Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748161#M82047</link>
      <description>&lt;P&gt;that's for the help&lt;/P&gt;&lt;P&gt;I will play with the data model when I have time&lt;/P&gt;&lt;P&gt;I noticed parts were giving any records in the preview unless I manually added the index.&lt;/P&gt;&lt;P&gt;I tried adding the index to various steps and enabling acceleration but it still didn't work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 20:48:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748161#M82047</guid>
      <dc:creator>heathramos</dc:creator>
      <dc:date>2025-06-17T20:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748238#M82048</link>
      <description>&lt;P&gt;FYI&lt;/P&gt;&lt;P&gt;It looks like the dashboards are now working&lt;/P&gt;&lt;P&gt;changing the datamodel at every step and adding the index reference fixed the issue&lt;/P&gt;&lt;P&gt;thanks for the help&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 13:35:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748238#M82048</guid>
      <dc:creator>heathramos</dc:creator>
      <dc:date>2025-06-18T13:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Palo Alto Networks App Dashboards not populating</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748239#M82049</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/210490"&gt;@heathramos&lt;/a&gt;&amp;nbsp;Thanks for the update, glad it worked out.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Jun 2025 13:41:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Palo-Alto-Networks-App-Dashboards-not-populating/m-p/748239#M82049</guid>
      <dc:creator>sainag_splunk</dc:creator>
      <dc:date>2025-06-18T13:41:57Z</dc:date>
    </item>
  </channel>
</rss>

