<?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 Help to display Image/Clickable Url on Dashboard. in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749452#M58951</link>
    <description>&lt;P&gt;I have a dashboard to show a statistic about user events. I have a field that return dynamic urls and I want to show Image from that Url. Alternatively, it can be a hyperlink to click on it to open image on another browser.&lt;/P&gt;&lt;P&gt;Currently, I tested on both Dashboard Studio and Dashboard Classic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jul 2025 04:41:54 GMT</pubDate>
    <dc:creator>phupn1510</dc:creator>
    <dc:date>2025-07-09T04:41:54Z</dc:date>
    <item>
      <title>Help to display Image/Clickable Url on Dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749452#M58951</link>
      <description>&lt;P&gt;I have a dashboard to show a statistic about user events. I have a field that return dynamic urls and I want to show Image from that Url. Alternatively, it can be a hyperlink to click on it to open image on another browser.&lt;/P&gt;&lt;P&gt;Currently, I tested on both Dashboard Studio and Dashboard Classic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 04:41:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749452#M58951</guid>
      <dc:creator>phupn1510</dc:creator>
      <dc:date>2025-07-09T04:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: Help to display Image/Clickable Url on Dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749455#M58952</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311527"&gt;@phupn1510&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is an example using classic dashboards:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_0-1752042576455.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39608i65A5E07E8BF74A63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_0-1752042576455.png" alt="livehybrid_0-1752042576455.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&amp;lt;dashboard version="1.1" theme="light"&amp;gt;
  &amp;lt;label&amp;gt;ImageClassic&amp;lt;/label&amp;gt;
  &amp;lt;row&amp;gt;
    &amp;lt;panel&amp;gt;
      &amp;lt;table&amp;gt;
        &amp;lt;search&amp;gt;
          &amp;lt;query&amp;gt;|makeresults | eval imageUrl="https://beta.dashpub.online/screenshots/608f9a7d4726e06206c78ccbb488832f.jpg"&amp;lt;/query&amp;gt;
          &amp;lt;earliest&amp;gt;-24h@h&amp;lt;/earliest&amp;gt;
          &amp;lt;latest&amp;gt;now&amp;lt;/latest&amp;gt;
           &amp;lt;done&amp;gt;
            &amp;lt;set token="image_url"&amp;gt;$result.imageUrl$&amp;lt;/set&amp;gt;
          &amp;lt;/done&amp;gt;
        &amp;lt;/search&amp;gt;
        &amp;lt;option name="count"&amp;gt;20&amp;lt;/option&amp;gt;
        &amp;lt;option name="dataOverlayMode"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="drilldown"&amp;gt;none&amp;lt;/option&amp;gt;
        &amp;lt;option name="percentagesRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="rowNumbers"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="totalsRow"&amp;gt;false&amp;lt;/option&amp;gt;
        &amp;lt;option name="wrap"&amp;gt;true&amp;lt;/option&amp;gt;
      &amp;lt;/table&amp;gt;
    &amp;lt;/panel&amp;gt;
    &amp;lt;panel&amp;gt;
  &amp;lt;html&amp;gt;
      &amp;lt;a href="$image_url$" target="_blank"&amp;gt;
        &amp;lt;img src="$image_url$" width="500"/&amp;gt;
      &amp;lt;/a&amp;gt;
  &amp;lt;/html&amp;gt;
&amp;lt;/panel&amp;gt;
  &amp;lt;/row&amp;gt;
  
&amp;lt;/dashboard&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 06:29:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749455#M58952</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-09T06:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Help to display Image/Clickable Url on Dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749457#M58953</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311527"&gt;@phupn1510&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is another example using Dashboard Studio:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_0-1752042965876.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39609i8DA68FB7E2FC6572/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_0-1752042965876.png" alt="livehybrid_0-1752042965876.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "title": "ImageDashboardStudio",
    "description": "",
    "inputs": {},
    "defaults": {
        "dataSources": {
            "ds.search": {
                "options": {
                    "queryParameters": {}
                }
            }
        }
    },
    "visualizations": {
        "viz_BDEO1QhV": {
            "options": {
                "markdown": "This is a splunk.image"
            },
            "type": "splunk.markdown"
        },
        "viz_frONH0n1": {
            "options": {
                "markdown": "This is markdown\n![]($imgSearch:result.imageUrl$)"
            },
            "type": "splunk.markdown"
        },
        "viz_vNXqSiui": {
            "dataSources": {
                "primary": "ds_2vTXdmuT"
            },
            "options": {
                "count": 20,
                "dataOverlayMode": "none",
                "drilldown": "none",
                "showInternalFields": false,
                "showRowNumbers": false
            },
            "type": "splunk.table"
        },
        "viz_zje45yZK": {
            "options": {
                "preserveAspectRatio": true,
                "src": "$imgSearch:result.imageUrl$"
            },
            "type": "splunk.image"
        }
    },
    "dataSources": {
        "ds_2vTXdmuT": {
            "name": "imgSearch",
            "options": {
                "enableSmartSources": true,
                "query": "|makeresults | eval imageUrl=\"https://beta.dashpub.online/screenshots/608f9a7d4726e06206c78ccbb488832f.jpg\"",
                "queryParameters": {
                    "earliest": "-24h@h",
                    "latest": "now"
                }
            },
            "type": "ds.search"
        }
    },
    "layout": {
        "globalInputs": [],
        "layoutDefinitions": {
            "layout_1": {
                "options": {
                    "display": "auto",
                    "height": 500,
                    "width": 1440
                },
                "structure": [
                    {
                        "item": "viz_vNXqSiui",
                        "position": {
                            "h": 250,
                            "w": 720,
                            "x": 0,
                            "y": 0
                        },
                        "type": "block"
                    },
                    {
                        "item": "viz_zje45yZK",
                        "position": {
                            "h": 200,
                            "w": 300,
                            "x": 1090,
                            "y": 70
                        },
                        "type": "block"
                    },
                    {
                        "item": "viz_frONH0n1",
                        "position": {
                            "h": 200,
                            "w": 300,
                            "x": 730,
                            "y": 60
                        },
                        "type": "block"
                    },
                    {
                        "item": "viz_BDEO1QhV",
                        "position": {
                            "h": 30,
                            "w": 300,
                            "x": 1090,
                            "y": 60
                        },
                        "type": "block"
                    }
                ],
                "type": "absolute"
            }
        },
        "options": {},
        "tabs": {
            "items": [
                {
                    "label": "New tab",
                    "layoutId": "layout_1"
                }
            ]
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 06:36:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749457#M58953</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-09T06:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help to display Image/Clickable Url on Dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749458#M58954</link>
      <description>&lt;P&gt;Just a further note, you will probably need to add the image domain to your&amp;nbsp;dashboards_trusted_domain settings:&lt;/P&gt;&lt;P&gt;For Splunk Cloud see&amp;nbsp;&lt;A href="https://help.splunk.com/en/splunk-cloud-platform/administer/admin-manual/9.3.2408/configure-your-splunk-cloud-platform-deployment/configure-dashboards-trusted-domains-list" target="_blank"&gt;https://help.splunk.com/en/splunk-cloud-platform/administer/admin-manual/9.3.2408/configure-your-splunk-cloud-platform-deployment/configure-dashboards-trusted-domains-list&lt;/A&gt;&lt;/P&gt;&lt;P&gt;For Splunk Enterprise see&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.4.2/Admin/ConfigureDashboardsTrustedDomainsList" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.4.2/Admin/ConfigureDashboardsTrustedDomainsList&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In short, I was able to run the following curl command to set a domain for my testing (as an example):&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;curl -k -u admin:topsecretpassword https://192.168.0.222:8089/servicesNS/nobody/system/web-features/feature:dashboards_csp -d dashboards_trusted_domain.testing=https://beta.dashpub.online&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 06:39:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749458#M58954</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-09T06:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help to display Image/Clickable Url on Dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749464#M58956</link>
      <description>&lt;P&gt;Thank you for your supporting. However, my case are little bit complex when we have multiple urls in 1 field for each row in table chart . How to display dynamic all url of this&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 07:03:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749464#M58956</guid>
      <dc:creator>phupn1510</dc:creator>
      <dc:date>2025-07-09T07:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Help to display Image/Clickable Url on Dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749474#M58957</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/311527"&gt;@phupn1510&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ive updated the search to be multivalue and added logic to dynamically create the markdown content using a foreach command. I think this is the closest we can get to what you are looking for.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note that you cannot embed these images in a table, currently this is expecting a single row but you could use stats command to concat multiple rows into a single row to have a single variable containing all the markdown for the images.&lt;/P&gt;&lt;P&gt;Also, I've used an _imageMarkdown field, the _ means that this field will not display in the table, this is incase you want to display the other data but not render the markdown as plaintext within the table. Its possible using dashboard studio to drag the table off the side of the canvas if you do not want to display it but you do want the search to run to generate the list of images.&lt;/P&gt;&lt;P&gt;I hope this helps!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 08:51:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749474#M58957</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-09T08:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help to display Image/Clickable Url on Dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749475#M58958</link>
      <description>&lt;P&gt;I wasn't able to find the updated dashboard source with multivalue handling and the logic for creating markdown for each command. I’d really appreciate it if you could share it.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 09:09:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749475#M58958</guid>
      <dc:creator>phupn1510</dc:creator>
      <dc:date>2025-07-09T09:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: Help to display Image/Clickable Url on Dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749477#M58959</link>
      <description>&lt;P&gt;Sorry something happened when posting! Here we go:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="livehybrid_0-1752052280955.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/39611i4458A967901A303D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="livehybrid_0-1752052280955.png" alt="livehybrid_0-1752052280955.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
    "title": "ImageDashboardStudio",
    "description": "",
    "inputs": {},
    "defaults": {
        "dataSources": {
            "ds.search": {
                "options": {
                    "queryParameters": {}
                }
            }
        }
    },
    "visualizations": {
        "viz_frONH0n1": {
            "options": {
                "markdown": "This is markdown\n$imgSearch:result._imageMarkdown$"
            },
            "type": "splunk.markdown"
        },
        "viz_vNXqSiui": {
            "dataSources": {
                "primary": "ds_2vTXdmuT"
            },
            "options": {
                "count": 20,
                "dataOverlayMode": "none",
                "drilldown": "none",
                "showInternalFields": false,
                "showRowNumbers": false
            },
            "type": "splunk.table"
        }
    },
    "dataSources": {
        "ds_2vTXdmuT": {
            "name": "imgSearch",
            "options": {
                "enableSmartSources": true,
                "query": "|makeresults | eval imageUrl=\"https://beta.dashpub.online/screenshots/608f9a7d4726e06206c78ccbb488832f.jpg\"\n|  eval imageUrl=mvappend(imageUrl,\"https://beta.dashpub.online/screenshots/f31dc5c4a2e5e76312c9b190c7ef7bfb.jpg\")\n| foreach imageUrl mode=multivalue\n    [| eval _imageMarkdown=mvappend(_imageMarkdown,\"![](\".&amp;lt;&amp;lt;ITEM&amp;gt;&amp;gt;.\")\")]\n",
                "queryParameters": {
                    "earliest": "-24h@h",
                    "latest": "now"
                }
            },
            "type": "ds.search"
        }
    },
    "layout": {
        "globalInputs": [],
        "layoutDefinitions": {
            "layout_1": {
                "options": {
                    "display": "auto",
                    "height": 1440,
                    "width": 1440
                },
                "structure": [
                    {
                        "item": "viz_vNXqSiui",
                        "position": {
                            "h": 250,
                            "w": 720,
                            "x": 0,
                            "y": 0
                        },
                        "type": "block"
                    },
                    {
                        "item": "viz_frONH0n1",
                        "position": {
                            "h": 820,
                            "w": 370,
                            "x": 740,
                            "y": 10
                        },
                        "type": "block"
                    }
                ],
                "type": "absolute"
            }
        },
        "options": {},
        "tabs": {
            "items": [
                {
                    "label": "New tab",
                    "layoutId": "layout_1"
                }
            ]
        }
    }
}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":glowing_star:"&gt;🌟&lt;/span&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Did this answer help you?&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;If so, please consider:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adding karma to show it was useful&lt;/LI&gt;&lt;LI&gt;Marking it as the solution if it resolved your issue&lt;/LI&gt;&lt;LI&gt;Commenting if you need any clarification&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Your feedback encourages the volunteers in this community to continue contributing&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 09:12:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749477#M58959</guid>
      <dc:creator>livehybrid</dc:creator>
      <dc:date>2025-07-09T09:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Help to display Image/Clickable Url on Dashboard.</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749479#M58960</link>
      <description>&lt;P&gt;Hi , Thank you so much for your sample. Now I can generate my dashboards as multiple value right now&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jul 2025 09:47:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Help-to-display-Image-Clickable-Url-on-Dashboard/m-p/749479#M58960</guid>
      <dc:creator>phupn1510</dc:creator>
      <dc:date>2025-07-09T09:47:31Z</dc:date>
    </item>
  </channel>
</rss>

