<?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: Calculate duration between 2 events everytime those events occur in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701724#M238014</link>
    <description>&lt;P&gt;Hello, 2 events does not produce 4 results, 2 events will produce just 1 result.&lt;/P&gt;&lt;P&gt;The log I provided was just a sample set to show what I am searching.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if I search for just "View Refresh" for a duration of 1 hour, I see 4 sets of events - i.e 4 entries of "start" and "end" of each.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So when I ran my query I was expecting 4 duration values, 1 for each set. But I get 2 duration values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;RichGalloway, suggested to add maxspan along with transaction. I did that, but I still get the same result i.e. 2 duration values and NOT 4 duration values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 12 Oct 2024 06:27:07 GMT</pubDate>
    <dc:creator>raghul725</dc:creator>
    <dc:date>2024-10-12T06:27:07Z</dc:date>
    <item>
      <title>Calculate duration between 2 events everytime those events occur</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701448#M237937</link>
      <description>&lt;P&gt;&lt;BR /&gt;Hello,&lt;/P&gt;&lt;P&gt;I am looking to calculate how long it takes to refresh the view using the time of the events "End View Refresh" and "Start View Refresh" i.e. find the difference in time for each of these events whenever these 2 events occur.&lt;/P&gt;&lt;P&gt;Tried number of things using streamstat and range, but it does provide me the desired result.&lt;BR /&gt;Any assistance would be appreciated.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 16:30:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701448#M237937</guid>
      <dc:creator>raghul725</dc:creator>
      <dc:date>2024-10-09T16:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate duration between 2 events everytime those events occur</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701454#M237941</link>
      <description>&lt;P&gt;So we don't waste too much of your time repeated what you've already tried, please share your queries, some sample events, the desired results, and the current results.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 18:22:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701454#M237941</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-10-09T18:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate duration between 2 events everytime those events occur</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701495#M237950</link>
      <description>&lt;P&gt;Agree with&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;. &amp;nbsp;To ask an answerable question about data analytics, you need to&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Illustrate data input (in raw text, anonymize as needed), whether they are raw events or output from a search that volunteers here do not have to look at.&lt;/LI&gt;&lt;LI&gt;Illustrate the desired output from illustrated data.&lt;/LI&gt;&lt;LI&gt;Explain the logic between illustrated data and desired output&amp;nbsp;&lt;EM&gt;without&lt;/EM&gt;&amp;nbsp;SPL.&lt;/LI&gt;&lt;LI&gt;If you also illustrate attempted SPL, illustrate actual output and compare with desired output, explain why they look different&amp;nbsp;&lt;U&gt;to you&lt;/U&gt;&amp;nbsp;if that is not painfully obvious.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;One more suggestion, have you considered&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/Transaction" target="_blank" rel="noopener"&gt;transaction&lt;/A&gt; command? &amp;nbsp;People here do not throw transaction into recommendations lightly because there are usually better alternatives. &amp;nbsp;But without context, transaction is the generic approach that fits your description.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| transaction endswith="End View Refresh" startswith="Start View Refresh"&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 10 Oct 2024 04:13:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701495#M237950</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2024-10-10T04:13:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate duration between 2 events everytime those events occur</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701533#M237968</link>
      <description>&lt;P&gt;Yup sorry, I should have delineated what I have done.&lt;/P&gt;
&lt;P&gt;Log Examples:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Time:&lt;BR /&gt;10/10/24&lt;BR /&gt;6:30:11.478 AM&lt;/P&gt;
&lt;P&gt;Start Event:&lt;BR /&gt;2024-10-10T06:30:11.478-04:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Time:&lt;BR /&gt;10/10/24&lt;BR /&gt;6:30:11.509 AM&lt;/P&gt;
&lt;P&gt;End Event:&lt;BR /&gt;2024-10-10T06:30:11.509-04:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;index=* ("Start View Refresh (price_vw)" OR "End View Refresh (price_vw)")
| transaction startswith="Start View Refresh (price_vw)" endswith="End View Refresh (price_vw)"
| table duration&lt;/LI-CODE&gt;
&lt;P&gt;Now when I just look for the log events, I get 4 sets of Start and End events.&lt;/P&gt;
&lt;P&gt;But when run the above for the same duration I was expecting 4 sets of duration, but I get just 2 sets.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 15:58:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701533#M237968</guid>
      <dc:creator>raghul725</dc:creator>
      <dc:date>2024-10-10T15:58:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate duration between 2 events everytime those events occur</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701601#M237981</link>
      <description>&lt;P&gt;With the same log, I would expect a single duration.&amp;nbsp; Perhaps the &lt;FONT face="courier new,courier"&gt;maxspan&lt;/FONT&gt; option to the &lt;FONT face="courier new,courier"&gt;transaction&lt;/FONT&gt; command will help.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2024 23:59:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701601#M237981</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-10-10T23:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate duration between 2 events everytime those events occur</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701669#M237999</link>
      <description>&lt;P&gt;I am afraid I get the same results even with maxspan&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 15:00:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701669#M237999</guid>
      <dc:creator>raghul725</dc:creator>
      <dc:date>2024-10-11T15:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate duration between 2 events everytime those events occur</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701716#M238012</link>
      <description>&lt;P&gt;Can you explain&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/213957"&gt;@richgalloway&lt;/a&gt;&amp;nbsp;'s main question: How can two events produce 4 transactions (durations)?&lt;/P&gt;&lt;P&gt;Here is an emulation of the two events you illustrated, and the transaction command to follow&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults format=csv data="_raw
2024-10-10T06:30:11.478-04:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!!
2024-10-10T06:30:11.509-04:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!"
| eval _time = strptime(replace(_raw, "(\S+).*", "\1"), "%FT%T.%3N%z")
| sort - _time
``` the above emulates
index=* ("Start View Refresh (price_vw)" OR "End View Refresh (price_vw)")
```
| transaction endswith="End View Refresh" startswith="Start View Refresh"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result is&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;_raw&lt;/TD&gt;&lt;TD&gt;_time&lt;/TD&gt;&lt;TD&gt;closed_txn&lt;/TD&gt;&lt;TD&gt;duration&lt;/TD&gt;&lt;TD&gt;eventcount&lt;/TD&gt;&lt;TD&gt;field_match_sum&lt;/TD&gt;&lt;TD&gt;linecount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2024-10-10T06:30:11.478-04:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!! 2024-10-10T06:30:11.509-04:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!&lt;/TD&gt;&lt;TD&gt;2024-10-10 03:30:11.478&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;0.031&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;As&amp;nbsp;richgalloway&amp;nbsp;predicted, one duration.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Oct 2024 23:28:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701716#M238012</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2024-10-11T23:28:51Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate duration between 2 events everytime those events occur</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701724#M238014</link>
      <description>&lt;P&gt;Hello, 2 events does not produce 4 results, 2 events will produce just 1 result.&lt;/P&gt;&lt;P&gt;The log I provided was just a sample set to show what I am searching.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if I search for just "View Refresh" for a duration of 1 hour, I see 4 sets of events - i.e 4 entries of "start" and "end" of each.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So when I ran my query I was expecting 4 duration values, 1 for each set. But I get 2 duration values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;RichGalloway, suggested to add maxspan along with transaction. I did that, but I still get the same result i.e. 2 duration values and NOT 4 duration values.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2024 06:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701724#M238014</guid>
      <dc:creator>raghul725</dc:creator>
      <dc:date>2024-10-12T06:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate duration between 2 events everytime those events occur</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701734#M238016</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;The log I provided was just a sample set to show what I am searching.&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So, if I search for just "View Refresh" for a duration of 1 hour, I see 4 sets of events - i.e 4 entries of "start" and "end" of each.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;To underlying my commandments:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Illustrate data input (in raw text, anonymize as needed), whether they are raw events or output from a search (SPL that volunteers here do not have to look at).&lt;/LI&gt;&lt;LI&gt;Illustrate the desired output &lt;U&gt;from illustrated&lt;/U&gt; data.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If volunteers do not see actual data (4 sets of events), how can we tell why you do not get desired results (4 durations)?&lt;/P&gt;</description>
      <pubDate>Sat, 12 Oct 2024 17:22:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701734#M238016</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2024-10-12T17:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate duration between 2 events everytime those events occur</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701970#M238073</link>
      <description>&lt;P&gt;OK, please find the details below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Logs below - 3 sets of Start and End.&lt;BR /&gt;And I expected my query to provide 3 duration values. But I get ONLY 2, as observed below.&lt;/P&gt;&lt;P&gt;10/9/24&lt;BR /&gt;10:32:31.540 AM&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2024-10-09T10:32:31.540+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!&lt;/P&gt;&lt;P&gt;10/9/24&lt;BR /&gt;10:32:14.000 AM&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2024-10-09T09:32:14.000+07:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!&lt;/P&gt;&lt;P&gt;10/9/24&lt;BR /&gt;10:30:36.643 AM&lt;/P&gt;&lt;P&gt;2024-10-09T09:30:36.643+07:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;10/9/24&lt;BR /&gt;10:30:34.337 AM&lt;/P&gt;&lt;P&gt;2024-10-09T10:30:34.337+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!!&lt;/P&gt;&lt;P&gt;10/9/24&lt;BR /&gt;10:02:32.229 AM&lt;/P&gt;&lt;P&gt;2024-10-09T10:02:32.229+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;10/9/24&lt;BR /&gt;10:00:42.108 AM&lt;/P&gt;&lt;P&gt;2024-10-09T10:00:42.108+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;----------------------------- ------------------------------------------------------------------------------&lt;/P&gt;&lt;P&gt;Durations:&lt;/P&gt;&lt;P&gt;117.203&lt;BR /&gt;110.121&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 15:39:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701970#M238073</guid>
      <dc:creator>raghul725</dc:creator>
      <dc:date>2024-10-15T15:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate duration between 2 events everytime those events occur</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701987#M238077</link>
      <description>&lt;P&gt;Is it correct that you posted three (3) sets of start-end, or am I missing something? &amp;nbsp;Here is my emulation and it gets 3 durations&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| makeresults format=csv data="_raw
2024-10-09T10:32:31.540+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!
2024-10-09T09:32:14.000+07:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!
2024-10-09T09:30:36.643+07:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!!
2024-10-09T10:30:34.337+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!!
2024-10-09T10:02:32.229+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!
2024-10-09T10:00:42.108+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!!"
| eval _time = strptime(replace(_raw, "(\S+).*", "\1"), "%FT%T.%3N%z")
| sort - _time
``` the above emulates
index=* ("Start View Refresh (price_vw)" OR "End View Refresh (price_vw)")
```
| transaction endswith="End View Refresh" startswith="Start View Refresh"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;_raw _time closed_txn duration eventcount field_match_sum linecount&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;2024-10-09T09:30:36.643+07:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!! 2024-10-09T09:32:14.000+07:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!&lt;/TD&gt;&lt;TD&gt;2024-10-08 19:30:36.643&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;97.357&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2024-10-09T10:30:34.337+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!! 2024-10-09T10:32:31.540+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!&lt;/TD&gt;&lt;TD&gt;2024-10-08 19:30:34.337&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;117.203&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2024-10-09T10:00:42.108+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : Start View Refresh (price_vw) !!! 2024-10-09T10:02:32.229+08:00 | INFO | 1 | | xxxxxxxxxxxxxxxxx : End View Refresh (price_vw) !!!&lt;/TD&gt;&lt;TD&gt;2024-10-08 19:00:42.108&lt;/TD&gt;&lt;TD&gt;1&lt;/TD&gt;&lt;TD&gt;110.121&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;TD&gt;0&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Play with the emulation and compare with real data.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Oct 2024 18:54:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Calculate-duration-between-2-events-everytime-those-events-occur/m-p/701987#M238077</guid>
      <dc:creator>yuanliu</dc:creator>
      <dc:date>2024-10-15T18:54:52Z</dc:date>
    </item>
  </channel>
</rss>

