<?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: How to calculate concurrent running builds in Jenkins and team city using Splunk? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/523867#M42024</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/212420"&gt;@Hemnaath&lt;/a&gt;&amp;nbsp;have you resolved it? I have a similar request, can you guide me on this. thanks&lt;/P&gt;</description>
    <pubDate>Fri, 09 Oct 2020 08:32:52 GMT</pubDate>
    <dc:creator>rock_kang</dc:creator>
    <dc:date>2020-10-09T08:32:52Z</dc:date>
    <item>
      <title>How to calculate concurrent running builds in Jenkins and team city using Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378620#M42015</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;

&lt;P&gt;Good Morning, I have requirement to create a dashboard to display the total number of concurrent running builds in Jenkins and team city. Need 4 panels to display total number of builds with time chart and single value visualization.  Already we have 9 panels to display Build count, Build duration and Queue Time by Day in place. &lt;/P&gt;

&lt;P&gt;Details about the Panels Type and Query:&lt;/P&gt;

&lt;P&gt;1)  TC Build Duration Per day &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Index = TC-App sourcetype =tc:srv  “Build started” OR “Finished build” | transaction buildId keepevicted =true | time chart span =1h sum(duration)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;2)  TC Build count &amp;amp; Duration: &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Index = TC-App sourcetype =tc:srv  “Build started” OR “Finished build” | transaction buildId keepevicted =true | time chart span =1h count (duration)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;3)  Jenkins Build &amp;amp; Queue Time By Day:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Index =JK-App  sourcetype=* event_tag =”Job_event”  type=”completed”  build_number = “*” | dedup host build_url sortby - _time | search ‘UTC_to_local_time(Job_started_at)’ | time chart span = 1h sum(Job_duration) sum(Queue_time)&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;4)  Jenkins Build Count &amp;amp; Duration &amp;amp; Queue Time:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Index =JK-App  sourcetype=* event_tag =”Job_event”  type=”completed”  build_number = “*” | dedup host build_url sortby - _time | search ‘UTC_to_local_time(Job_started_at)’ | time chart span = 1h sum(Job_duration) sum(Queue_time)  count&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;5)  TC Build Count: Single Value Visualization:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Index = TC-App sourcetype =tc:srv  “Build started” OR “Finished build” | transaction buildId keepevicted =true | stats count&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;6)  TC Build Count in seconds: Single Value Visualization:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Index = TC-App sourcetype =tc:srv  “Build started” OR “Finished build” | transaction buildId keepevicted =true | sum (duration)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;7)  Jenkins Build Count:  Single Value Visualization:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Index =JK-App  sourcetype=* event_tag =”Job_event”  type=”completed”  build_number = “*” | dedup host build_url sortby - _time | search ‘UTC_to_local_time(Job_started_at)’ | stats count&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;  Jenkins Build Duration in seconds : Single Value Visualization &lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Index =JK-App  sourcetype=* event_tag =”Job_event”  type=”completed”  build_number = “*” | dedup host build_url sortby - _time | search ‘UTC_to_local_time(Job_started_at)’ | stats sum (Job_duration)&lt;/STRONG&gt; &lt;/P&gt;

&lt;P&gt;9)  Jenkins Queue Time in seconds:&lt;/P&gt;

&lt;P&gt;&lt;STRONG&gt;Index =JK-App  sourcetype=* event_tag&lt;BR /&gt;
=”Job_event”  type=”completed”  build_number = “*” | dedup host build_url sortby - _time | search ‘UTC_to_local_time(Job_started_at)’ | stats sum (queue_time)&lt;/STRONG&gt;&lt;/P&gt;

&lt;P&gt;Now need to create additional panels to display the &lt;STRONG&gt;concurrent running build Jobs&lt;/STRONG&gt; in Jenkins and Team city. Kindly guide me how to do that. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:36:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378620#M42015</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-30T00:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate concurrent running builds in Jenkins and team city using Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378621#M42016</link>
      <description>&lt;P&gt;Hi All, Can anyone kindly guide me on this.&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 09:22:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378621#M42016</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2019-05-20T09:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate concurrent running builds in Jenkins and team city using Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378622#M42017</link>
      <description>&lt;P&gt;Hi @Hemnaath,&lt;/P&gt;

&lt;P&gt;Great question ! there's a command built specifically for that ! have a look here : &lt;/P&gt;

&lt;P&gt;&lt;A href="https://docs.splunk.com/Documentation/Splunk/7.2.6/SearchReference/Concurrency"&gt;https://docs.splunk.com/Documentation/Splunk/7.2.6/SearchReference/Concurrency&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;What this command does is based on a start time and duration field (which you already have from your transaction command) you can get the concurrently running events/jobs!&lt;/P&gt;

&lt;P&gt;Let me know if that helps, &lt;/P&gt;

&lt;P&gt;Cheers,&lt;BR /&gt;
David  &lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 11:16:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378622#M42017</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-20T11:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate concurrent running builds in Jenkins and team city using Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378623#M42018</link>
      <description>&lt;P&gt;Sample Data. Please do guide on how to calculate the concurrent running Jobs per 1 hours for 24 hours.  &lt;/P&gt;

&lt;P&gt;[2019-05-20 13:41:55,226] INFO -tbrains.buildServer.ACTIVITIES -Build added to queue; Queued build {Build promotion {promotion id=XXXX, Configuration={id=GOM_TopazPR_GatewaysMercuryDOCWS, internal id=bt8981}, branch=, queued, modificationId=1324733, revisions=["GOM_TopazPR_VCS" {instance id=2159, parent internal id=55, parent id=GOM_Topaz_VCS, description: "&lt;A href="mailto:git@github.ldn.xxx.com" target="_blank"&gt;git@github.ldn.xxx.com&lt;/A&gt;:gom/ITEQCH_TOPAZ_REL_17.git#master"}: 88af2551bf3f40503#refs/heads/master]}, triggered by "sso_gomtools' {id=xxxx}" (##type = 'SnapshotDependency' userId= 'xxxx' origin = 'rest' buildTypeId = 'bt2657' buildId = '43280844')}&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[2019-05-20 13:41:56,674] INFO -tbrains.buildServer.ACTIVITIES -Build started; GOM / TopazPR / SystemEntityFeatureApi {id=GOM_TopazPR_SystemEntityFeatureApi, internal id =bt32932} #360 {promotion id=43279568, branch=&amp;lt;default&amp;gt;, agent="Linux RHEL 6.4 [xxxxldap] GOM-agent-01" {id=1376}, triggered by "'sso_gomtools' {id=4809}" (##type ='SnapshotDependency' userId='XXX' origin='rest' buildTypeId='BT2657' buildId='43280844'). started 2019-05-20 13:41:56,574, running }

[2019-05-20 13:45:36,974] INFO -tbrains.buildServer.ACTIVITIES -Finished build  GOM / TopazPR / SystemTSProxy {id=GOM_TopazPR_SystemTSProxy, internal id=bt4858} #3756 {promotion id=43280653, branch=&amp;lt;default&amp;gt;, agent="Linux RHEL 6.4[xxxx] GOM-agent-17" {id=1876}, triggered by "'sso_gomtools' {id=4809}" (##type ='SnapshotDependency' userId='XXX' origin='rest' buildTypeId='BT2657' buildId='43280844'). started 2019-05-20 13:44:47,974, Finished. Status "NORMAL 'Running' "}
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Sep 2020 00:37:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378623#M42018</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2020-09-30T00:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate concurrent running builds in Jenkins and team city using Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378624#M42019</link>
      <description>&lt;P&gt;Hi David thanks for your support on this, I have added the sample data so not sure how to use  the sample data and build the query to fetch the concurrent running jobs, could you please guide me on this.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 06:00:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378624#M42019</guid>
      <dc:creator>Hemnaath</dc:creator>
      <dc:date>2019-05-21T06:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate concurrent running builds in Jenkins and team city using Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378625#M42020</link>
      <description>&lt;P&gt;sure thing, should be something like this : &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Index = TC-App sourcetype =tc:srv “Build started” OR “Finished build” 
| transaction buildId keepevicted =true 
| concurrency duration=duration 
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Let me know if this helps and upvote if you find it helpful ^^&lt;BR /&gt;
Cheers,&lt;BR /&gt;
David&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 06:49:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378625#M42020</guid>
      <dc:creator>DavidHourani</dc:creator>
      <dc:date>2019-05-21T06:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate concurrent running builds in Jenkins and team city using Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378626#M42021</link>
      <description>&lt;P&gt;Assuming, you have buildId separate for each task, the Sample data I've used is to produce multiple pairs of samples with buildId different&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[2019-05-20 13:41:55,226] INFO -tbrains.buildServer.ACTIVITIES -Build added to queue; Queued build {Build promotion {promotion id=XXXX, Configuration={id=GOM_TopazPR_GatewaysMercuryDOCWS, internal id=bt8981}, branch=, queued, modificationId=1324733, revisions=["GOM_TopazPR_VCS" {instance id=2159, parent internal id=55, parent id=GOM_Topaz_VCS, description: "git@github.ldn.xxx.com:gom/ITEQCH_TOPAZ_REL_17.git#master"}: 88af2551bf3f40503#refs/heads/master]}, triggered by "sso_gomtools' {id=xxxx}" (##type = 'SnapshotDependency' userId= 'xxxx' origin = 'rest' buildTypeId = 'bt2657' buildId = '43280844')}
[2019-05-20 13:41:56,674] INFO -tbrains.buildServer.ACTIVITIES -Build started; GOM / TopazPR / SystemEntityFeatureApi {id=GOM_TopazPR_SystemEntityFeatureApi, internal id =bt32932} #360 {promotion id=43279568, branch=&amp;lt;default&amp;gt;, agent="Linux RHEL 6.4 [xxxxldap] GOM-agent-01" {id=1376}, triggered by "'sso_gomtools' {id=4809}" (##type ='SnapshotDependency' userId='XXX' origin='rest' buildTypeId='BT2657' buildId='43280844'). started 2019-05-20 13:41:56,574, running }
[2019-05-20 13:45:36,974] INFO -tbrains.buildServer.ACTIVITIES -Finished build  GOM / TopazPR / SystemTSProxy {id=GOM_TopazPR_SystemTSProxy, internal id=bt4858} #3756 {promotion id=43280653, branch=&amp;lt;default&amp;gt;, agent="Linux RHEL 6.4[xxxx] GOM-agent-17" {id=1876}, triggered by "'sso_gomtools' {id=4809}" (##type ='SnapshotDependency' userId='XXX' origin='rest' buildTypeId='BT2657' buildId='43280844'). started 2019-05-20 13:44:47,974, Finished. Status "NORMAL 'Running' "}
[2019-05-20 13:42:55,226] INFO -tbrains.buildServer.ACTIVITIES -Build added to queue; Queued build {Build promotion {promotion id=XXXX, Configuration={id=GOM_TopazPR_GatewaysMercuryDOCWS, internal id=bt8981}, branch=, queued, modificationId=1324733, revisions=["GOM_TopazPR_VCS" {instance id=2159, parent internal id=55, parent id=GOM_Topaz_VCS, description: "git@github.ldn.xxx.com:gom/ITEQCH_TOPAZ_REL_17.git#master"}: 88af2551bf3f40503#refs/heads/master]}, triggered by "sso_gomtools' {id=xxxx}" (##type = 'SnapshotDependency' userId= 'xxxx' origin = 'rest' buildTypeId = 'bt2657' buildId = '43280850')}
[2019-05-20 13:42:56,674] INFO -tbrains.buildServer.ACTIVITIES -Build started; GOM / TopazPR / SystemEntityFeatureApi {id=GOM_TopazPR_SystemEntityFeatureApi, internal id =bt32932} #360 {promotion id=43279568, branch=&amp;lt;default&amp;gt;, agent="Linux RHEL 6.4 [xxxxldap] GOM-agent-01" {id=1376}, triggered by "'sso_gomtools' {id=4809}" (##type ='SnapshotDependency' userId='XXX' origin='rest' buildTypeId='BT2657' buildId='43280850'). started 2019-05-20 13:41:56,574, running }
[2019-05-20 13:46:36,974] INFO -tbrains.buildServer.ACTIVITIES -Finished build  GOM / TopazPR / SystemTSProxy {id=GOM_TopazPR_SystemTSProxy, internal id=bt4858} #3756 {promotion id=43280653, branch=&amp;lt;default&amp;gt;, agent="Linux RHEL 6.4[xxxx] GOM-agent-17" {id=1876}, triggered by "'sso_gomtools' {id=4809}" (##type ='SnapshotDependency' userId='XXX' origin='rest' buildTypeId='BT2657' buildId='43280850'). started 2019-05-20 13:44:47,974, Finished. Status "NORMAL 'Running' "}
[2019-05-20 13:43:55,226] INFO -tbrains.buildServer.ACTIVITIES -Build added to queue; Queued build {Build promotion {promotion id=XXXX, Configuration={id=GOM_TopazPR_GatewaysMercuryDOCWS, internal id=bt8981}, branch=, queued, modificationId=1324733, revisions=["GOM_TopazPR_VCS" {instance id=2159, parent internal id=55, parent id=GOM_Topaz_VCS, description: "git@github.ldn.xxx.com:gom/ITEQCH_TOPAZ_REL_17.git#master"}: 88af2551bf3f40503#refs/heads/master]}, triggered by "sso_gomtools' {id=xxxx}" (##type = 'SnapshotDependency' userId= 'xxxx' origin = 'rest' buildTypeId = 'bt2657' buildId = '43280851')}
[2019-05-20 13:43:56,674] INFO -tbrains.buildServer.ACTIVITIES -Build started; GOM / TopazPR / SystemEntityFeatureApi {id=GOM_TopazPR_SystemEntityFeatureApi, internal id =bt32932} #360 {promotion id=43279568, branch=&amp;lt;default&amp;gt;, agent="Linux RHEL 6.4 [xxxxldap] GOM-agent-01" {id=1376}, triggered by "'sso_gomtools' {id=4809}" (##type ='SnapshotDependency' userId='XXX' origin='rest' buildTypeId='BT2657' buildId='43280851'). started 2019-05-20 13:41:56,574, running }
[2019-05-20 13:44:56,674] INFO -tbrains.buildServer.ACTIVITIES -Build started; GOM / TopazPR / SystemEntityFeatureApi {id=GOM_TopazPR_SystemEntityFeatureApi, internal id =bt32932} #360 {promotion id=43279568, branch=&amp;lt;default&amp;gt;, agent="Linux RHEL 6.4 [xxxxldap] GOM-agent-01" {id=1376}, triggered by "'sso_gomtools' {id=4809}" (##type ='SnapshotDependency' userId='XXX' origin='rest' buildTypeId='BT2662'  buildId='43280852'). started 2019-05-20 13:41:56,574, running }
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The search query, i've come up with this is:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=* earliest=-7d
| rex "buildServer.ACTIVITIES -(?&amp;lt;build_state_text&amp;gt;[\w\s]+)(\;|GOM)"
| eval build_state=case(like(build_state_text, "%queue%"),"queued",like(build_state_text, "%start%"),"start",like(build_state_text, "%Finish%"),"end",true(),"unknown")
| search (build_state=start OR build_state=end)
| transaction buildId startswith=(build_state=start) endswith=(build_state=end) keepevicted=true
| where closed_txn=0
| stats count
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;The logic is&lt;BR /&gt;
- Find the build_state for each events&lt;BR /&gt;
- Filter out ONLy the started and Ended ones&lt;BR /&gt;
- do clubbing (transaction) of these to find which ones are still running (i.e not closed)&lt;BR /&gt;
- Do count of such unclosed transactions.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 09:39:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378626#M42021</guid>
      <dc:creator>koshyk</dc:creator>
      <dc:date>2019-05-21T09:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate concurrent running builds in Jenkins and team city using Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378627#M42022</link>
      <description>&lt;P&gt;@Hemnaath, Can you share how you got the Team City data into Splunk?&lt;/P&gt;

&lt;P&gt;Anything helps!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Aug 2019 19:29:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/378627#M42022</guid>
      <dc:creator>zshainsky</dc:creator>
      <dc:date>2019-08-23T19:29:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate concurrent running builds in Jenkins and team city using Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/523866#M42023</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/212420"&gt;@Hemnaath&lt;/a&gt;&amp;nbsp;have you resolved it? I have a similar request, can you guide me on this. thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 08:27:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/523866#M42023</guid>
      <dc:creator>rock_kang</dc:creator>
      <dc:date>2020-10-09T08:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to calculate concurrent running builds in Jenkins and team city using Splunk?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/523867#M42024</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/212420"&gt;@Hemnaath&lt;/a&gt;&amp;nbsp;have you resolved it? I have a similar request, can you guide me on this. thanks&lt;/P&gt;</description>
      <pubDate>Fri, 09 Oct 2020 08:32:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-calculate-concurrent-running-builds-in-Jenkins-and-team/m-p/523867#M42024</guid>
      <dc:creator>rock_kang</dc:creator>
      <dc:date>2020-10-09T08:32:52Z</dc:date>
    </item>
  </channel>
</rss>

