<?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: Failed to set up Universal forwarder with docker compose in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428667#M75103</link>
    <description>&lt;P&gt;And im guessing if you try to setup the forwarder alone following this: &lt;A href="https://github.com/splunk/docker-splunk-legacy/tree/master/universalforwarder"&gt;https://github.com/splunk/docker-splunk-legacy/tree/master/universalforwarder&lt;/A&gt; It works, right ?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Aug 2019 10:12:57 GMT</pubDate>
    <dc:creator>DavidHourani</dc:creator>
    <dc:date>2019-08-06T10:12:57Z</dc:date>
    <item>
      <title>Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428664#M75100</link>
      <description>&lt;P&gt;I want to setup a universal forwarder that receive logs from a syslog server (share a volume) and send logs to a receiver.&lt;BR /&gt;
For some reason I get the error below on my forwarder container:&lt;/P&gt;

&lt;P&gt;&lt;EM&gt;splunk-forwarder_1  | TASK&lt;BR /&gt;
[splunk_universal_forwarder : Disable indexing on the current node] *&lt;/EM&gt;*****&lt;BR /&gt;
splunk-forwarder_1  | fatal:&amp;gt; [localhost]: FAILED! =&amp;gt;&amp;gt; {"cache_control": "no-store, no-cache,&amp;gt; must-revalidate, max-age=0", "changed": false, "connection": "Close", "content": "\n\n  \n    \n In handler 'conf-outputs': Could not flush changes to disk: /nobody/system/outputs/indexAndForward/index:&lt;BR /&gt;
 ConfPathMapper: /opt/splunkforwarder/etc/system/local\n \n\n", "content_length": "279", "content_type": "text/xml; charset=UTF-8", "date": "Tue, 06 Aug 2019 08:23:31 GMT", "elapsed": 0, "expires": "Thu, 26 Oct 1978 00:00:00 GMT", "msg": "Status code was 500 and not [201, 409]: HTTP Error 500: Internal Server Error", "redirected":false, "server": "Splunkd", "status":500, "url":"&lt;A href="https://127.0.0.1:8089/servicesNS/nobody/system/configs/conf-outputs%22,%22vary%22:" target="_blank"&gt;https://127.0.0.1:8089/servicesNS/nobody/system/configs/conf-outputs","vary":&lt;/A&gt; "Cookie, Authorization","x_content_type_options": "nosniff", "x_frame_options": "SAMEORIGIN"}*&lt;/P&gt;

&lt;P&gt;The outputs.conf on the forwarder:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[tcpout:splunkreceiver]
server=splunkreceiver:9997
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;&lt;STRONG&gt;When I remove this file - the error is gone, so I guess the problem is in this file.&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;My docker-compose.yml:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;syslog-server:
  build: './collector'
  ports:
    - '8081:8081'
  volumes:
    - syslog-logs:/var/log/syslog-ng
  depends_on:
    - splunk-forwarder

splunk-forwarder:
  hostname: splunkuniversalforwarder
  image : splunk/universalforwarder
  ports:
    - '8082:8082'
  volumes:
    - ./forwarder/inputs.conf:/opt/splunkforwarder/etc/system/local/inputs.conf
    - ./forwarder/outputs.conf:/opt/splunkforwarder/etc/system/local/outputs.conf
    - syslog-logs:/opt/splunkforwarder/var/log
  env_file:
    - ./forwarder/forwarder.env
  depends_on:
    - splunk-receiver

splunk-receiver:
  hostname: splunkreceiver
  image : splunk/splunk:latest
  ports:
    - '8083:8083'
  env_file:
    - ./receiver/receiver.env
  volumes:
  - ./receiver/inputs.conf:/opt/splunk/etc/system/local/inputs.conf
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Any Ideas?&lt;/P&gt;

&lt;HR /&gt;

&lt;P&gt;More files:&lt;/P&gt;

&lt;P&gt;The inputs.conf on the forwarder:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[monitor:///opt/splunkforwarder/var/log]
index=my-index
sourcetype=my-source-type
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The inputs.conf on the receiver:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[splunktcp://9997]
disabled = 0
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 01:36:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428664#M75100</guid>
      <dc:creator>rotemya</dc:creator>
      <dc:date>2020-09-30T01:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428665#M75101</link>
      <description>&lt;P&gt;Seems like a permission issue... Is the port 9997 already used ?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 08:52:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428665#M75101</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-08-06T08:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428666#M75102</link>
      <description>&lt;P&gt;Port 9997 is exposed from the container.&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;docker-compose ps:
splunk_splunk-forwarder_1   /sbin/entrypoint.sh start- ...   Up      0.0.0.0:8082-&amp;gt;8082/tcp, 8088/tcp, 8089/tcp, 9997/tcp     
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;But beside that , I don't think its in use - I can't debug it because the container crash after about 30 seconds.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 09:54:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428666#M75102</guid>
      <dc:creator>rotemya</dc:creator>
      <dc:date>2019-08-06T09:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428667#M75103</link>
      <description>&lt;P&gt;And im guessing if you try to setup the forwarder alone following this: &lt;A href="https://github.com/splunk/docker-splunk-legacy/tree/master/universalforwarder"&gt;https://github.com/splunk/docker-splunk-legacy/tree/master/universalforwarder&lt;/A&gt; It works, right ?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 10:12:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428667#M75103</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-08-06T10:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428668#M75104</link>
      <description>&lt;P&gt;@David, First of all thank you. I'm not familiar with that image - I will try it now and Update.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 12:24:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428668#M75104</guid>
      <dc:creator>rotemya</dc:creator>
      <dc:date>2019-08-06T12:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428669#M75105</link>
      <description>&lt;P&gt;@DavidHourani , it seems like the exact docker image - "splunk/universalforwarder".&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 13:02:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428669#M75105</guid>
      <dc:creator>rotemya</dc:creator>
      <dc:date>2019-08-06T13:02:19Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428670#M75106</link>
      <description>&lt;P&gt;yeah it should be, try calling it alone, see if you have this problem. There's a compose example in the link.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 13:28:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428670#M75106</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-08-06T13:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428671#M75107</link>
      <description>&lt;P&gt;This is quite embarrassing.. &lt;BR /&gt;
Copy and pasted the compose.yaml file , rebuilt the image and Eeecuted it along - Still failing:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;              Name                             Command               State    Ports
-----------------------------------------------------------------------------------
splunk_splunkuniversalforwarder_1   /sbin/entrypoint.sh start- ...   Exit 1   
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Aug 2019 14:20:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428671#M75107</guid>
      <dc:creator>rotemya</dc:creator>
      <dc:date>2019-08-06T14:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428672#M75108</link>
      <description>&lt;P&gt;This block is not working ??&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;volumes:
  opt-splunk-etc:
  opt-splunk-var:

services:
  splunkuniversalforwarder:

    hostname: splunkuniversalforwarder
    image: splunk/universalforwarder:7.0.3
    environment: SPLUNK_START_ARGS: --accept-license
    volumes:
      - opt-splunk-etc:/opt/splunk/etc
      - opt-splunk-var:/opt/splunk/var
    ports:
      - "8000:8000"
      - "9997:9997"
      - "8088:8088"
      - "1514:1514"
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 06 Aug 2019 14:40:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428672#M75108</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-08-06T14:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428673#M75109</link>
      <description>&lt;P&gt;With the addition of the first line from the example: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;version: '3'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;No, it is not working, I'm sorry.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 15:01:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428673#M75109</guid>
      <dc:creator>rotemya</dc:creator>
      <dc:date>2019-08-06T15:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428674#M75110</link>
      <description>&lt;P&gt;@mmodestino_splunk is the Duke of Docker at Splunk.  He can help.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 15:22:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428674#M75110</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2019-08-06T15:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428675#M75111</link>
      <description>&lt;P&gt;Hi, @mmodestino_splunk , Any idea?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Aug 2019 17:12:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428675#M75111</guid>
      <dc:creator>rotemya</dc:creator>
      <dc:date>2019-08-06T17:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428676#M75112</link>
      <description>&lt;P&gt;Sure, I can probably get you rocking.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 16:19:41 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428676#M75112</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2019-08-08T16:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428677#M75113</link>
      <description>&lt;P&gt;Hey @rotemya,&lt;/P&gt;

&lt;P&gt;So there are a few suggestions I have here.&lt;/P&gt;

&lt;P&gt;First off, all the non standard ports being opened in the compose do not map to the ports we use by default in the official docker image.&lt;/P&gt;

&lt;P&gt;These ports can be set in the &lt;CODE&gt;default.yml&lt;/CODE&gt; which is an important concept you need to review:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/splunk/docker-splunk/blob/master/docs/ADVANCED.md"&gt;https://github.com/splunk/docker-splunk/blob/master/docs/ADVANCED.md&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I recommend you pull the latest UF Image then run the &lt;CODE&gt;default.yml&lt;/CODE&gt; generation command:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/splunk/docker-splunk/blob/master/docs/ADVANCED.md#generation"&gt;https://github.com/splunk/docker-splunk/blob/master/docs/ADVANCED.md#generation&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;This will spit out a valid &lt;CODE&gt;default.yml&lt;/CODE&gt; where you can customize things like the splunk listener ports etc.&lt;/P&gt;

&lt;P&gt;Secondly, I do not suggest copying files into the container the way you are doing. All config should be deployed as an “app”. which you can ensure is installed when the container spins up:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/splunk/docker-splunk/blob/master/docs/advanced/APP_INSTALL.md"&gt;https://github.com/splunk/docker-splunk/blob/master/docs/advanced/APP_INSTALL.md&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Here is an example I use to pull down the splunk image, then build one where I seed my default.yml and any apps I want installed:&lt;/P&gt;

&lt;P&gt;&lt;A href="https://github.com/matthewmodestino/container_workshop/tree/master/container_images/container_workshop"&gt;https://github.com/matthewmodestino/container_workshop/tree/master/container_images/container_workshop&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;There is also some sample docker compose examples in that repo.&lt;/P&gt;

&lt;P&gt;Once you have successfully generated the &lt;CODE&gt;default.yml&lt;/CODE&gt; and updated it accordingly, put your configs in a splunk app folder, tar it up and use my Dockerfile as an example to create your custom image, then update your compose and re-try.&lt;/P&gt;

&lt;P&gt;If you need any clarification on any of that (after you read the documentation) let me know, and I can help you get deployed.&lt;/P&gt;

&lt;P&gt;You can also catch me ( @mattymo ) on our community Slack channel here splk.it/slack&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 16:34:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428677#M75113</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2019-08-08T16:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428678#M75114</link>
      <description>&lt;P&gt;supported containers are 7.2+. Anything earlier I recommend you dont use!&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2019 16:44:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428678#M75114</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2019-08-08T16:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428679#M75115</link>
      <description>&lt;P&gt;you mean an image of splunk/universalforwarder:7.2 and above?&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2019 19:07:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428679#M75115</guid>
      <dc:creator>rotemya</dc:creator>
      <dc:date>2019-08-10T19:07:32Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428680#M75116</link>
      <description>&lt;P&gt;correct. Tags 7.2+&lt;/P&gt;</description>
      <pubDate>Sat, 10 Aug 2019 22:18:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428680#M75116</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2019-08-10T22:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428681#M75117</link>
      <description>&lt;P&gt;Thanks @mmodestino_splunk For your solution.&lt;BR /&gt;
It seems to me like a quiet non trivial approach which might be suitable for an experience splunk developer like yourself (:&lt;BR /&gt;
But in my case, I only want to get the forwarder image up and running with a simple configuration like I did in the &lt;CODE&gt;inputs.conf&lt;/CODE&gt; and &lt;CODE&gt;outputs.conf&lt;/CODE&gt; and without splitting into separate apps and using TAR (I admit, this approach gave me quiet a headache - Is it a common approach?)&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 08:37:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428681#M75117</guid>
      <dc:creator>rotemya</dc:creator>
      <dc:date>2019-08-12T08:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Failed to set up Universal forwarder with docker compose</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428682#M75118</link>
      <description>&lt;P&gt;you can doooo it! &lt;/P&gt;

&lt;P&gt;its all documented quite extensively,  and is the best practice of splunk app dev to keep your config modular and easy to troubleshoot&lt;/P&gt;

&lt;P&gt;&lt;A href="http://dev.splunk.com/view/get-started/SP-CAAAESC"&gt;http://dev.splunk.com/view/get-started/SP-CAAAESC&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;If you want a quick fix, check out the &lt;CODE&gt;SPLUNK_ADD&lt;/CODE&gt; variable and list your inputs there.&lt;/P&gt;

&lt;P&gt;I do not advise this as a long term answer, but is ok to get started&lt;/P&gt;</description>
      <pubDate>Tue, 13 Aug 2019 20:33:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Failed-to-set-up-Universal-forwarder-with-docker-compose/m-p/428682#M75118</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2019-08-13T20:33:04Z</dc:date>
    </item>
  </channel>
</rss>

