<?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 Dashboard  time formatting in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Dashboard-time-formatting/m-p/687539#M16013</link>
    <description>&lt;P&gt;Hi, im working on creating a dashboard but I'm not familiar with time formatting is there a way some one can help on how to format time to strftime in this search to show on the dashboard:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Index=a sourcetype=b earliest=-30d [|inputlookup LU0_siem_asset_list where f_id=*OS-03* | stats values(asset) as search | eval search=mvjoin(search,", OR ")]
| fields src src_ip src_f_id _time
| stats latest(_time) values(*) by src_ip. &lt;/LI-CODE&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 14 May 2024 22:07:31 GMT</pubDate>
    <dc:creator>majilan1</dc:creator>
    <dc:date>2024-05-14T22:07:31Z</dc:date>
    <item>
      <title>Dashboard  time formatting</title>
      <link>https://community.splunk.com/t5/Alerting/Dashboard-time-formatting/m-p/687539#M16013</link>
      <description>&lt;P&gt;Hi, im working on creating a dashboard but I'm not familiar with time formatting is there a way some one can help on how to format time to strftime in this search to show on the dashboard:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Index=a sourcetype=b earliest=-30d [|inputlookup LU0_siem_asset_list where f_id=*OS-03* | stats values(asset) as search | eval search=mvjoin(search,", OR ")]
| fields src src_ip src_f_id _time
| stats latest(_time) values(*) by src_ip. &lt;/LI-CODE&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 22:07:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dashboard-time-formatting/m-p/687539#M16013</guid>
      <dc:creator>majilan1</dc:creator>
      <dc:date>2024-05-14T22:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard  time formatting</title>
      <link>https://community.splunk.com/t5/Alerting/Dashboard-time-formatting/m-p/687545#M16015</link>
      <description>&lt;P&gt;If asset is unique in your lookup, you could do this (the format command will put in the "OR"s between rows)&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Index=a sourcetype=b earliest=-30d [|inputlookup LU0_siem_asset_list where f_id=*OS-03* | rename asset as search | table search | format]
| fields src src_ip src_f_id _time
| stats latest(_time) as _time values(*) by src_ip. 
| fieldformat _time=strftime(_time, "%Y-%m-%d %H:%M:%S")&lt;/LI-CODE&gt;&lt;P&gt;This is just an example of a format you could use&lt;/P&gt;&lt;P&gt;For more details on the option, see the documentation&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/9.2.1/SearchReference/Commontimeformatvariables" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/9.2.1/SearchReference/Commontimeformatvariables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 22:33:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dashboard-time-formatting/m-p/687545#M16015</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-05-14T22:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard  time formatting</title>
      <link>https://community.splunk.com/t5/Alerting/Dashboard-time-formatting/m-p/687549#M16016</link>
      <description>&lt;P&gt;The search works, but I'm not able to put a chart even I have 7 statistics the only Splunk visualization I get to work is Histogram chart which is weird. Any idea why? Could it be because I have the exact same _time and values except for values(src) and src_ip are different.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 23:25:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dashboard-time-formatting/m-p/687549#M16016</guid>
      <dc:creator>majilan1</dc:creator>
      <dc:date>2024-05-14T23:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard  time formatting</title>
      <link>https://community.splunk.com/t5/Alerting/Dashboard-time-formatting/m-p/687550#M16017</link>
      <description>&lt;P&gt;It is not clear what it is you are trying to visualise - by using values(*) you will get a series of multivalue fields - how are you trying to visualise these?&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 23:32:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dashboard-time-formatting/m-p/687550#M16017</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2024-05-14T23:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard  time formatting</title>
      <link>https://community.splunk.com/t5/Alerting/Dashboard-time-formatting/m-p/687551#M16018</link>
      <description>&lt;P&gt;to be clear here is what i'm getting:&lt;/P&gt;&lt;P&gt;src_ip&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;_time&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;values(src)&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; values(src_f_id)&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; &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; 01.00.00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2024-04-10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; abcd1&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; OS-0030&lt;/P&gt;&lt;P&gt;02.00.00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;2024-04-10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;abcd2&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;OS-0030&lt;/P&gt;&lt;P&gt;03.00.00&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2024-04-10&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;abcd3&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;&amp;nbsp;OS-0030&lt;/P&gt;&lt;P&gt;So this is what I see on my end, what I'm trying to do is to present these in a nice dashboard.&lt;/P&gt;&lt;P&gt;Thanks!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 May 2024 23:45:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dashboard-time-formatting/m-p/687551#M16018</guid>
      <dc:creator>majilan1</dc:creator>
      <dc:date>2024-05-14T23:45:21Z</dc:date>
    </item>
  </channel>
</rss>

