<?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 Splunk dashboard customization in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-customization/m-p/675388#M55307</link>
    <description>&lt;P&gt;I have enterprise network and we have Splunk enterprise license.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: while troubleshooting source type or host if checking, it needs to show past history of particular user or source in the dashboard.&lt;/P&gt;&lt;P&gt;Past history like how many alerts triggered the same user, those alert details if click the link it must be show past troubleshooting history.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2024 14:46:46 GMT</pubDate>
    <dc:creator>sankardevarajan</dc:creator>
    <dc:date>2024-01-25T14:46:46Z</dc:date>
    <item>
      <title>Splunk dashboard customization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-customization/m-p/675388#M55307</link>
      <description>&lt;P&gt;I have enterprise network and we have Splunk enterprise license.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question: while troubleshooting source type or host if checking, it needs to show past history of particular user or source in the dashboard.&lt;/P&gt;&lt;P&gt;Past history like how many alerts triggered the same user, those alert details if click the link it must be show past troubleshooting history.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 14:46:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-customization/m-p/675388#M55307</guid>
      <dc:creator>sankardevarajan</dc:creator>
      <dc:date>2024-01-25T14:46:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk dashboard customization</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-customization/m-p/675404#M55309</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/264137"&gt;@sankardevarajan&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;could you better describe your question, because it isn't so clear:&lt;/P&gt;&lt;P&gt;are you speaking of Splunk Enterprise or Splunk Enterprise Security?&lt;/P&gt;&lt;P&gt;if you want to know triggered alerts you could use something like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_audit action=alert_fired ss_app=* 
| eval ttl=expiration-now() 
| search ttl&amp;gt;0 
| convert ctime(trigger_time) 
| table trigger_time ss_name severity 
| rename 
   trigger_time AS "Alert Time" 
   ss_name AS "Alert Name" 
   severity AS "Severity"&lt;/LI-CODE&gt;&lt;P&gt;but it depends on the retention of your _audit index.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 16:00:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Splunk-dashboard-customization/m-p/675404#M55309</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2024-01-25T16:00:53Z</dc:date>
    </item>
  </channel>
</rss>

