<?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 custom reporting command in Splunk Dev</title>
    <link>https://community.splunk.com/t5/Splunk-Dev/custom-reporting-command/m-p/691521#M11555</link>
    <description>&lt;P&gt;Hello everyone, I'm new to Splunk and I have a question: is it possible to update the custom reporting command code without restarting Splunk?&lt;/P&gt;&lt;P&gt;"After modifying configuration files on disk, you need to restart Splunk Enterprise. This step is required for your updates to take effect. For information on how to restart Splunk Enterprise, see Start and stop Splunk Enterprise in the Splunk Enterprise Admin Manual."&lt;/P&gt;&lt;P&gt;I mean...&amp;nbsp;How can I debug my app if I have to reload the Splunk every time I changed something?&lt;/P&gt;</description>
    <pubDate>Tue, 25 Jun 2024 08:45:02 GMT</pubDate>
    <dc:creator>user487596</dc:creator>
    <dc:date>2024-06-25T08:45:02Z</dc:date>
    <item>
      <title>custom reporting command</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/custom-reporting-command/m-p/691521#M11555</link>
      <description>&lt;P&gt;Hello everyone, I'm new to Splunk and I have a question: is it possible to update the custom reporting command code without restarting Splunk?&lt;/P&gt;&lt;P&gt;"After modifying configuration files on disk, you need to restart Splunk Enterprise. This step is required for your updates to take effect. For information on how to restart Splunk Enterprise, see Start and stop Splunk Enterprise in the Splunk Enterprise Admin Manual."&lt;/P&gt;&lt;P&gt;I mean...&amp;nbsp;How can I debug my app if I have to reload the Splunk every time I changed something?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 08:45:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/custom-reporting-command/m-p/691521#M11555</guid>
      <dc:creator>user487596</dc:creator>
      <dc:date>2024-06-25T08:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: custom reporting command</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/custom-reporting-command/m-p/691522#M11556</link>
      <description>&lt;P&gt;What are you changing, by custom reporting commands do you mean you've written some python extension?&lt;/P&gt;&lt;P&gt;You don't need to restart Splunk generally, but depends what you have changed&lt;/P&gt;&lt;P&gt;Are you running on-prem - if so, highly recommend this app&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/4353" target="_blank"&gt;https://splunkbase.splunk.com/app/4353&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you are changing Javascript, you can run the bump command&lt;/P&gt;&lt;P&gt;&lt;A href="https://hostname/en-GB/_bump" target="_blank"&gt;https://hostname/en-GB/_bump&lt;/A&gt;&lt;/P&gt;&lt;P&gt;or there is the refresh option&lt;/P&gt;&lt;P&gt;&lt;A href="https://hostname/en-GB/debug/refresh" target="_blank"&gt;https://hostname/en-GB/debug/refresh&lt;/A&gt;&lt;/P&gt;&lt;P&gt;depending on whether you can access these.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 08:52:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/custom-reporting-command/m-p/691522#M11556</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2024-06-25T08:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: custom reporting command</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/custom-reporting-command/m-p/691525#M11557</link>
      <description>&lt;P&gt;Adding to &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt; 's answer - you're not trying to debug development stuff on a production environment, are you? Dev environments typically restart relatively quickly since they don't hold much data.&lt;/P&gt;&lt;P&gt;And you don't have to restart Splunk &lt;EM&gt;every time&lt;/EM&gt; you change &lt;EM&gt;something&lt;/EM&gt;. Just when you change things that require restart. I'd hazard a guess that for search-time command it should be enough to to /debug/refresh&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 09:15:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/custom-reporting-command/m-p/691525#M11557</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2024-06-25T09:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: custom reporting command</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/custom-reporting-command/m-p/691531#M11558</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/6367"&gt;@bowesmana&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;What are you changing, by custom reporting commands do you mean you've written some python extension?&lt;/P&gt;&lt;P&gt;You don't need to restart Splunk generally, but depends what you have changed&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;From this app structure (&lt;SPAN&gt;&lt;A href="https://dev.splunk.com/enterprise/docs/developapps/createapps/appanatomy/)," target="_self"&gt;https://dev.splunk.com/enterprise/docs/developapps/createapps/appanatomy/),&lt;/A&gt;&amp;nbsp;i'am talking about changing the python code in bin/command.py&lt;BR /&gt;&lt;BR /&gt;Yes, we are using&amp;nbsp;on-prem solution. Thanks, a'll check this app.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 09:44:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/custom-reporting-command/m-p/691531#M11558</guid>
      <dc:creator>user487596</dc:creator>
      <dc:date>2024-06-25T09:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: custom reporting command</title>
      <link>https://community.splunk.com/t5/Splunk-Dev/custom-reporting-command/m-p/691532#M11559</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;You're not trying to debug development stuff on a production environment, are you?&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Heh, atm i'am not. But how do you debug an application that depends on Splunk Enterprise Security without yet another license?&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jun 2024 09:43:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Dev/custom-reporting-command/m-p/691532#M11559</guid>
      <dc:creator>user487596</dc:creator>
      <dc:date>2024-06-25T09:43:11Z</dc:date>
    </item>
  </channel>
</rss>

