<?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: Splunkforwarder Startup Error in Docker containers in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/741104#M117811</link>
    <description>&lt;P&gt;Seems like 9.3.2 version is running fine, but still not able to send logs to splunk server which is running on EC2 instance.. below is my splunkforwarder.yml.&lt;/P&gt;&lt;P&gt;Can you help me with this?&lt;BR /&gt;It seems like forward server and monitor is not setup in the pod with below yml. How should I configure the inputs / outputs.conf files when using splunkforwarder image?&lt;/P&gt;&lt;P&gt;I don't see issue from splunk-server.&lt;/P&gt;&lt;P&gt;apiVersion: v1&lt;BR /&gt;kind: Pod&lt;BR /&gt;metadata:&lt;BR /&gt;name: splunk-forwarder&lt;BR /&gt;spec:&lt;BR /&gt;containers:&lt;BR /&gt;- name: splunk&lt;BR /&gt;image: splunk/universalforwarder:9.3.2&lt;BR /&gt;env:&lt;BR /&gt;- name: SPLUNK_START_ARGS&lt;BR /&gt;value: "--accept-license"&lt;BR /&gt;- name: SPLUNK_USER&lt;BR /&gt;value: "root"&lt;BR /&gt;- name: SPLUNK_PASSWORD&lt;BR /&gt;value: "YourSplunkPassword"&lt;BR /&gt;- name: SPLUNK_ADD&lt;BR /&gt;value: "monitor /var/logs"&lt;BR /&gt;- name: SPLUNK_SERVER&lt;BR /&gt;value: "splunk-server:9997"&lt;BR /&gt;volumeMounts:&lt;BR /&gt;- name: log-storage&lt;BR /&gt;mountPath: /var/logs&lt;BR /&gt;volumes:&lt;BR /&gt;- name: log-storage&lt;BR /&gt;persistentVolumeClaim:&lt;BR /&gt;claimName: log-pvc&lt;/P&gt;</description>
    <pubDate>Fri, 07 Mar 2025 10:20:37 GMT</pubDate>
    <dc:creator>samuel-devops</dc:creator>
    <dc:date>2025-03-07T10:20:37Z</dc:date>
    <item>
      <title>Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740901#M117771</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;STRONG&gt;Commands used to run docker image:&lt;/STRONG&gt; docker run -d -p 9997:9997 -p 8080:8080 -p 8089:8089 -e "SPLUNK_START_ARGS=--accept-license" -e "SPLUNK_PASSWORD=test12345" --name uf splunk/universalforwarder:latest&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Seeing below error when Splunkforwarder image in starting up in docker.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;2025-03-05 14:47:58 included: /opt/ansible/roles/splunk_universal_forwarder/tasks/../../../roles/splunk_common/tasks/check_for_required_restarts.yml for localhost 2025-03-05 14:47:58 Wednesday 05 March 2025 09:17:58 +0000 (0:00:00.044) 0:00:30.316 ******* 2025-03-05 14:48:31 FAILED - RETRYING: [localhost]: Check for required restarts (5 retries left). 2025-03-05 14:48:31 FAILED - RETRYING: [localhost]: Check for required restarts (4 retries left). 2025-03-05 14:48:31 FAILED - RETRYING: [localhost]: Check for required restarts (3 retries left). 2025-03-05 14:48:31 FAILED - RETRYING: [localhost]: Check for required restarts (2 retries left). 2025-03-05 14:48:31 FAILED - RETRYING: [localhost]: Check for required restarts (1 retries left). 2025-03-05 14:48:31 2025-03-05 14:48:31 TASK [splunk_universal_forwarder : Check for required restarts] **************** 2025-03-05 14:48:31 fatal: [localhost]: FAILED! =&amp;gt; { 2025-03-05 14:48:31 "attempts": 5, 2025-03-05 14:48:31 "changed": false, 2025-03-05 14:48:31 "changed_when_result": "The conditional check 'restart_required.status == 200' failed. The error was: error while evaluating conditional (restart_required.status == 200): 'dict object' has no attribute 'status'. 'dict object' has no attribute 'status'" 2025-03-05 14:48:31 } 2025-03-05 14:48:31 2025-03-05 14:48:31 MSG: 2025-03-05 14:48:31 2025-03-05 14:48:31 GET/services/messages/restart_required?output_mode=jsonadmin********8089NoneNoneNone[200, 404];;; failed with NO RESPONSE and EXCEP_STR as Not supported URL scheme http+unix&lt;/P&gt;&lt;P data-unlink="true"&gt;Splunk.d is running fine, the ports are open as well Tried to curl http://localhost:8089/services/messages/restart_required?output_mode=json&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Mar 2025 09:38:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740901#M117771</guid>
      <dc:creator>samuel-devops</dc:creator>
      <dc:date>2025-03-05T09:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740945#M117777</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/308239"&gt;@samuel-devops&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Check if Splunk UF is actually running&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;docker ps -a | grep uf&lt;/PRE&gt;&lt;P&gt;If it’s not running, check the logs:&lt;/P&gt;&lt;PRE&gt;docker logs uf&lt;/PRE&gt;&lt;DIV&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Look for messages indicating that &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;splunkd&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; started and is listening on port &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;8089&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;. You should see something like:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Splunk&amp;gt; Be an IT superhero. Splunk Universal Forwarder has started.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;DIV&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Confirm the ports are mapped and accessible:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;PRE&gt;docker ps&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Ensure the container &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;uf&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; is running and ports &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;0.0.0.0:9997-&amp;gt;9997/tcp&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;0.0.0.0:8080-&amp;gt;8080/tcp&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;, and &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;0.0.0.0:8089-&amp;gt;8089/tcp&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt; are listed.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 16:01:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740945#M117777</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-03-05T16:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740946#M117778</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/308239"&gt;@samuel-devops&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sometimes, Splunk UF fails to start due to permission issues. Ensure that the container has the right permissions:&lt;/P&gt;&lt;PRE&gt;docker exec -it uf bash&lt;BR /&gt;chown -R splunk:splunk /opt/splunkforwarder&lt;BR /&gt;chmod -R 755 /opt/splunkforwarder&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Restart the container:&lt;/P&gt;&lt;PRE&gt;docker restart uf&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;Manually Check Splunk UF API&lt;/P&gt;&lt;P&gt;The error suggests that the Ansible task is failing to check for restarts via the Splunk API. Run this manually inside the container:&lt;/P&gt;&lt;PRE&gt;curl -k -u admin:test12345 https://localhost:8089/services/messages/restart_required?output_mode=json&lt;/PRE&gt;&lt;P&gt;If the API is unreachable, Splunk UF might not be fully initialized.&lt;/P&gt;&lt;H4&gt;&amp;nbsp;&lt;/H4&gt;</description>
      <pubDate>Wed, 05 Mar 2025 16:04:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740946#M117778</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-03-05T16:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740947#M117779</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/308239"&gt;@samuel-devops&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure nothing else is using the same ports. Check if the container is binding properly:&lt;/P&gt;&lt;PRE&gt;netstat -tulnp | grep 8089&lt;/PRE&gt;&lt;P&gt;or inside the container:&amp;nbsp;&lt;STRONG&gt;docker exec -it uf netstat -tulnp&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 16:05:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740947#M117779</guid>
      <dc:creator>kiran_panchavat</dc:creator>
      <dc:date>2025-03-05T16:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740965#M117786</link>
      <description>&lt;P&gt;I think you missed the part&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264857"&gt;@kiran_panchavat&lt;/a&gt;&amp;nbsp;where&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/308239"&gt;@samuel-devops&lt;/a&gt;&amp;nbsp;said splunk is up running fine.&lt;BR /&gt;&lt;BR /&gt;For what it's worth, I've experienced the same thing with tags latest/9.4, 9.3, and 9.2. That last task (&lt;SPAN&gt;check_for_required_restarts) fails, but everything seems to start up fine. I will point out that this is new behavior. tag 9.3.2 for example is 4 months old and finishes it's ansible "init" as expected.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 20:07:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740965#M117786</guid>
      <dc:creator>lackey</dc:creator>
      <dc:date>2025-03-05T20:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740969#M117787</link>
      <description>&lt;P&gt;It looks like the container is continually restarting. It fails that last task, aborts, and the container restarts. Splunk UF does start up as I see logs from the container in my lab's &lt;FONT face="andale mono,times"&gt;_internal&lt;/FONT&gt; index.&lt;BR /&gt;&lt;BR /&gt;This looks to have changed ~7 days ago. This appears to be a broken image. Tags latest, 9.4, 9.3, 9.2, etc. Tag 9.3.2 from 4 months ago works as expected.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://hub.docker.com/r/splunk/universalforwarder/tags" target="_blank"&gt;https://hub.docker.com/r/splunk/universalforwarder/tags&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 20:36:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740969#M117787</guid>
      <dc:creator>lackey</dc:creator>
      <dc:date>2025-03-05T20:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740972#M117789</link>
      <description>&lt;P&gt;To clarify, my container has a restart policy of "unless-stopped", so when the container exits after the failed ansible task, docker is restarting it. If you run it without that policy, it will run one, fail the ansible task, and exit.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 21:19:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/740972#M117789</guid>
      <dc:creator>lackey</dc:creator>
      <dc:date>2025-03-05T21:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/741104#M117811</link>
      <description>&lt;P&gt;Seems like 9.3.2 version is running fine, but still not able to send logs to splunk server which is running on EC2 instance.. below is my splunkforwarder.yml.&lt;/P&gt;&lt;P&gt;Can you help me with this?&lt;BR /&gt;It seems like forward server and monitor is not setup in the pod with below yml. How should I configure the inputs / outputs.conf files when using splunkforwarder image?&lt;/P&gt;&lt;P&gt;I don't see issue from splunk-server.&lt;/P&gt;&lt;P&gt;apiVersion: v1&lt;BR /&gt;kind: Pod&lt;BR /&gt;metadata:&lt;BR /&gt;name: splunk-forwarder&lt;BR /&gt;spec:&lt;BR /&gt;containers:&lt;BR /&gt;- name: splunk&lt;BR /&gt;image: splunk/universalforwarder:9.3.2&lt;BR /&gt;env:&lt;BR /&gt;- name: SPLUNK_START_ARGS&lt;BR /&gt;value: "--accept-license"&lt;BR /&gt;- name: SPLUNK_USER&lt;BR /&gt;value: "root"&lt;BR /&gt;- name: SPLUNK_PASSWORD&lt;BR /&gt;value: "YourSplunkPassword"&lt;BR /&gt;- name: SPLUNK_ADD&lt;BR /&gt;value: "monitor /var/logs"&lt;BR /&gt;- name: SPLUNK_SERVER&lt;BR /&gt;value: "splunk-server:9997"&lt;BR /&gt;volumeMounts:&lt;BR /&gt;- name: log-storage&lt;BR /&gt;mountPath: /var/logs&lt;BR /&gt;volumes:&lt;BR /&gt;- name: log-storage&lt;BR /&gt;persistentVolumeClaim:&lt;BR /&gt;claimName: log-pvc&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 10:20:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/741104#M117811</guid>
      <dc:creator>samuel-devops</dc:creator>
      <dc:date>2025-03-07T10:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/741112#M117815</link>
      <description>&lt;P&gt;This does not work for me&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 12:50:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/741112#M117815</guid>
      <dc:creator>andreaska</dc:creator>
      <dc:date>2025-03-07T12:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/741125#M117824</link>
      <description>&lt;P&gt;By enabling&amp;nbsp;&lt;SPAN&gt;splunk_http_enabled it worked&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Mar 2025 13:50:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/741125#M117824</guid>
      <dc:creator>andreaska</dc:creator>
      <dc:date>2025-03-07T13:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/741184#M117844</link>
      <description>&lt;P&gt;Can you elaborate further, how to enable?&lt;/P&gt;</description>
      <pubDate>Sat, 08 Mar 2025 06:52:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/741184#M117844</guid>
      <dc:creator>samuel-devops</dc:creator>
      <dc:date>2025-03-08T06:52:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/743734#M118150</link>
      <description>&lt;P&gt;I tried 9.3.2 also, it is throwing same error as described in the original post. any more steps/details how to fix this please? thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 02:49:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/743734#M118150</guid>
      <dc:creator>bhupalbobbadi</dc:creator>
      <dc:date>2025-04-08T02:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/743736#M118152</link>
      <description>&lt;P&gt;Yes, the latest images seem to be broken. Apparently someone missed the fact that the UF doesn't listen on web port anymore and so the ansible task checking for open port fails.&lt;/P&gt;&lt;P&gt;AFAIK it has been flagged as a bug and hopefully will be resolved soon.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 06:02:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/743736#M118152</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-04-08T06:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/743815#M118154</link>
      <description>&lt;P&gt;I worked with Splunk Support and it turns out there is a known issue (a regression with one of their python libs). You can work around this by setting the environment variable &lt;FONT face="andale mono,times"&gt;ENABLE_TCP_MODE&lt;/FONT&gt; to true either at the &lt;FONT face="andale mono,times"&gt;docker run&lt;/FONT&gt; command line (&lt;SPAN&gt;&lt;FONT face="andale mono,times"&gt;-e ENABLE_TCP_MODE=true&lt;/FONT&gt;) or in your compose file (be sure if using list context to leave &lt;FONT face="andale mono,times"&gt;true&lt;/FONT&gt; unquoted).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 16:02:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/743815#M118154</guid>
      <dc:creator>lackey</dc:creator>
      <dc:date>2025-04-08T16:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/743816#M118155</link>
      <description>&lt;P&gt;Hmm... There is not a single mention of this variable in &lt;A href="https://splunk.github.io/splunk-ansible/ADVANCED.html#inventory-script" target="_blank"&gt;https://splunk.github.io/splunk-ansible/ADVANCED.html#inventory-script&lt;/A&gt;&lt;/P&gt;&lt;P&gt;What is it supposed to do?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Apr 2025 16:10:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/743816#M118155</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2025-04-08T16:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Splunkforwarder Startup Error in Docker containers</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/743997#M118190</link>
      <description>&lt;P&gt;It appears hitting a known issue for some recent versions below.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;9.4.1&lt;/LI&gt;&lt;LI&gt;9.4.0&lt;/LI&gt;&lt;LI&gt;9.3.3&lt;/LI&gt;&lt;LI&gt;9.2.5&lt;/LI&gt;&lt;LI&gt;9.1.8&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;You may want to check this article.&lt;/P&gt;&lt;P data-unlink="true"&gt;https://github.com/splunk/docker-splunk/issues/698&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Apr 2025 00:18:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Splunkforwarder-Startup-Error-in-Docker-containers/m-p/743997#M118190</guid>
      <dc:creator>sylim_splunk</dc:creator>
      <dc:date>2025-04-11T00:18:18Z</dc:date>
    </item>
  </channel>
</rss>

