<?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_TA_New_Relic Insight not ingesting data in All Apps and Add-ons</title>
    <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/551568#M65618</link>
    <description>&lt;P&gt;I'm facing the same issue, from the error message:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;AttributeError:&lt;/SPAN&gt; &lt;SPAN class="t"&gt;module&lt;/SPAN&gt; '&lt;SPAN class="t"&gt;socks&lt;/SPAN&gt;' &lt;SPAN class="t"&gt;has&lt;/SPAN&gt; &lt;SPAN class="t"&gt;no&lt;/SPAN&gt; &lt;SPAN class="t"&gt;attribute&lt;/SPAN&gt; '&lt;SPAN class="t"&gt;PROXY_TYPE_HTTP_NO_TUNNEL'&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I found that there are two socks.py file in new relic app folder&lt;/P&gt;&lt;P&gt;one is in: /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic&lt;/P&gt;&lt;P&gt;the other one is in: /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic/aob_py3/httplib2&lt;/P&gt;&lt;P&gt;the error message indicates that the issue is regarding file /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic/aob_py3/cloudconnectlib/core/http.py, the socks module is imported by "from httplib2 import socks", it should use the sock.py file in the folder /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic/aob_py3/httplib2, but it's not, after checking the sock.py file in /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic, it doesn't have attribute "&lt;SPAN&gt;&lt;SPAN class="t"&gt;PROXY_TYPE_HTTP_NO_TUNNEL&lt;/SPAN&gt;&lt;/SPAN&gt;"(around line 77), somehow the http.py invoke the wrong socks.py file.&lt;/P&gt;&lt;P&gt;So I just try to rename the sock.py file to other name&amp;nbsp; in folder /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic, issue solved.&lt;/P&gt;&lt;P&gt;This is a workaroud , I don't know what's the effect to rename the sock.py file.&lt;/P&gt;</description>
    <pubDate>Fri, 14 May 2021 08:56:57 GMT</pubDate>
    <dc:creator>namesjc</dc:creator>
    <dc:date>2021-05-14T08:56:57Z</dc:date>
    <item>
      <title>Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/528756#M64144</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I have installed Splunk_TA_New_Relic v&lt;SPAN&gt;2.2.0 and configured the NR Insight Input. I did not use HTTP proxy and I could see the following error in the TA logs:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;AttributeError:&lt;/SPAN&gt; &lt;SPAN class="t"&gt;module&lt;/SPAN&gt; '&lt;SPAN class="t"&gt;socks&lt;/SPAN&gt;' &lt;SPAN class="t"&gt;has&lt;/SPAN&gt; &lt;SPAN class="t"&gt;no&lt;/SPAN&gt; &lt;SPAN class="t"&gt;attribute&lt;/SPAN&gt; '&lt;SPAN class="t"&gt;PROXY_TYPE_HTTP_NO_TUNNEL'&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;'http_no_tunnel': socks.PROXY_TYPE_HTTP_NO_TUNNEL,&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;File "/opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic/aob_py3/cloudconnectlib/core/http.py", line 26, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;from .http import HttpClient&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;File "/opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic/aob_py3/cloudconnectlib/core/engine.py", line 6, in &amp;lt;module&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;from .engine import CloudConnectEngine&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;Hence the data collector failed with&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;2020-11-09 22:07:39,251 +0000 log_level=ERROR, pid=27340, tid=Thread-4, file=ta_data_collector.py, func_name=index_data, code_line_no=113 | [stanza_name="NR_Events"] Failed to index data&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Does anybody experienced the same issue and know how to resolve it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Nov 2020 23:45:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/528756#M64144</guid>
      <dc:creator>a_hadiwidjaja</dc:creator>
      <dc:date>2020-11-09T23:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/531924#M64369</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have the same issue : I've created an add-on with Splunk Add-on builder and it was working fine until I upgraded Splunk to version 8.0.6.&lt;/P&gt;&lt;P&gt;Now I get the following message evertime I run a test :&amp;nbsp;&lt;/P&gt;&lt;P&gt;Traceback (most recent call last):&lt;BR /&gt;File "/data/splunk/etc/apps/TA-nexthink/bin/nxengine_dgsi11test_1607030152_560.py", line 14, in &amp;lt;module&amp;gt;&lt;BR /&gt;import input_module_nxengine_dgsi11test_1607030152_560 as input_module&lt;BR /&gt;File "/splunk/etc/apps/TA-nexthink/bin/input_module_nx11test_1607030152_560.py", line 29, in &amp;lt;module&amp;gt;&lt;BR /&gt;from cloudconnectlib.client import CloudConnectClient&lt;BR /&gt;File "/splunk/etc/apps/TA-nexthink/bin/ta_nexthink/aob_py3/cloudconnectlib/client.py", line 8, in &amp;lt;module&amp;gt;&lt;BR /&gt;from .configuration import get_loader_by_version&lt;BR /&gt;File "/splunk/etc/apps/TA-nexthink/bin/ta_nexthink/aob_py3/cloudconnectlib/configuration/__init__.py", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;from .loader import get_loader_by_version&lt;BR /&gt;File "/splunk/etc/apps/TA-nexthink/bin/ta_nexthink/aob_py3/cloudconnectlib/configuration/loader.py", line 15, in &amp;lt;module&amp;gt;&lt;BR /&gt;from ..core.exceptions import ConfigException&lt;BR /&gt;File "/splunk/etc/apps/TA-nexthink/bin/ta_nexthink/aob_py3/cloudconnectlib/core/__init__.py", line 1, in &amp;lt;module&amp;gt;&lt;BR /&gt;from .engine import CloudConnectEngine&lt;BR /&gt;File "/splunk/etc/apps/TA-nexthink/bin/ta_nexthink/aob_py3/cloudconnectlib/core/engine.py", line 6, in &amp;lt;module&amp;gt;&lt;BR /&gt;from .http import HttpClient&lt;BR /&gt;File "/splunk/etc/apps/TA-nexthink/bin/ta_nexthink/aob_py3/cloudconnectlib/core/http.py", line 26, in &amp;lt;module&amp;gt;&lt;BR /&gt;'http_no_tunnel': socks.PROXY_TYPE_HTTP_NO_TUNNEL,&lt;BR /&gt;AttributeError: module 'socks' has no attribute 'PROXY_TYPE_HTTP_NO_TUNNEL'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Context :&lt;/P&gt;&lt;P&gt;Proxy : none&lt;/P&gt;&lt;P&gt;Url : https&lt;/P&gt;&lt;P&gt;Authentication : basic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess it is linked to the upgrade, but the we should not be the only ones to experience this. Anyone else as this ?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2020 21:27:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/531924#M64369</guid>
      <dc:creator>fulldanad</dc:creator>
      <dc:date>2020-12-03T21:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/546059#M65268</link>
      <description>&lt;P&gt;Just hit this myself. Were you able to resolve it?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 17:54:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/546059#M65268</guid>
      <dc:creator>davidbann</dc:creator>
      <dc:date>2021-03-30T17:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/546108#M65273</link>
      <description>&lt;P&gt;Unfortunately not. This error happened when I tried to ingest events from New Relic. I then resorted to the New Relic NRQL Command for Splunk" add-on to get the data from New relic events.&lt;/P&gt;&lt;P&gt;&lt;A href="https://splunkbase.splunk.com/app/4988/" target="_blank"&gt;https://splunkbase.splunk.com/app/4988/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 02:01:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/546108#M65273</guid>
      <dc:creator>a_hadiwidjaja</dc:creator>
      <dc:date>2021-03-31T02:01:42Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/549808#M65493</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/146151"&gt;@fulldanad&lt;/a&gt;&amp;nbsp;, I'm having the same problem as you.&lt;/P&gt;&lt;P&gt;My version:&lt;/P&gt;&lt;P&gt;Splunk Enterprise&lt;BR /&gt;Version: 8.1.3.&lt;/P&gt;&lt;P&gt;Were you able to correct this problem?&lt;/P&gt;</description>
      <pubDate>Thu, 29 Apr 2021 10:49:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/549808#M65493</guid>
      <dc:creator>wmiscio</dc:creator>
      <dc:date>2021-04-29T10:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/551474#M65614</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I am facing this problem after upgarde to 8.1.2 with all the custom add-ons.&lt;/P&gt;&lt;P&gt;Anyone who is able to resolve it.&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;</description>
      <pubDate>Thu, 13 May 2021 16:51:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/551474#M65614</guid>
      <dc:creator>kalyaniadm_wipr</dc:creator>
      <dc:date>2021-05-13T16:51:59Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/551568#M65618</link>
      <description>&lt;P&gt;I'm facing the same issue, from the error message:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="t"&gt;AttributeError:&lt;/SPAN&gt; &lt;SPAN class="t"&gt;module&lt;/SPAN&gt; '&lt;SPAN class="t"&gt;socks&lt;/SPAN&gt;' &lt;SPAN class="t"&gt;has&lt;/SPAN&gt; &lt;SPAN class="t"&gt;no&lt;/SPAN&gt; &lt;SPAN class="t"&gt;attribute&lt;/SPAN&gt; '&lt;SPAN class="t"&gt;PROXY_TYPE_HTTP_NO_TUNNEL'&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I found that there are two socks.py file in new relic app folder&lt;/P&gt;&lt;P&gt;one is in: /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic&lt;/P&gt;&lt;P&gt;the other one is in: /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic/aob_py3/httplib2&lt;/P&gt;&lt;P&gt;the error message indicates that the issue is regarding file /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic/aob_py3/cloudconnectlib/core/http.py, the socks module is imported by "from httplib2 import socks", it should use the sock.py file in the folder /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic/aob_py3/httplib2, but it's not, after checking the sock.py file in /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic, it doesn't have attribute "&lt;SPAN&gt;&lt;SPAN class="t"&gt;PROXY_TYPE_HTTP_NO_TUNNEL&lt;/SPAN&gt;&lt;/SPAN&gt;"(around line 77), somehow the http.py invoke the wrong socks.py file.&lt;/P&gt;&lt;P&gt;So I just try to rename the sock.py file to other name&amp;nbsp; in folder /opt/splunk/etc/apps/Splunk_TA_New_Relic/bin/splunk_ta_new_relic, issue solved.&lt;/P&gt;&lt;P&gt;This is a workaroud , I don't know what's the effect to rename the sock.py file.&lt;/P&gt;</description>
      <pubDate>Fri, 14 May 2021 08:56:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/551568#M65618</guid>
      <dc:creator>namesjc</dc:creator>
      <dc:date>2021-05-14T08:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/558068#M66020</link>
      <description>&lt;P&gt;This is directly tied to versions of Splunk.. I just came across this today, I have recently updated a heavy forwarder from 8.0.7 to 8.2.0, my previously built apps are still working without issue. I went to create a new barebones REST API app and ran into that exact error message. I compared the folder structure of the python libraries that are tacked on when creating a new app with Add-on Builder and they were entirely different. I ended up making a copy of...&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;/opt/splunk/etc/apps/&amp;lt;MY APP&amp;gt;/bin/ta_illinois_university_housing_api/aob_py3/httplib2/socks.py&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;...And placing it one directory level up. This resolved the problem, and also mimics the folder structure of my older apps.&lt;BR /&gt;Has anyone (else!) submitted a ticket to Splunk regarding this? Thats a major bug.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Jul 2021 19:36:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/558068#M66020</guid>
      <dc:creator>samejgink</dc:creator>
      <dc:date>2021-07-01T19:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/560035#M66127</link>
      <description>&lt;P&gt;I am having the same problem. seems like Splunk is releasing these addons without proper testing&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 11:58:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/560035#M66127</guid>
      <dc:creator>josh12121984</dc:creator>
      <dc:date>2021-07-19T11:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/560039#M66128</link>
      <description>&lt;P&gt;Thanks. below work around is resolved the problem. However, it's a Major bug and Splunk must resolve it in next release.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 12:42:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/560039#M66128</guid>
      <dc:creator>josh12121984</dc:creator>
      <dc:date>2021-07-19T12:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/566384#M75110</link>
      <description>&lt;P&gt;I tried what&amp;nbsp;&lt;A href="https://community.splunk.com/t5/user/viewprofilepage/user-id/42095" target="_self"&gt;&lt;SPAN class=""&gt;samejgink&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;suggested above and it worked.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Sep 2021 00:34:56 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/566384#M75110</guid>
      <dc:creator>a_hadiwidjaja</dc:creator>
      <dc:date>2021-09-09T00:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/577692#M75696</link>
      <description>&lt;P&gt;Hi, Can you show the path where you puts the copy for this path?&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;/opt/splunk/etc/apps/&amp;lt;MY APP&amp;gt;/bin/ta_illinois_university_housing_api/aob_py3/httplib2/socks.py&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Dec 2021 19:56:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/577692#M75696</guid>
      <dc:creator>adri2915</dc:creator>
      <dc:date>2021-12-07T19:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk_TA_New_Relic Insight not ingesting data</title>
      <link>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/577762#M75703</link>
      <description>&lt;P&gt;I was able to resolve the http tunnel related issue. however i observed a new issue that http calls with requests package is not working and getting 403 forbidden error. the same script was working fine on previous versions. I had rewrite&amp;nbsp; my script&amp;nbsp; using http.client method.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Dec 2021 10:32:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/All-Apps-and-Add-ons/Splunk-TA-New-Relic-Insight-not-ingesting-data/m-p/577762#M75703</guid>
      <dc:creator>josh12121984</dc:creator>
      <dc:date>2021-12-08T10:32:30Z</dc:date>
    </item>
  </channel>
</rss>

