<?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: Splukquery in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/641095#M222114</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255685"&gt;@pavan_kumar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;panels cannot be automatically refreshed when the data is changed, but you can configure a refresh frequency&amp;nbsp; for you panels (e.g. every 5 minutes) to have a situation updated to the last 5 minutes.&lt;/P&gt;&lt;P&gt;you could also add this information in the subtitle so the users know at what time the situation is updated.&lt;/P&gt;&lt;P&gt;If you have many users that need an updates situation, you could schedule a report, updated e.g. every 5 minutes and in the panels you could display the updated report every 5 minutes.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
    <pubDate>Mon, 24 Apr 2023 09:22:36 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2023-04-24T09:22:36Z</dc:date>
    <item>
      <title>How to calculate pending ticket count?</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/639323#M221512</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I was created 2 dashboards for pending tickets and completed tickets. when pending tickets are&amp;nbsp; completed, need to decrease the count in the pending tickets. Any help on this Thanks in advance.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I have closed the tickets the completed count was increasing, but the pending count is not decreasing. please help on this.&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 17:12:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/639323#M221512</guid>
      <dc:creator>pavan_kumar</dc:creator>
      <dc:date>2023-04-10T17:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: Splukquery</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/639332#M221515</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255685"&gt;@pavan_kumar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;are you speaking of two differen dashboards or two panels of the same dashboard?&lt;/P&gt;&lt;P&gt;Anyway, you could schedule a&amp;nbsp; frequent refresh your panels so the data are frequently updated.&lt;/P&gt;&lt;P&gt;Could you share your searches or the code of your dashboard?&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2023 06:45:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/639332#M221515</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-04-10T06:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: Splukquery</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/641090#M222112</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;, Thanks for your response.&lt;/P&gt;&lt;P&gt;2 panels in same dashboard&lt;/P&gt;&lt;P&gt;index="cloud" (assigne="pavan-001" OR assigne="pavan-002" OR assigne="pavan-003") (task_name="linux_install" OR task_name="linux_uninstall" OR task_name="windows_install" OR task_name="linux_uninstall") | table _time,pipeline_id,env,assignee,task_name,status | dedup&amp;nbsp;table _time,pipeline_id,env,assignee,task_name,status&amp;nbsp;&lt;/P&gt;&lt;P&gt;In the above query&amp;nbsp;&lt;/P&gt;&lt;P&gt;panel-1: it is for pending tickets which status is "pending"&lt;/P&gt;&lt;P&gt;panel-2: it is for completed tickets which status is "completed"&lt;/P&gt;&lt;P&gt;My issue is: when ticket raised by user it is added to "pending " panel automatically, when the ticket status was changed to "complete" the count need to decrease in "pending" panel and need to increase count to "complete" panel.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 08:55:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/641090#M222112</guid>
      <dc:creator>pavan_kumar</dc:creator>
      <dc:date>2023-04-24T08:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Splukquery</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/641095#M222114</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255685"&gt;@pavan_kumar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;panels cannot be automatically refreshed when the data is changed, but you can configure a refresh frequency&amp;nbsp; for you panels (e.g. every 5 minutes) to have a situation updated to the last 5 minutes.&lt;/P&gt;&lt;P&gt;you could also add this information in the subtitle so the users know at what time the situation is updated.&lt;/P&gt;&lt;P&gt;If you have many users that need an updates situation, you could schedule a report, updated e.g. every 5 minutes and in the panels you could display the updated report every 5 minutes.&lt;/P&gt;&lt;P&gt;Ciao.&lt;/P&gt;&lt;P&gt;Giuseppe&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 09:22:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/641095#M222114</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-04-24T09:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Splukquery</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/641099#M222115</link>
      <description>&lt;P&gt;My issue is need to decrease count in "pending" panel count dynamically, after close the ticket.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 09:50:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/641099#M222115</guid>
      <dc:creator>pavan_kumar</dc:creator>
      <dc:date>2023-04-24T09:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Splukquery</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/641153#M222129</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/255685"&gt;@pavan_kumar&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;as I said,&amp;nbsp;&lt;SPAN&gt;panels cannot be automatically refreshed when the data is changed, but you can configure a refresh frequency&amp;nbsp; for you panels (e.g. every 5 minutes or lower) to have an updated .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Ciao.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Giuseppe&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Apr 2023 15:34:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-to-calculate-pending-ticket-count/m-p/641153#M222129</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2023-04-24T15:34:58Z</dc:date>
    </item>
  </channel>
</rss>

