<?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: excluding a search result in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/excluding-a-search-result/m-p/538434#M152211</link>
    <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230148"&gt;@moayadalghamdi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Use replace to replace "d1$" in user value.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=Proxy user!="-" action="allowed" user=* | eval user=replace(user, "d1\$", "") | stats sum(bytes) as GB by src_ip, user | eval GB=GB/1024/1024/1024&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you, an upvote/like would be appreciated.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 11:37:57 GMT</pubDate>
    <dc:creator>manjunathmeti</dc:creator>
    <dc:date>2021-02-03T11:37:57Z</dc:date>
    <item>
      <title>excluding a search result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/excluding-a-search-result/m-p/538427#M152209</link>
      <description>&lt;P&gt;Hello Splunkers !&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a problem here, that we're running an infra structure change and for that im getting duplicated logs&lt;/P&gt;&lt;P&gt;im running a search that show bytes count for users on proxy, but because of the double logs i get two usernames instead of on so for that the users column is empty&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="moayadalghamdi_0-1612350398509.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12801i54EE2F98B5EE7057/image-size/medium?v=v2&amp;amp;px=400" role="button" title="moayadalghamdi_0-1612350398509.png" alt="moayadalghamdi_0-1612350398509.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="moayadalghamdi_1-1612350601006.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12803i446207915C14E971/image-size/medium?v=v2&amp;amp;px=400" role="button" title="moayadalghamdi_1-1612350601006.png" alt="moayadalghamdi_1-1612350601006.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;look at the image below please:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="moayadalghamdi_2-1612350881699.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/12804i691C63D68E86BE9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="moayadalghamdi_2-1612350881699.png" alt="moayadalghamdi_2-1612350881699.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;we can see the username is duplicated, its the same user, but the old user has "d1$" more than the name.&lt;/P&gt;&lt;P&gt;please help me to eliminate the old user name and only fit the one in the search.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ive tried this: user!=*d1$* but the table still misses the users in columns&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 11:41:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/excluding-a-search-result/m-p/538427#M152209</guid>
      <dc:creator>moayadalghamdi</dc:creator>
      <dc:date>2021-02-03T11:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: excluding a search result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/excluding-a-search-result/m-p/538434#M152211</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/230148"&gt;@moayadalghamdi&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Use replace to replace "d1$" in user value.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=Proxy user!="-" action="allowed" user=* | eval user=replace(user, "d1\$", "") | stats sum(bytes) as GB by src_ip, user | eval GB=GB/1024/1024/1024&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this reply helps you, an upvote/like would be appreciated.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 11:37:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/excluding-a-search-result/m-p/538434#M152211</guid>
      <dc:creator>manjunathmeti</dc:creator>
      <dc:date>2021-02-03T11:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: excluding a search result</title>
      <link>https://community.splunk.com/t5/Splunk-Search/excluding-a-search-result/m-p/538437#M152213</link>
      <description>&lt;P&gt;Awesome !, Thanks !&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 11:48:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/excluding-a-search-result/m-p/538437#M152213</guid>
      <dc:creator>moayadalghamdi</dc:creator>
      <dc:date>2021-02-03T11:48:18Z</dc:date>
    </item>
  </channel>
</rss>

