<?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: How do i search for IPv6 addresses from my src_ip field. in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/171308#M49056</link>
    <description>&lt;P&gt;I feel as though I should slap myself in the face for not figuring this out on my own! just tried it and it worked.  did this src_ip="&lt;EM&gt;:&lt;/EM&gt;"&lt;/P&gt;</description>
    <pubDate>Thu, 27 Aug 2015 21:51:24 GMT</pubDate>
    <dc:creator>cesaccenturefed</dc:creator>
    <dc:date>2015-08-27T21:51:24Z</dc:date>
    <item>
      <title>How do i search for IPv6 addresses from my src_ip field.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/171306#M49054</link>
      <description>&lt;P&gt;I'm trying to do a search that finds IPv6 addresses. Currently our field src_ip has both IPv4 and IPv6 in it. How can i search so only events with IPv6 addresses are returned?  &lt;/P&gt;</description>
      <pubDate>Fri, 14 Aug 2015 21:17:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/171306#M49054</guid>
      <dc:creator>cesaccenturefed</dc:creator>
      <dc:date>2015-08-14T21:17:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do i search for IPv6 addresses from my src_ip field.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/171307#M49055</link>
      <description>&lt;P&gt;This is a bit quick and dirty but...&lt;/P&gt;

&lt;P&gt;sourcetype=your_sourcetype  src_ip="&lt;EM&gt;:&lt;/EM&gt;" &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 07:00:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/171307#M49055</guid>
      <dc:creator>lloydd518</dc:creator>
      <dc:date>2020-09-29T07:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: How do i search for IPv6 addresses from my src_ip field.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/171308#M49056</link>
      <description>&lt;P&gt;I feel as though I should slap myself in the face for not figuring this out on my own! just tried it and it worked.  did this src_ip="&lt;EM&gt;:&lt;/EM&gt;"&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2015 21:51:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/171308#M49056</guid>
      <dc:creator>cesaccenturefed</dc:creator>
      <dc:date>2015-08-27T21:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: How do i search for IPv6 addresses from my src_ip field.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/171309#M49057</link>
      <description>&lt;P&gt;this is the most simplest way i came up with.&lt;/P&gt;

&lt;P&gt;| regex src_ip!="(^[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$)"&lt;/P&gt;

&lt;P&gt;this will remove all IPv4 addresses from your search.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Feb 2019 18:43:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/171309#M49057</guid>
      <dc:creator>diablojohn</dc:creator>
      <dc:date>2019-02-05T18:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: How do i search for IPv6 addresses from my src_ip field.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/171310#M49058</link>
      <description>&lt;P&gt;This is the simplest way i could come up with.&lt;/P&gt;

&lt;P&gt;| regex src_ip!="(^[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}$)"&lt;/P&gt;

&lt;P&gt;This will remove all IPv4 addresses from your search. don't forget to switch "src_ip" to what field you are searching. (e,g, dest_ip, rx_hosts, tx_hosts) &lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 23:09:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/171310#M49058</guid>
      <dc:creator>diablojohn</dc:creator>
      <dc:date>2020-09-29T23:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: How do i search for IPv6 addresses from my src_ip field.</title>
      <link>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/557643#M158373</link>
      <description>&lt;P&gt;One that works for me&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;src_ip="*:*"&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 16:45:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/How-do-i-search-for-IPv6-addresses-from-my-src-ip-field/m-p/557643#M158373</guid>
      <dc:creator>bigll</dc:creator>
      <dc:date>2021-06-29T16:45:19Z</dc:date>
    </item>
  </channel>
</rss>

