<?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: Can you create a single value visualisation where the value is a field value? in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-create-a-single-value-visualisation-where-the-value-is-a/m-p/554204#M38492</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&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;Thanks, this helps a lot. Only thing now is that its displaying like&amp;nbsp;1622674823. How can I convert this to a datetime?&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jun 2021 06:46:39 GMT</pubDate>
    <dc:creator>ebs</dc:creator>
    <dc:date>2021-06-03T06:46:39Z</dc:date>
    <item>
      <title>Can you create a single value visualisation where the value is a field value?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-create-a-single-value-visualisation-where-the-value-is-a/m-p/554197#M38489</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a use case where I would like to use the single value visualisation to display the time a service starts and another one displaying when the service ends. Is this possible? I'd prefer to achieve this with SPL&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 06:00:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-create-a-single-value-visualisation-where-the-value-is-a/m-p/554197#M38489</guid>
      <dc:creator>ebs</dc:creator>
      <dc:date>2021-06-03T06:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a single value visualisation where the value is a field value?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-create-a-single-value-visualisation-where-the-value-is-a/m-p/554202#M38491</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228215"&gt;@ebs&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;you have to create a search (using only SPL) that has as output the starting time e.g.:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=my_index
| stats earliest(_time) AS earliest
| table earliest&lt;/LI-CODE&gt;&lt;P&gt;the only attention is that you have to display only one field (the starting time).&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 06:36:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-create-a-single-value-visualisation-where-the-value-is-a/m-p/554202#M38491</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-03T06:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a single value visualisation where the value is a field value?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-create-a-single-value-visualisation-where-the-value-is-a/m-p/554204#M38492</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&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;Thanks, this helps a lot. Only thing now is that its displaying like&amp;nbsp;1622674823. How can I convert this to a datetime?&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 06:46:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-create-a-single-value-visualisation-where-the-value-is-a/m-p/554204#M38492</guid>
      <dc:creator>ebs</dc:creator>
      <dc:date>2021-06-03T06:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a single value visualisation where the value is a field value?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-create-a-single-value-visualisation-where-the-value-is-a/m-p/554206#M38493</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228215"&gt;@ebs&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;see eval command and strftime option:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| eval earliest=strftime(earliest,"%d/%m/%Y %H:%M:%S")&lt;/LI-CODE&gt;&lt;P&gt;for more infos see at&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/Eval" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/Eval&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/DateandTimeFunctions#strftime.28X.2CY.29" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.2.0/SearchReference/DateandTimeFunctions#strftime.28X.2CY.29&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jun 2021 06:53:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-create-a-single-value-visualisation-where-the-value-is-a/m-p/554206#M38493</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-03T06:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Can you create a single value visualisation where the value is a field value?</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-create-a-single-value-visualisation-where-the-value-is-a/m-p/554634#M38539</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/228215"&gt;@ebs&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;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 &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 06:39:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Can-you-create-a-single-value-visualisation-where-the-value-is-a/m-p/554634#M38539</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2021-06-07T06:39:16Z</dc:date>
    </item>
  </channel>
</rss>

