<?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 Splunkd continuously restarts port 8089 on Search Head in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunkd-continuously-restarts-port-8089-on-Search-Head/m-p/744420#M22108</link>
    <description>&lt;P&gt;Hi there, after investigation my Search Head instance I found this in my task bar.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-17 at 3.20.53 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38637i4E07E5BCAC7183C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-04-17 at 3.20.53 PM.png" alt="Screenshot 2025-04-17 at 3.20.53 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can somebody say is it expected behaviour?&lt;/P&gt;</description>
    <pubDate>Thu, 17 Apr 2025 12:22:51 GMT</pubDate>
    <dc:creator>Haleb</dc:creator>
    <dc:date>2025-04-17T12:22:51Z</dc:date>
    <item>
      <title>Splunkd continuously restarts port 8089 on Search Head</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunkd-continuously-restarts-port-8089-on-Search-Head/m-p/744420#M22108</link>
      <description>&lt;P&gt;Hi there, after investigation my Search Head instance I found this in my task bar.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2025-04-17 at 3.20.53 PM.png" style="width: 999px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/38637i4E07E5BCAC7183C7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2025-04-17 at 3.20.53 PM.png" alt="Screenshot 2025-04-17 at 3.20.53 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Can somebody say is it expected behaviour?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 12:22:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunkd-continuously-restarts-port-8089-on-Search-Head/m-p/744420#M22108</guid>
      <dc:creator>Haleb</dc:creator>
      <dc:date>2025-04-17T12:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkd continuously restarts port 8089 on Search Head</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunkd-continuously-restarts-port-8089-on-Search-Head/m-p/744421#M22109</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264223"&gt;@Haleb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Start by reviewing &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;$SPLUNK_HOME/var/log/splunk/splunkd.log&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; for specific error messages about the restart.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;DIV&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Run &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;netstat -tuln | grep 8089&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; or &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;ss -tuln | grep 8089&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; to confirm if another process is using the port&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 17 Apr 2025 12:36:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunkd-continuously-restarts-port-8089-on-Search-Head/m-p/744421#M22109</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-04-17T12:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkd continuously restarts port 8089 on Search Head</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunkd-continuously-restarts-port-8089-on-Search-Head/m-p/744427#M22110</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264223"&gt;@Haleb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Yes* - This is to be expected, this is based on how the Splunk instance was started.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Essentially if Splunk started by "$SPLUNK_HOME/bin/splunk start" it will appended with "start", if it was "$SPLUNK_HOME/bin/splunk restart" it will be appended with "restart". If you use systemd then it could be something like "splunkd --under-systemd --systemd-delegate=yes -p 8089 _internal_launch_under_systemd"&lt;/P&gt;&lt;P&gt;Check out the following Community post with a little more info if interested:&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Monitoring-Splunk/Difference-between-splunkd-p-8089-restart-or-splunkd-p-8089/m-p/255553" target="_blank"&gt;https://community.splunk.com/t5/Monitoring-Splunk/Difference-between-splunkd-p-8089-restart-or-splunkd-p-8089/m-p/255553&lt;/A&gt;&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>Thu, 17 Apr 2025 13:42:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunkd-continuously-restarts-port-8089-on-Search-Head/m-p/744427#M22110</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-04-17T13:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkd continuously restarts port 8089 on Search Head</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunkd-continuously-restarts-port-8089-on-Search-Head/m-p/744428#M22111</link>
      <description>&lt;P&gt;It's normal to see "splunkd -p 8089 restart" in the process list because that is the command that launched Splunk.&amp;nbsp; I'm not sure, however, about why it appears so many times.&amp;nbsp; AIUI, there should be a single "splunkd -p 8089 restart" process and additional "splunkd" processes for running searches.&amp;nbsp; I could be mistaken, however.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 13:45:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunkd-continuously-restarts-port-8089-on-Search-Head/m-p/744428#M22111</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2025-04-17T13:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkd continuously restarts port 8089 on Search Head</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Splunkd-continuously-restarts-port-8089-on-Search-Head/m-p/744449#M22113</link>
      <description>&lt;P&gt;This seems to be some fancy modern top-like program. And I supose it shows separate threads of single splunkd process. Notice that the memory usage is identical for all those entries.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 18:53:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Splunkd-continuously-restarts-port-8089-on-Search-Head/m-p/744449#M22113</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-04-17T18:53:47Z</dc:date>
    </item>
  </channel>
</rss>

