<?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: Is there a CLI command for debug refresh? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299853#M19044</link>
    <description>&lt;P&gt;Problem solved.&lt;BR /&gt;
I've installed the debug-refresh addon and now i can use the command splunk search '|refresh'&lt;/P&gt;</description>
    <pubDate>Tue, 29 Aug 2017 13:06:03 GMT</pubDate>
    <dc:creator>fboeje</dc:creator>
    <dc:date>2017-08-29T13:06:03Z</dc:date>
    <item>
      <title>Is there a CLI command for debug refresh?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299850#M19041</link>
      <description>&lt;P&gt;Hi. &lt;BR /&gt;
Is there a CLI command to do a debug refresh so I can use it in a script ?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 11:56:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299850#M19041</guid>
      <dc:creator>fboeje</dc:creator>
      <dc:date>2017-08-24T11:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a CLI command for debug refresh?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299851#M19042</link>
      <description>&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/CLIadmincommands"&gt;No.&lt;/A&gt; Use curl...?&lt;/P&gt;</description>
      <pubDate>Thu, 24 Aug 2017 17:22:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299851#M19042</guid>
      <dc:creator>s2_splunk</dc:creator>
      <dc:date>2017-08-24T17:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a CLI command for debug refresh?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299852#M19043</link>
      <description>&lt;P&gt;I'm not sure I can use curl because from the url .../debug/refresh  you still have to het the refresh button.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 06:17:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299852#M19043</guid>
      <dc:creator>fboeje</dc:creator>
      <dc:date>2017-08-29T06:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a CLI command for debug refresh?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299853#M19044</link>
      <description>&lt;P&gt;Problem solved.&lt;BR /&gt;
I've installed the debug-refresh addon and now i can use the command splunk search '|refresh'&lt;/P&gt;</description>
      <pubDate>Tue, 29 Aug 2017 13:06:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299853#M19044</guid>
      <dc:creator>fboeje</dc:creator>
      <dc:date>2017-08-29T13:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a CLI command for debug refresh?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299854#M19045</link>
      <description>&lt;P&gt;Just to add this, you can refresh the entitities without explicitly hitting the endpoint, you can do so by CLI from the below command:&lt;BR /&gt;
curl -u admin: -X POST http://:8089/servicesNS/-/-/admin/transforms-reload/_reload&lt;/P&gt;

&lt;P&gt;above is an example of reloading the transforms entity, but in a similar way, you can do reload for other entities as well.&lt;/P&gt;

&lt;P&gt;a list of all entities is as below:&lt;/P&gt;

&lt;P&gt;Refreshing admin/conf-times             OK&lt;BR /&gt;
Refreshing data/ui/manager              OK&lt;BR /&gt;
Refreshing data/ui/nav                  OK&lt;BR /&gt;
Refreshing data/ui/views                OK&lt;BR /&gt;
Refreshing admin/alert_actions          OK&lt;BR /&gt;
Refreshing admin/applicense                SplunkdConnectionException Splunkd daemon is not responding: ("Error connecting to /servicesNS/nobody/search/admin/applicense/_reload: ('The read operation timed out',)",)&lt;BR /&gt;
Refreshing admin/clusterconfig          OK&lt;BR /&gt;
Refreshing admin/collections-conf       OK&lt;BR /&gt;
Refreshing admin/commandsconf           OK&lt;BR /&gt;
Refreshing admin/conf-checklist         OK&lt;BR /&gt;
Refreshing admin/conf-deploymentclient  OK&lt;BR /&gt;
Refreshing admin/conf-inputs            OK&lt;BR /&gt;
Refreshing admin/conf-times             OK&lt;BR /&gt;
Refreshing admin/conf-wmi               OK&lt;BR /&gt;
Refreshing admin/cooked                 OK&lt;BR /&gt;
Refreshing admin/crl                       ResourceNotFound Invalid action for this internal handler (handler: crl, supported: list|_reload, wanted: list).&lt;BR /&gt;
Refreshing admin/datamodel-files        OK&lt;BR /&gt;
Refreshing admin/datamodelacceleration  OK&lt;BR /&gt;
Refreshing admin/datamodeledit          OK&lt;BR /&gt;
Refreshing admin/dataset_consolidation_datamodeleditOK&lt;BR /&gt;
Refreshing admin/deploymentserver       OK&lt;BR /&gt;
Refreshing admin/distsearch-peer        OK&lt;BR /&gt;
Refreshing admin/eventtypes             OK&lt;BR /&gt;
Refreshing admin/fields                 OK&lt;BR /&gt;
Refreshing admin/fifo                   OK&lt;BR /&gt;
Refreshing admin/fvtags                 OK&lt;BR /&gt;
Refreshing admin/http                   OK&lt;BR /&gt;
Refreshing admin/indexer-discovery-configOK&lt;BR /&gt;
Refreshing admin/indexes                OK&lt;BR /&gt;
Refreshing admin/limits                 OK&lt;BR /&gt;
Refreshing admin/livetail               OK&lt;BR /&gt;
Refreshing admin/localapps              OK&lt;BR /&gt;
Refreshing admin/lookup-table-files     OK&lt;BR /&gt;
Refreshing admin/macros                 OK&lt;BR /&gt;
Refreshing admin/manager                OK&lt;BR /&gt;
Refreshing admin/messages-conf          OK&lt;BR /&gt;
Refreshing admin/modalerts              OK&lt;BR /&gt;
Refreshing admin/monitor                OK&lt;BR /&gt;
Refreshing admin/nav                    OK&lt;BR /&gt;
Refreshing admin/panels                 OK&lt;BR /&gt;
Refreshing admin/passwords              OK&lt;BR /&gt;
Refreshing admin/pools                  OK&lt;BR /&gt;
Refreshing admin/proxysettings          OK&lt;BR /&gt;
Refreshing admin/quickstart             OK&lt;BR /&gt;
Refreshing admin/raw                    OK&lt;BR /&gt;
Refreshing admin/remote_eventlogs       OK&lt;BR /&gt;
Refreshing admin/remote_indexes            BadRequest The following required arguments are missing: repositoryLocation.&lt;BR /&gt;
Refreshing admin/remote_monitor         OK&lt;BR /&gt;
Refreshing admin/remote_perfmon         OK&lt;BR /&gt;
Refreshing admin/remote_raw             OK&lt;BR /&gt;
Refreshing admin/remote_script          OK&lt;BR /&gt;
Refreshing admin/remote_udp             OK&lt;BR /&gt;
Refreshing admin/savedsearch            OK&lt;BR /&gt;
Refreshing admin/scheduledviews         OK&lt;BR /&gt;
Refreshing admin/script                 OK&lt;BR /&gt;
Refreshing admin/search-head-bundles    OK&lt;BR /&gt;
Refreshing admin/serverclasses          OK&lt;BR /&gt;
Refreshing admin/shclusterconfig        OK&lt;BR /&gt;
Refreshing admin/sourcetypes            OK&lt;BR /&gt;
Refreshing admin/splunktcptoken         OK&lt;BR /&gt;
Refreshing admin/ssl                    OK&lt;BR /&gt;
Refreshing admin/syslog                 OK&lt;BR /&gt;
Refreshing admin/tcpout-default         OK&lt;BR /&gt;
Refreshing admin/tcpout-group           OK&lt;BR /&gt;
Refreshing admin/tcpout-server          OK&lt;BR /&gt;
Refreshing admin/telemetry              OK&lt;BR /&gt;
Refreshing admin/transforms-extract     OK&lt;BR /&gt;
Refreshing admin/transforms-lookup      OK&lt;BR /&gt;
Refreshing admin/transforms-reload      OK&lt;BR /&gt;
Refreshing admin/udp                    OK&lt;BR /&gt;
Refreshing admin/ui-prefs               OK&lt;BR /&gt;
Refreshing admin/ui-tour                OK&lt;BR /&gt;
Refreshing admin/views                  OK&lt;BR /&gt;
Refreshing admin/viewstates             OK&lt;BR /&gt;
Refreshing admin/vix-indexes            OK&lt;BR /&gt;
Refreshing admin/vix-providers          OK&lt;BR /&gt;
Refreshing admin/workflow-actions       OK&lt;BR /&gt;
DONE&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 21:21:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299854#M19045</guid>
      <dc:creator>vsingla1</dc:creator>
      <dc:date>2020-09-29T21:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a CLI command for debug refresh?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299855#M19046</link>
      <description>&lt;P&gt;A bit late for the party, but yes use the app and you can do a refresh very easy. But be sure to use the latest version of it, because otherwise you can encounter data loss &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; &lt;/P&gt;

&lt;P&gt;cheers, MuS&lt;/P&gt;</description>
      <pubDate>Thu, 07 Mar 2019 00:12:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Is-there-a-CLI-command-for-debug-refresh/m-p/299855#M19046</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2019-03-07T00:12:14Z</dc:date>
    </item>
  </channel>
</rss>

