<?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: [Service Now Logs] How to hide from the search Events with the same number whose final state is &amp;quot;Closed&amp;quot; in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539697#M152646</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231451"&gt;@JLC&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please try below, stats is more efficient;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk_server_group=oi source="[redacted]" sourcetype="snow:incident" number="*" short_description="[redacted]*" dv_state="*" AND dv_opened_by= "Oscar Pavon" OR "Helena Taribo" OR "Ronald Guevara" OR "Andres Penagos" OR "Matias Alcorta" OR "Agustin Gonzalez" OR "Abigail Soto" OR "Matias Alcorta" OR "Luis Huenuman"AND sys_created_by NOT "rsa.archer" NOT "Support" 
| stats  latest(severity) latest(opened_at) latest(sys_updated_on) latest(dv_state) latest(dv_opened_by) latest(short_description) latest(dv_assignment_group) by number
| rename latest(*) as *
| rename number as "INC Number", severity as "Severity", opened_at as "First Opened", sys_updated_on as "Latest Update", dv_opened_by as "Opened by", dv_assignment_group as "Assingment Group", dv_state as "Status", short_description as "Short Description"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 12 Feb 2021 14:19:01 GMT</pubDate>
    <dc:creator>scelikok</dc:creator>
    <dc:date>2021-02-12T14:19:01Z</dc:date>
    <item>
      <title>[Service Now Logs] How to hide from the search Events with the same number whose final state is "Closed"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539689#M152641</link>
      <description>&lt;P&gt;Hi Splunkers!&lt;BR /&gt;&lt;BR /&gt;First time posting here, but I could really need some help. I've been meddling with Splunk for a while, and I got the gist of it. However, I've been having a bad time with this particular search condition. If you're familiar with Service Now, it creates event logs for every state change or update a ticket receives, so you have more than one log per INC (field name -&amp;gt; "number"). The following search allows me to see the latest "ticket" regardless of its dv_state. However, I want to "hide" the ones that are "Closed" or "Resolved". (&lt;STRONG&gt;Note:&lt;/STRONG&gt; I've redacted some of the values as I consider them to be sensitive information). It's worth mentioning that the field "active" could be useful (values= "true" or "false"), but even if I put active="true", it will also show the dv_state in which this field was true (even though the latest state is "Closed").&lt;BR /&gt;&lt;BR /&gt;splunk_server_group=oi source="[redacted]" sourcetype="snow:incident" number="*" short_description="[redacted]*" dv_state="*" AND dv_opened_by= "Oscar Pavon" OR "Helena Taribo" OR "Ronald Guevara" OR "Andres Penagos" OR "Matias Alcorta" OR "Agustin Gonzalez" OR "Abigail Soto" OR "Matias Alcorta" OR "Luis Huenuman"AND sys_created_by NOT "rsa.archer" NOT "Support"&lt;BR /&gt;| table number severity opened_at sys_updated_on dv_state dv_opened_by short_description dv_assignment_group&lt;BR /&gt;| sort -opened_at&lt;BR /&gt;| dedup number&lt;BR /&gt;| rename number as "INC Number", severity as "Severity", opened_at as "First Opened", sys_updated_on as "Latest Update", dv_opened_by as "Opened by", dv_assignment_group as "Assingment Group", dv_state as "Status", short_description as "Short Description"&lt;BR /&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="12.5%" height="47px"&gt;INC Number&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Severity&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;First Opened&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Latest Update&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Status&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Opened By&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Short Description&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Assignment Group&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;INC1075596&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;3&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-11 19:34:48&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-11 19:56:17&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;New&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;Agustin Gonzalez&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;NC1071433&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;3&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-08 14:52:55&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-08 16:36:53&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;Resolved&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;Abigail Soto&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 13:27:31 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539689#M152641</guid>
      <dc:creator>JLC</dc:creator>
      <dc:date>2021-02-12T13:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: [Service Now Logs] How to hide from the search Events with the same number whose final state is "Closed"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539695#M152644</link>
      <description>&lt;P&gt;Given that dedup take the first occurrence of each value of the field, perhaps it would be better to reverse sort by last updated time as well, before the dedup&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk_server_group=oi source="[redacted]" sourcetype="snow:incident" number="*" short_description="[redacted]*" dv_state="*" AND dv_opened_by= "Oscar Pavon" OR "Helena Taribo" OR "Ronald Guevara" OR "Andres Penagos" OR "Matias Alcorta" OR "Agustin Gonzalez" OR "Abigail Soto" OR "Matias Alcorta" OR "Luis Huenuman"AND sys_created_by NOT "rsa.archer" NOT "Support"
| table number severity opened_at sys_updated_on dv_state dv_opened_by short_description dv_assignment_group
| sort -opened_at, -sys_updated_on
| dedup number
| where dv_status != "Closed" AND dv_status != "Resolved"
| rename number as "INC Number", severity as "Severity", opened_at as "First Opened", sys_updated_on as "Latest Update", dv_opened_by as "Opened by", dv_assignment_group as "Assingment Group", dv_state as "Status", short_description as "Short Description"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 14:12:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539695#M152644</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-02-12T14:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: [Service Now Logs] How to hide from the search Events with the same number whose final state is "Closed"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539697#M152646</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231451"&gt;@JLC&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Please try below, stats is more efficient;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk_server_group=oi source="[redacted]" sourcetype="snow:incident" number="*" short_description="[redacted]*" dv_state="*" AND dv_opened_by= "Oscar Pavon" OR "Helena Taribo" OR "Ronald Guevara" OR "Andres Penagos" OR "Matias Alcorta" OR "Agustin Gonzalez" OR "Abigail Soto" OR "Matias Alcorta" OR "Luis Huenuman"AND sys_created_by NOT "rsa.archer" NOT "Support" 
| stats  latest(severity) latest(opened_at) latest(sys_updated_on) latest(dv_state) latest(dv_opened_by) latest(short_description) latest(dv_assignment_group) by number
| rename latest(*) as *
| rename number as "INC Number", severity as "Severity", opened_at as "First Opened", sys_updated_on as "Latest Update", dv_opened_by as "Opened by", dv_assignment_group as "Assingment Group", dv_state as "Status", short_description as "Short Description"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 14:19:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539697#M152646</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-02-12T14:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: [Service Now Logs] How to hide from the search Events with the same number whose final state is "Closed"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539704#M152649</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/225168"&gt;@ITWhisperer&lt;/a&gt;&amp;nbsp;, I tried running the search with these parameters but it didn't show any results.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 14:44:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539704#M152649</guid>
      <dc:creator>JLC</dc:creator>
      <dc:date>2021-02-12T14:44:19Z</dc:date>
    </item>
    <item>
      <title>Re: [Service Now Logs] How to hide from the search Events with the same number whose final state is "Closed"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539705#M152650</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/206061"&gt;@scelikok&lt;/a&gt;&amp;nbsp;! I run this and yeah, it shows the latest (what I needed); however, I want to "hide" from the results any dv_state that is not "New" or "In Progress". Note that when I say "hide", is not excluding it from the search but rather make them "invisible".&lt;BR /&gt;&lt;BR /&gt;View on my dashboard:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="12.5%" height="47px"&gt;INC Number&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Severity&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;First Opened&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Latest Update&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Status&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Opened By&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Short Description&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Assignment Group&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;INC1075596&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;3&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-11 19:34:48&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-11 19:56:17&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;New&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;Agustin Gonzalez&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;STRONG&gt;INC1071433&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;STRONG&gt;3&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;STRONG&gt;2021-02-08 14:52:55&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;STRONG&gt;2021-02-08 16:36:53&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;STRONG&gt;Resolved&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;STRONG&gt;Abigail Soto&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;STRONG&gt;[redacted]&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;STRONG&gt;[redacted]&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;INC1075596&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;3&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-11 19:34:48&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-11 19:56:17&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;New&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;Agustin Gonzalez&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need:&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="12.5%" height="47px"&gt;INC Number&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Severity&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;First Opened&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Latest Update&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Status&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Opened By&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Short Description&lt;/TD&gt;&lt;TD width="12.5%" height="47px"&gt;Assignment Group&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;INC1075596&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;3&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-11 19:34:48&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-11 19:56:17&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;New&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;Agustin Gonzalez&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;INC1075596&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;3&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-11 19:34:48&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;&lt;SPAN&gt;2021-02-11 19:56:17&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;New&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;Agustin Gonzalez&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;TD width="12.5%" height="25px"&gt;[redacted]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;&lt;SPAN&gt;...&lt;/SPAN&gt;&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;TD&gt;...&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I forgot to mention that the final results are to be displayed on a dashboard.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 14:50:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539705#M152650</guid>
      <dc:creator>JLC</dc:creator>
      <dc:date>2021-02-12T14:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: [Service Now Logs] How to hide from the search Events with the same number whose final state is "Closed"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539721#M152656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/231451"&gt;@JLC&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I couldn't get what you mean by hide not exclude, we can only hide results by filtering them. Maybe you mean in order no to filter at the beginning. Please try below, I filtered Resolved and Closed after stats.&lt;/P&gt;&lt;P&gt;You can save this search as a dashboard panel.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;splunk_server_group=oi source="[redacted]" sourcetype="snow:incident" number="*" short_description="[redacted]*" dv_state="*" AND dv_opened_by= "Oscar Pavon" OR "Helena Taribo" OR "Ronald Guevara" OR "Andres Penagos" OR "Matias Alcorta" OR "Agustin Gonzalez" OR "Abigail Soto" OR "Matias Alcorta" OR "Luis Huenuman"AND sys_created_by NOT "rsa.archer" NOT "Support" 
| stats  latest(severity) latest(opened_at) latest(sys_updated_on) latest(dv_state) latest(dv_opened_by) latest(short_description) latest(dv_assignment_group) by number
| rename latest(*) as *
| search NOT dv_state IN ("Closed","Resolved")
| rename number as "INC Number", severity as "Severity", opened_at as "First Opened", sys_updated_on as "Latest Update", dv_opened_by as "Opened by", dv_assignment_group as "Assingment Group", dv_state as "Status", short_description as "Short Description"&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 12 Feb 2021 15:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539721#M152656</guid>
      <dc:creator>scelikok</dc:creator>
      <dc:date>2021-02-12T15:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: [Service Now Logs] How to hide from the search Events with the same number whose final state is "Closed"</title>
      <link>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539722#M152657</link>
      <description>&lt;P&gt;Sorry, typo on my part&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| where dv_state != "Closed" AND dv_state != "Resolved"&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 12 Feb 2021 15:42:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/Service-Now-Logs-How-to-hide-from-the-search-Events-with-the/m-p/539722#M152657</guid>
      <dc:creator>ITWhisperer</dc:creator>
      <dc:date>2021-02-12T15:42:28Z</dc:date>
    </item>
  </channel>
</rss>

