<?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: Using Splunk 6.2.1, how do I export the details of configured reports, alerts, and dashboards in an Excel (CSV) file? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200570#M12597</link>
    <description>&lt;P&gt;So the "Reports" and "Alert" categorization is correct but "Dashboard" is not correct?&lt;/P&gt;</description>
    <pubDate>Thu, 11 Feb 2016 03:44:09 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2016-02-11T03:44:09Z</dc:date>
    <item>
      <title>Using Splunk 6.2.1, how do I export the details of configured reports, alerts, and dashboards in an Excel (CSV) file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200567#M12594</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;We are using Splunk Enterprise 6.2.1. We have two separate search heads. In each search head we have configured many Reports, Alerts, and Dashboards. I want to export those Reports, Alerts, and Dashboards which configured by all the user to single excel (csv) file. Is there any search to have the below fields?&lt;/P&gt;

&lt;P&gt;Owner | Title | Description | Search | earliest_time | latest_time | cron_schedule | Recipients | Type (Alert or Report or Dashboard)&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 08:47:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200567#M12594</guid>
      <dc:creator>splunkvickyloui</dc:creator>
      <dc:date>2020-09-29T08:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk 6.2.1, how do I export the details of configured reports, alerts, and dashboards in an Excel (CSV) file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200568#M12595</link>
      <description>&lt;P&gt;Try something like this&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local | table author title description search dispatch.earliest_time dispatch.latest_time auto_summarize.cron_schedule action.email.to alert_comparator qualifiedSearch | eval Type=case(len(trim(qualifiedSearch))=4,"Dashboard",len(alert_comparator)=0,"Report",1=1,"Alert") | fields - alert_comparator qualifiedSearch | rename author as Owner title as Title description as Description search as Search dispatch.earliest_time as Earliest_time dispatch.latest_time as Latest_time auto_summarize.cron_schedule as Cron_Schedule action.email.to as Receipients
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 10 Feb 2016 23:15:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200568#M12595</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-10T23:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk 6.2.1, how do I export the details of configured reports, alerts, and dashboards in an Excel (CSV) file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200569#M12596</link>
      <description>&lt;P&gt;Thanks a lot somesoni2.&lt;/P&gt;

&lt;P&gt;this part is not pulling the proper result. Here alert_comparator gives the result as "greater than" and qualifiedsearch displays my search query.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;alert_comparator qualifiedSearch | eval Type=case(len(trim(qualifiedSearch))=4,"Dashboard",len(alert_comparator)=0,"Report",1=1,"Alert") | fields - alert_comparator qualifiedSearch 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I am trying to pull the alert, report and dashboard details which configured under default search app and other deployed apps.&lt;/P&gt;

&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 03:26:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200569#M12596</guid>
      <dc:creator>splunkvickyloui</dc:creator>
      <dc:date>2016-02-11T03:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk 6.2.1, how do I export the details of configured reports, alerts, and dashboards in an Excel (CSV) file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200570#M12597</link>
      <description>&lt;P&gt;So the "Reports" and "Alert" categorization is correct but "Dashboard" is not correct?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Feb 2016 03:44:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200570#M12597</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-11T03:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk 6.2.1, how do I export the details of configured reports, alerts, and dashboards in an Excel (CSV) file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200571#M12598</link>
      <description>&lt;P&gt;Yes. Reports and Alerts categorizations are correct. Only "Dashboard" categorization shows few currently available dashboards and few currently unavailable dashboards. &lt;/P&gt;

&lt;P&gt;Note: Few alerts which scheduled to monitor in real time (rt) was listed as reports. I have changed the real time monitoring to cron scheduled one. Now they are fine.&lt;/P&gt;

&lt;P&gt;Thanks for helping me.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Feb 2016 18:01:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200571#M12598</guid>
      <dc:creator>splunkvickyloui</dc:creator>
      <dc:date>2016-02-15T18:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk 6.2.1, how do I export the details of configured reports, alerts, and dashboards in an Excel (CSV) file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200572#M12599</link>
      <description>&lt;P&gt;The above search is showing scheduled (PDF delivery) dashboards under "Dashboard' category. I guess we can consider them as report. You can get information about the dashboards (forms and dashboards) by using following. Note all fields from above search will not apply to dashboards.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local | table author title description search dispatch.earliest_time dispatch.latest_time auto_summarize.cron_schedule action.email.to alert_comparator | eval Type=case(len(alert_comparator)=0,"Report",1=1,"Alert") | fields - alert_comparator | append [ | rest /servicesNS/-/-/data/ui/views | table author title description  | eval Type="Dashboard" ] | fillnull value="NA" | rename author as Owner title as Title description as Description search as Search dispatch.earliest_time as Earliest_time dispatch.latest_time as Latest_time auto_summarize.cron_schedule as Cron_Schedule action.email.to as Receipients
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 15 Feb 2016 22:22:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200572#M12599</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-15T22:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk 6.2.1, how do I export the details of configured reports, alerts, and dashboards in an Excel (CSV) file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200573#M12600</link>
      <description>&lt;P&gt;Thanks again somesoni2. This pulls Report, Alerts and Dashboards. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;But Dashboards are not pulling "Description", Search" and "Recipients". It would be great if you can help me on that as well.&lt;/P&gt;

&lt;P&gt;I really appreciate your help on this. &lt;/P&gt;</description>
      <pubDate>Thu, 18 Feb 2016 20:42:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200573#M12600</guid>
      <dc:creator>splunkvickyloui</dc:creator>
      <dc:date>2016-02-18T20:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk 6.2.1, how do I export the details of configured reports, alerts, and dashboards in an Excel (CSV) file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200574#M12601</link>
      <description>&lt;P&gt;Try this for getting description. The field search and recipients are not applicable to Dashboards (it can have multiple searches and it's not been sent to anyone).&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /servicesNS/-/-/saved/searches splunk_server=local | table author title description search dispatch.earliest_time dispatch.latest_time auto_summarize.cron_schedule action.email.to alert_comparator | eval Type=case(len(alert_comparator)=0,"Report",1=1,"Alert") | fields - alert_comparator | append [ | rest /servicesNS/-/-/data/ui/views | rex field=eai:data "\&amp;lt;description\&amp;gt;(?&amp;lt;description&amp;gt;.*)\&amp;lt;\/description\&amp;gt;"| table author title description  | eval Type="Dashboard" ] | fillnull value="NA" | rename author as Owner title as Title description as Description search as Search dispatch.earliest_time as Earliest_time dispatch.latest_time as Latest_time auto_summarize.cron_schedule as Cron_Schedule action.email.to as Receipients
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 18 Feb 2016 21:21:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200574#M12601</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2016-02-18T21:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Using Splunk 6.2.1, how do I export the details of configured reports, alerts, and dashboards in an Excel (CSV) file?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200575#M12602</link>
      <description>&lt;P&gt;Is it possible to export dashboard with multiple tables into Excel &lt;/P&gt;</description>
      <pubDate>Fri, 30 Jun 2017 19:30:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Using-Splunk-6-2-1-how-do-I-export-the-details-of-configured/m-p/200575#M12602</guid>
      <dc:creator>puneethgowda</dc:creator>
      <dc:date>2017-06-30T19:30:28Z</dc:date>
    </item>
  </channel>
</rss>

