<?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: Splunk forwarder container 9.0.5 not initializing and hanging on &amp;quot;splunk status&amp;quot; command in Installation</title>
    <link>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649417#M13047</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;At least earlier there have been this kind of issue where Docker needs working tty. See&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Installation/Upgrading-Universal-Forwarder-8-x-x-to-9-x-x-does-not-work/m-p/619897/highlight/true" target="_blank"&gt;https://community.splunk.com/t5/Installation/Upgrading-Universal-Forwarder-8-x-x-to-9-x-x-does-not-work/m-p/619897/highlight/true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This may help or not as there is also another case&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Installation/Why-is-universal-forwarder-not-starting-on-docker-image-gt-9-0/m-p/629068#M12322" target="_blank"&gt;https://community.splunk.com/t5/Installation/Why-is-universal-forwarder-not-starting-on-docker-image-gt-9-0/m-p/629068#M12322&lt;/A&gt;&amp;nbsp;which is still open?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jul 2023 08:28:18 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2023-07-06T08:28:18Z</dc:date>
    <item>
      <title>Splunk forwarder container 9.0.5 not initializing and hanging on "splunk status" command</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649390#M13046</link>
      <description>&lt;P&gt;Greetings !&lt;BR /&gt;&lt;BR /&gt;We've been using the&amp;nbsp;Version 8.1.12 of the forwarder container for some time (years) and need to move to version 9.&amp;nbsp; I've not been successful in getting the new version running and noted that the container is not&amp;nbsp; initializing and is unable to forward logs.&lt;/P&gt;&lt;P&gt;Most recently employing&amp;nbsp; &amp;nbsp;docker.io/splunk/universalforwarder:latest&lt;BR /&gt;&lt;EM&gt;Digest: sha256:88fb1a2b8d4f47bea89b642973e6502940048010cd9ed288c713ac3c7d079a82&lt;/EM&gt;&lt;BR /&gt;Our deployment is an unmodified image.&lt;/P&gt;&lt;P&gt;The container launches but on closer inspection (by opening a shell into the container) I can see it's hanging on the splunk status command (from ps -ef):&lt;BR /&gt;&lt;EM&gt;/opt/splunkforwarder/bin/splunk status --accept-license --answer-yes --no-prompt&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;If I run the same command (as above), I can see that it &lt;STRONG&gt;prompts&lt;/STRONG&gt; on the following:&lt;/P&gt;&lt;P&gt;Perform migration and upgrade without previewing configuration changes? [y/n]&lt;/P&gt;&lt;P&gt;Answering "y" seems to move things along and it responds (with lots more lines):&lt;/P&gt;&lt;P&gt;"&lt;EM&gt;-- Migration information is being logged to '/opt/splunkforwarder/var/log/splunk/migration.log.2023-07-05.13-55-37' --&lt;/EM&gt;"&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After this, I can manually start the splunk forwarder !&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Is there "&lt;STRONG&gt;something&lt;/STRONG&gt;" I can do so that it passes through this step without prompting?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here's some &lt;STRONG&gt;background&lt;/STRONG&gt; if it helps:&lt;/P&gt;&lt;P&gt;We're using the same Azure Kubernetes service (AKS) 1.26.3 as before with Splunk forwarder 8.1&lt;/P&gt;&lt;P&gt;We're mapping in the following files:&lt;/P&gt;&lt;P&gt;/opt/splunk/etc/auth/sunsuper/splunkclient.chain&lt;BR /&gt;/opt/splunk/etc/auth/sunsuper/splunkclient.pem&lt;BR /&gt;/opt/splunkforwarder/etc/system/local/outputs.conf&lt;BR /&gt;/opt/splunkforwarder/etc/apps/ta-inspire/local/server.conf&lt;BR /&gt;/opt/splunkforwarder/etc/apps/ta-inspire/local/inputs.conf&lt;/P&gt;&lt;P&gt;and launching the container with the same following (yaml) environment:&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; env:&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - name: TZ&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value: Australia/Brisbane&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - name: SPLUNK_START_ARGS&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value: '--accept-license --answer-yes --no-prompt'&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - name: SPLUNK_USER&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value: root&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - name: SPLUNK_FORWARD_SERVER&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value: fwdhost.probably.com.au:9997&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - name: SPLUNK_FORWARD_SERVER_ARGS&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value: &amp;gt;-&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -ssl-cert-path /opt/splunk/etc/auth/sunsuper/splunkclient.pem&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; -ssl-root-ca-path&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /opt/splunk/etc/auth/sunsuper/splunkclient.chain -ssl-password&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; secret -ssl-common-name-to-check&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; fwdhost.probably.com.au -ssl-verify-server-cert false -auth&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; admin:secret&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - name: ENVIRONMENT&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value: UNIT&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - name: SPLUNK_PASSWORD&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value: secret&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - name: SPLUNK_STANDALONE_URL&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; value: fwdhost.probably.com.au:9997&lt;/P&gt;&lt;P&gt;Many thanks,&lt;BR /&gt;Nev&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 02:53:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649390#M13046</guid>
      <dc:creator>NevTheRev</dc:creator>
      <dc:date>2023-07-06T02:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder container 9.0.5 not initializing and hanging on "splunk status" command</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649417#M13047</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;At least earlier there have been this kind of issue where Docker needs working tty. See&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Installation/Upgrading-Universal-Forwarder-8-x-x-to-9-x-x-does-not-work/m-p/619897/highlight/true" target="_blank"&gt;https://community.splunk.com/t5/Installation/Upgrading-Universal-Forwarder-8-x-x-to-9-x-x-does-not-work/m-p/619897/highlight/true&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This may help or not as there is also another case&amp;nbsp;&lt;A href="https://community.splunk.com/t5/Installation/Why-is-universal-forwarder-not-starting-on-docker-image-gt-9-0/m-p/629068#M12322" target="_blank"&gt;https://community.splunk.com/t5/Installation/Why-is-universal-forwarder-not-starting-on-docker-image-gt-9-0/m-p/629068#M12322&lt;/A&gt;&amp;nbsp;which is still open?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 08:28:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649417#M13047</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-06T08:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder container 9.0.5 not initializing and hanging on "splunk status" command</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649464#M13049</link>
      <description>&lt;P&gt;I'm running into the exact same issue: after upgrading a Universal Forwarder from 8.1.2 my Ansible role is issuing&lt;/P&gt;&lt;P&gt;&amp;nbsp; bin/splunk status --no-prompt --answer-yes --accept-license&lt;/P&gt;&lt;P&gt;to make sure Splunk won't hang later, and this command is hanging waiting for input.&lt;/P&gt;&lt;P&gt;We do not use a container, so I don't think the issue is container-related.&lt;/P&gt;&lt;P&gt;A workaround would be appreciated.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jul 2023 12:31:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649464#M13049</guid>
      <dc:creator>reinier_post</dc:creator>
      <dc:date>2023-07-06T12:31:12Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder container 9.0.5 not initializing and hanging on "splunk status" command</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649724#M13054</link>
      <description>&lt;P&gt;Thanks for your input&amp;nbsp; &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/258415"&gt;@reinier_post&lt;/a&gt;&amp;nbsp;, I don't think it's container related but more related to the packaged files and what "splunk status" does on it's first run.&amp;nbsp; (I may have work around that can assist you)&lt;BR /&gt;&lt;BR /&gt;Thanks also &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/214410"&gt;@isoutamo&lt;/a&gt;,&amp;nbsp; I have tried the "tty" fix and it made no difference to the deployment stopping at the "splunk status" step.&lt;/P&gt;&lt;P&gt;What I have done as a &lt;STRONG&gt;workaround&lt;/STRONG&gt; (read "hack") was to determine what this "splunk status" is doing in the &lt;FONT color="#0000FF"&gt;/opt/splunkforwarder/&lt;/FONT&gt; directory.&amp;nbsp; I mentioned that I could manually run the command and it would prompt and subsequent runs of the command would execute without prompting.&amp;nbsp; &amp;nbsp;What changes?&amp;nbsp; So I went about to capture the file time stamps before I manually ran the "splunk status" command:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;find . -exec ls -ld {} \; &amp;gt; /tmp/list_before_status.txt&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;and after I'd manually run the command:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;find . -exec ls -ld {} \; &amp;gt; /tmp/list_after_status.txt&lt;/FONT&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="inherit"&gt;I compared the lists in "WinMerge" ("diff" is a little harder to &lt;/FONT&gt;visualize&lt;FONT face="inherit"&gt;) and here's what I established:&lt;/FONT&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;(1) It deletes &lt;FONT color="#0000FF"&gt;./ftr&lt;/FONT&gt;&amp;nbsp; (does that stand for "First Time Run" ? Is it a flag for "splunk status"?)&lt;BR /&gt;(2) It creates in the /opt/splunkforwarder directory:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-indent-padding-left-60px"&gt;&lt;FONT color="#0000FF"&gt;&lt;SPAN&gt;var/log/splunk/migration.log.2023-07-07.16-47-57 (file)&lt;BR /&gt;var/run (a bunch of emtpy folders)&lt;BR /&gt;var/lib (a bunch of emtpy folders)&lt;BR /&gt;var/spool (a bunch of emtpy folders)&lt;BR /&gt;etc/apps/ta-inspire/metadata (it took a sniff of &lt;STRONG&gt;my app&lt;/STRONG&gt; and created this directory)&lt;BR /&gt;etc/system/local/migration.conf (file)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;My &lt;STRONG&gt;solution&lt;/STRONG&gt; (yes, "hack") was to capture these files/directories and put them into my Docker build and to &lt;STRONG&gt;delete&lt;/STRONG&gt; the "frt" directory.&lt;BR /&gt;&lt;BR /&gt;I created a tar achive:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;tar tf /tmp/Splunk905_things.tar \&lt;BR /&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;FONT color="#0000FF"&gt;var/log/splunk/migration.log.2023-07-07.16-47-57 \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;var/run \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;var/lib \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;var/spool \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;etc/apps/ta-inspire/metadata \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;etc/system/local/migration.conf&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I extracted the tar archive file from the running container and saved to my docker build directory.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In my &lt;STRONG&gt;Dockerfile&lt;/STRONG&gt; I wanted to include steps&lt;/SPAN&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Update the image (always good practice)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Remove the "ftr" folder&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Create the files/directories that "splunk status" would do on first run&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Here it is:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;FROM splunk/universalforwarder:latest&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;LABEL authors="nev"&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;USER root:root&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;COPY ./Splunk905_things.tar /tmp/Splunk905_things.tar&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;RUN microdnf update -y \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&amp;amp;&amp;amp; cd /opt/splunkforwarder \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&amp;amp;&amp;amp; rm -rf ftr \&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#0000FF"&gt;&amp;amp;&amp;amp; tar xvf /tmp/Splunk905_things.tar&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;I was able to build this image, deploy it and restart the container which deployed normally and began forwarding logs as expected.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;That is,&amp;nbsp; it works !!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Disclaimer&lt;SPAN&gt;,&amp;nbsp; I have no idea what the first run of "splunk status" does when it's executed from the ansible playbook as part of the deployment of Splunkforwarder 9.0.5.&amp;nbsp; I may have captured my situation but if might fall short for yours.&amp;nbsp; Maybe it was only the "ftr" folder that was holding this up.&amp;nbsp; I followed a hunch that 1st time it ("splunk status") had to prompt and 2nd time it didn't so why no make the execution look like the 2nd time for the deployment?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In any instance, if you pass the options "&lt;FONT color="#0000FF"&gt;--no-prompt --answer-yes&lt;/FONT&gt;" to a command, you don't want it stop and ask whether or not you want to migrate your brand new deployment. (bug?)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 01:13:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649724#M13054</guid>
      <dc:creator>NevTheRev</dc:creator>
      <dc:date>2023-07-09T01:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder container 9.0.5 not initializing and hanging on "splunk status" command</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649744#M13055</link>
      <description>&lt;P&gt;Have you try to run 1st&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Splunk start --accept-license --answer-yes --no-prompt&lt;/LI-CODE&gt;&lt;P&gt;before you run&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk status ...&lt;/LI-CODE&gt;&lt;P&gt;The 1st one wants that you authenticate, 2nd one don’t need that, if I recall right?&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 09:41:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649744#M13055</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2023-07-09T09:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder container 9.0.5 not initializing and hanging on "splunk status" command</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649759#M13056</link>
      <description>&lt;P&gt;Yes, I tried that, too: no difference. With &lt;STRONG&gt;start&lt;/STRONG&gt;, it hangs as well.&lt;/P&gt;</description>
      <pubDate>Sun, 09 Jul 2023 20:21:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649759#M13056</guid>
      <dc:creator>reinier_post</dc:creator>
      <dc:date>2023-07-09T20:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk forwarder container 9.0.5 not initializing and hanging on "splunk status" command</title>
      <link>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649993#M13063</link>
      <description>&lt;P class="lia-align-left"&gt;Thank you Nev, this is very interesting, but I don't want to rely on a hack like this in production unless it's sanctioned by Splunk support.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jul 2023 14:17:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Installation/Splunk-forwarder-container-9-0-5-not-initializing-and-hanging-on/m-p/649993#M13063</guid>
      <dc:creator>reinier_post</dc:creator>
      <dc:date>2023-07-11T14:17:33Z</dc:date>
    </item>
  </channel>
</rss>

