<?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: Dashboard in Alerting</title>
    <link>https://community.splunk.com/t5/Alerting/Dashboard/m-p/687630#M16022</link>
    <description>&lt;P&gt;Thanks, it does help, but when I'm trying to put it in a column chart it does not display anything except the field names _time and ip.&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Wed, 15 May 2024 14:26:16 GMT</pubDate>
    <dc:creator>majilan1</dc:creator>
    <dc:date>2024-05-15T14:26:16Z</dc:date>
    <item>
      <title>Dashboard</title>
      <link>https://community.splunk.com/t5/Alerting/Dashboard/m-p/687555#M16019</link>
      <description>&lt;P&gt;I have a search that looks like this:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=dog sourcetype=cat earliest=-30d 
[| inputlookup LU1_siem_set_list where f_id=*$pick_f_id$*
| stats values(mc) as search
| eval search="mc=".mvjoin(search," OR mc=")]
| stats latest(_time) by ip.&lt;/LI-CODE&gt;&lt;P&gt;what i see is :&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;mc                                             latest(_time)
00.00.01                                  1715477192
00.00.02                                   1715477192                                  
00.00.03                                   1715477192  &lt;/LI-CODE&gt;&lt;P&gt;how to present this in a dashboard with time formatted.&lt;/P&gt;&lt;P&gt;Thanks!&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 08:51:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dashboard/m-p/687555#M16019</guid>
      <dc:creator>majilan1</dc:creator>
      <dc:date>2024-05-15T08:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.splunk.com/t5/Alerting/Dashboard/m-p/687556#M16020</link>
      <description>&lt;P&gt;If the field is named _time then Splunk will format it automatically.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=dog sourcetype=cat earliest=-30d 
[| inputlookup LU1_siem_set_list where f_id=*$pick_f_id$*
  | stats values(mc) as search
  | eval search="mc=".mvjoin(search," OR mc=")]
| stats latest(_time) as _time by ip&lt;/LI-CODE&gt;&lt;P&gt;Otherwise, you can use the &lt;FONT face="courier new,courier"&gt;convert&lt;/FONT&gt; command to format it.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=dog sourcetype=cat earliest=-30d 
[| inputlookup LU1_siem_set_list where f_id=*$pick_f_id$*
  | stats values(mc) as search
  | eval search="mc=".mvjoin(search," OR mc=")]
| stats latest(_time) by ip
| convert ctime('latest(_time)')&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 15 May 2024 00:11:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dashboard/m-p/687556#M16020</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-05-15T00:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.splunk.com/t5/Alerting/Dashboard/m-p/687630#M16022</link>
      <description>&lt;P&gt;Thanks, it does help, but when I'm trying to put it in a column chart it does not display anything except the field names _time and ip.&lt;/P&gt;&lt;P&gt;Am I doing something wrong?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 14:26:16 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dashboard/m-p/687630#M16022</guid>
      <dc:creator>majilan1</dc:creator>
      <dc:date>2024-05-15T14:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dashboard</title>
      <link>https://community.splunk.com/t5/Alerting/Dashboard/m-p/687637#M16023</link>
      <description>&lt;P&gt;Verify the IP field does not have any null values because will not show results if a groupby field has null values.&lt;/P&gt;</description>
      <pubDate>Wed, 15 May 2024 15:34:35 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Alerting/Dashboard/m-p/687637#M16023</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2024-05-15T15:34:35Z</dc:date>
    </item>
  </channel>
</rss>

