<?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 show true keyword and green tick on publish of any events in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655749#M53983</link>
    <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is only requirement&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; could you please guide me with the query I post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want like this&lt;/P&gt;&lt;P&gt;Ebnc events successfully balanced.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;True&lt;/P&gt;&lt;P&gt;Whenever this "ebnc events successfully balanced" there should be true keyword.&lt;/P&gt;</description>
    <pubDate>Sun, 27 Aug 2023 22:01:37 GMT</pubDate>
    <dc:creator>aditsss</dc:creator>
    <dc:date>2023-08-27T22:01:37Z</dc:date>
    <item>
      <title>How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655724#M53973</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;I have below query:&lt;/P&gt;&lt;P&gt;index="600000304_d_gridgain_idx*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "ReadFileImpl - ebnc event balanced successfully"&lt;/P&gt;&lt;P&gt;I want a true keyword and a green tick every time I receive this&amp;nbsp; &lt;STRONG&gt;"ReadFileImpl - ebnc event balanced successfully"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Something like this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"ReadFileImpl - ebnc event balanced successfully"&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;true&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; tick mark&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If this appears&amp;nbsp;"ReadFileImpl - ebnc event balanced successfully" 8 times in a day I want each statement separate&amp;nbsp;with a true keyword and green tick.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Can someone guide me here.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2023 05:34:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655724#M53973</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2023-08-27T05:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655733#M53978</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;to add the "True" keyword it's easy, you have only to use the eval command with the option "searchmatch" (&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.1.0/SearchReference/ConditionalFunctions#searchmatch.28.26lt.3Bsearch_str.26gt.3B.29" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.1.0/SearchReference/ConditionalFunctions#searchmatch.28.26lt.3Bsearch_str.26gt.3B.29&lt;/A&gt;), in this way:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="600000304_d_gridgain_idx*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "ReadFileImpl - ebnc event balanced successfully"
| eval keyword=if(searchmatch("ReadFileImpl - ebnc event balanced successfully","True","")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if, putting the string&amp;nbsp;&lt;STRONG&gt;"ReadFileImpl - ebnc event balanced successfully"&lt;/STRONG&gt;&amp;nbsp; in the main search, al the events you have as results are "true" by definition and you don' have events without the true keyword.&lt;/P&gt;&lt;P&gt;For the green tick is less easy because you have to use a JS and a CSS, you should see in the Splunk Dashboard Examples App (&lt;A href="https://splunkbase.splunk.com/app/1603" target="_blank"&gt;https://splunkbase.splunk.com/app/1603&lt;/A&gt;) where you can find the "Table Icon Set (Rangemap)" dashboard example that has this feature and gives you the JS and the CSS.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2023 08:31:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655733#M53978</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-27T08:31:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655739#M53979</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am getting below error by using below query:&lt;/P&gt;&lt;P&gt;index="600000304_d_gridgain_idx*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "ReadFileImpl - ebnc event balanced successfully"&lt;BR /&gt;| eval keyword=if(searchmatch("ReadFileImpl - ebnc event balanced successfully","True","")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error in 'EvalCommand': The arguments to the 'searchmatch' function are invalid.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Could you please guide.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2023 17:46:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655739#M53979</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2023-08-27T17:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655744#M53980</link>
      <description>&lt;P&gt;That sounds kinda pointless. You're searching for this text so it's only natural that you find this text. There is no way for your search to match events which do not have this text.&lt;/P&gt;&lt;P&gt;What is the purpose of this exercise then?&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2023 19:03:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655744#M53980</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-08-27T19:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655746#M53981</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is requirement that when ebnc event balanced come there should be TRUE keyword to make it sure this happen.&lt;/P&gt;&lt;P&gt;Could you please guide regarding query.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2023 20:20:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655746#M53981</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2023-08-27T20:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655747#M53982</link>
      <description>&lt;P&gt;Ok, but if there is no such event, you will not have anything in your results. So just adding a static "true" to every returned row of results seems silly. The events don't change as such.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2023 21:54:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655747#M53982</guid>
      <dc:creator>PickleRick</dc:creator>
      <dc:date>2023-08-27T21:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655749#M53983</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is only requirement&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231884"&gt;@PickleRick&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp; could you please guide me with the query I post.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want like this&lt;/P&gt;&lt;P&gt;Ebnc events successfully balanced.&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;True&lt;/P&gt;&lt;P&gt;Whenever this "ebnc events successfully balanced" there should be true keyword.&lt;/P&gt;</description>
      <pubDate>Sun, 27 Aug 2023 22:01:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655749#M53983</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2023-08-27T22:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655773#M53991</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;sorry I forgot a parenthesis:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="600000304_d_gridgain_idx*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "ReadFileImpl - ebnc event balanced successfully"
| eval keyword=if(searchmatch("ReadFileImpl - ebnc event balanced successfully"),"True","")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 07:27:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655773#M53991</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-28T07:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655784#M53994</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I make below query as statistics&lt;/P&gt;&lt;P&gt;index="600000304_d_gridgain_idx*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "ReadFileImpl - ebnc event balanced successfully"&lt;BR /&gt;| eval keyword=if(searchmatch("ReadFileImpl - ebnc event balanced successfully"),"True","")&lt;/P&gt;&lt;P&gt;Like this :&lt;/P&gt;&lt;P&gt;ebnc event balanced successfully&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;True&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 08:03:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655784#M53994</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2023-08-28T08:03:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655788#M53995</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;when you found th events, you can use the stats command:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="600000304_d_gridgain_idx*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "ReadFileImpl - ebnc event balanced successfully"
| eval keyword=if(searchmatch("ReadFileImpl - ebnc event balanced successfully"),"True","")
| stats count&lt;/LI-CODE&gt;&lt;P&gt;but, as I said, if you put the keyword in the main search, all the results are true, so you need only the count of events, so you could semplify your search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="600000304_d_gridgain_idx*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" "ReadFileImpl - ebnc event balanced successfully"
| stats count&lt;/LI-CODE&gt;&lt;P&gt;It's different if you want to count the occurrences of the string and also the other events, but you have to modify the main search:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="600000304_d_gridgain_idx*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" 
| eval keyword=if(searchmatch("ReadFileImpl - ebnc event balanced successfully"),"True","False")
| stats count BY keyword&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 08:19:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655788#M53995</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-28T08:19:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655789#M53996</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/161352"&gt;@gcusello&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dont want count&lt;/P&gt;&lt;P&gt;I want like this:&lt;/P&gt;&lt;P&gt;ebnc event balanced successfully&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;True&lt;/P&gt;&lt;P&gt;ebnc event balanced successfully&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;True&lt;/P&gt;&lt;P&gt;ebnc event balanced successfully&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;True&lt;/P&gt;&lt;P&gt;means whenever "ebnc event balanced successfully" occur TRUE keyword should be there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 08:24:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655789#M53996</guid>
      <dc:creator>aditsss</dc:creator>
      <dc:date>2023-08-28T08:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655791#M53998</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;let me understand: you want a table where each row contains only: "&lt;SPAN&gt;ebnc event balanced successfully! and "True"?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;in this case, you can use:&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index="600000304_d_gridgain_idx*" sourcetype =600000304_gg_abs_ipc2 source="/amex/app/gfp-settlement-raw/logs/gfp-settlement-raw.log" 
| eval keyword=if(searchmatch("ReadFileImpl - ebnc event balanced successfully"),"True","False")
| eval phrase="ReadFileImpl - ebnc event balanced successfully"
| table phrase keyword&lt;/LI-CODE&gt;&lt;P&gt;then, if you want, you could add other fields to the table command (e.g. _time).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 08:30:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655791#M53998</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-28T08:30:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to show true keyword and green tick on publish of any events</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655803#M54003</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225066"&gt;@aditsss&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;good for you, see next time!&lt;/P&gt;&lt;P&gt;Ciao and happy splunking&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;&lt;P&gt;P.S.: Karma Points are appreciated by all the contributors &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 10:19:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/How-to-show-true-keyword-and-green-tick-on-publish-of-any-events/m-p/655803#M54003</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-08-28T10:19:54Z</dc:date>
    </item>
  </channel>
</rss>

