Dashboards & Visualizations

Post processing and exporting a CSV file

clorne
Communicator

Hello,
I use post processing in my dashboard.
Post processing itself is working perfectly. The results are correct.
My problem is when I want to export the CSV. The arrow is under the panel but it is gray so I can not export the data.
Here is the structure of my dashboard.

  <search id="baseSearch232">
    <query>
search "FIELD" 
| table FIELD
    </query>
  </search>
  <panel>
<table depends="$Visibleornot$">
    <title>TITLE</title>
        <search base="baseSearch232">
          <query>
where (isnotnull(FIELD1)) 
| stats count by source</query>
        </search>
      </table>
    </panel>
  </row>    <row> <panel>
0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

Hi clorne,
it's a limitation related to PPS, the only way is to open the panel in search and then export in csv.
Bye.
Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

Hi clorne,
it's a limitation related to PPS, the only way is to open the panel in search and then export in csv.
Bye.
Giuseppe

Jugabanhi
Explorer

Any workaround ? Or this is still a limitation of PPS?

Please update

0 Karma

gcusello
SplunkTrust
SplunkTrust

Hi @Jugabanhi,

the only workaround is  to open the panel in search and then export in csv.

Ciao.

Giuseppe

0 Karma
Get Updates on the Splunk Community!

Celebrating Fast Lane: 2025 Authorized Learning Partner of the Year

At .conf25, Splunk proudly recognized Fast Lane as the 2025 Authorized Learning Partner of the Year. This ...

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...