<?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: Modifying searches to exclude IP address in Dashboards &amp; Visualizations</title>
    <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modifying-searches-to-exclude-IP-address/m-p/616464#M50615</link>
    <description>&lt;P&gt;I believe src is the field in the datamodel that contains the ip - so just add the constraint to the existing where clause&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats prestats=true summariesonly=true allow_old_summaries=true count from datamodel=Authentication.Authentication where Authentication.app=win* Authentication.action=$action$ Authentication.src!="10.0.1.90" by _time, Authentication.user span=10m
| timechart minspan=10m useother=true count by Authentication.user limit=50&lt;/LI-CODE&gt;</description>
    <pubDate>Sun, 09 Oct 2022 22:48:02 GMT</pubDate>
    <dc:creator>bowesmana</dc:creator>
    <dc:date>2022-10-09T22:48:02Z</dc:date>
    <item>
      <title>Modifying searches to exclude IP address</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modifying-searches-to-exclude-IP-address/m-p/616462#M50614</link>
      <description>&lt;P&gt;How would I modify this search :&lt;/P&gt;&lt;P&gt;| tstats prestats=true summariesonly=true allow_old_summaries=true count from datamodel=Authentication.Authentication where Authentication.app=win* Authentication.action=$action$ by _time, Authentication.user span=10m&lt;BR /&gt;| timechart minspan=10m useother=true count by Authentication.user limit=50&lt;/P&gt;&lt;P&gt;to exclude this IP Address:&amp;nbsp;src_ip!="10.0.1.90"&lt;/P&gt;</description>
      <pubDate>Sun, 09 Oct 2022 22:21:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Modifying-searches-to-exclude-IP-address/m-p/616462#M50614</guid>
      <dc:creator>Ted1621</dc:creator>
      <dc:date>2022-10-09T22:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying searches to exclude IP address</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modifying-searches-to-exclude-IP-address/m-p/616464#M50615</link>
      <description>&lt;P&gt;I believe src is the field in the datamodel that contains the ip - so just add the constraint to the existing where clause&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;| tstats prestats=true summariesonly=true allow_old_summaries=true count from datamodel=Authentication.Authentication where Authentication.app=win* Authentication.action=$action$ Authentication.src!="10.0.1.90" by _time, Authentication.user span=10m
| timechart minspan=10m useother=true count by Authentication.user limit=50&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 09 Oct 2022 22:48:02 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Modifying-searches-to-exclude-IP-address/m-p/616464#M50615</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-10-09T22:48:02Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying searches to exclude IP address</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modifying-searches-to-exclude-IP-address/m-p/616470#M50616</link>
      <description>&lt;P&gt;This did not seem to work I still see the failed logins from this source...&lt;/P&gt;&lt;P&gt;| tstats prestats=true summariesonly=true allow_old_summaries=true count from datamodel=Authentication.Authentication where Authentication.app=win* Authentication.action=$action$ Authentication.src_ip!="10.0.1.90" by _time, Authentication.user span=10m&lt;BR /&gt;| timechart minspan=10m useother=true count by Authentication.user limit=50&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 03:00:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Modifying-searches-to-exclude-IP-address/m-p/616470#M50616</guid>
      <dc:creator>Ted1621</dc:creator>
      <dc:date>2022-10-10T03:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying searches to exclude IP address</title>
      <link>https://community.splunk.com/t5/Dashboards-Visualizations/Modifying-searches-to-exclude-IP-address/m-p/616472#M50617</link>
      <description>&lt;P&gt;How can you see that there are failed logins from this source? You tstats will only give you count, _time and user.&lt;/P&gt;&lt;P&gt;If you also split by the IP and don't do the timechart, can you see 10.0.1.90 as a src/src_ip?&lt;/P&gt;&lt;P&gt;Does your Authentication DM contains src_ip as opposed to just src?&lt;/P&gt;</description>
      <pubDate>Mon, 10 Oct 2022 03:44:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Dashboards-Visualizations/Modifying-searches-to-exclude-IP-address/m-p/616472#M50617</guid>
      <dc:creator>bowesmana</dc:creator>
      <dc:date>2022-10-10T03:44:55Z</dc:date>
    </item>
  </channel>
</rss>

