<?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 to get user system ip in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68134#M17040</link>
    <description>&lt;P&gt;It's in the code box in my original answer. You might want to switch browsers or something if you're not seeing it, it's fully visible &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Sep 2012 12:23:37 GMT</pubDate>
    <dc:creator>Ayn</dc:creator>
    <dc:date>2012-09-24T12:23:37Z</dc:date>
    <item>
      <title>how to get user system ip</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68129#M17035</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;

&lt;P&gt;I am trying to track who all using splunk and ip address of there system.I found this query&lt;BR /&gt;
index=_audit action="login attempt" info="succeeded" | JOIN type=left date_year date_month date_mday date_hour date_minute date_second [ search index=_internal "POST /en-US/account/login HTTP/1.1" | fields date_year date_month date_mday date_hour date_minute date_second clientip] | eval newfield = if(isnull(clientip), 1, 0) | search newfield=0 | table clientip user _time&lt;/P&gt;

&lt;P&gt;But it is not returning the system ip.It is showing splun base ip.How to convert it to the real system IP address.Is it possible.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 12:29:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68129#M17035</guid>
      <dc:creator>john</dc:creator>
      <dc:date>2020-09-28T12:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: how to get user system ip</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68130#M17036</link>
      <description>&lt;P&gt;The events in the &lt;CODE&gt;_audit&lt;/CODE&gt; index do not have this information. You could grab it from the &lt;CODE&gt;_internal&lt;/CODE&gt; index pretty easily though:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;index=_internal sourcetype=splunk_web_service action=login status=success | table _time clientip user
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Sep 2012 11:44:26 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68130#M17036</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-09-24T11:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: how to get user system ip</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68131#M17037</link>
      <description>&lt;P&gt;iam not able to see what you quoted here.My problem is like iam able to get the ip address of my system like&lt;/P&gt;

&lt;P&gt;user    clientip&lt;BR /&gt;
admin   127.x.x  but my ip adress is 16x.x.x.x&lt;/P&gt;

&lt;P&gt;and those who have logged in my sever iam getting those ip address as 16x.x.x.x&lt;BR /&gt;
 but it is not the true system ip.&lt;/P&gt;

&lt;P&gt;Iam excpecting ouputlike&lt;/P&gt;

&lt;P&gt;USER            SystemIP&lt;BR /&gt;
Admin           16x.x.x.x&lt;BR /&gt;
user1           16x.x.u.i&lt;BR /&gt;
user2           16g.g.g.g&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 12:02:32 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68131#M17037</guid>
      <dc:creator>john</dc:creator>
      <dc:date>2012-09-24T12:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to get user system ip</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68132#M17038</link>
      <description>&lt;P&gt;What are you not able to see, my search?&lt;/P&gt;

&lt;P&gt;The IP addresses listed by Splunk at least in the search I wrote is the IP addresses Splunk "sees" - if you have a NAT or proxy that your clients connect to Splunk through, there's no way for Splunk to see what IP address the actual source system has.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 12:05:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68132#M17038</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-09-24T12:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to get user system ip</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68133#M17039</link>
      <description>&lt;P&gt;yes Ayn.can you put that in comment&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 12:21:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68133#M17039</guid>
      <dc:creator>john</dc:creator>
      <dc:date>2012-09-24T12:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to get user system ip</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68134#M17040</link>
      <description>&lt;P&gt;It's in the code box in my original answer. You might want to switch browsers or something if you're not seeing it, it's fully visible &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 12:23:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68134#M17040</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-09-24T12:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to get user system ip</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68135#M17041</link>
      <description>&lt;P&gt;yes it is browser issue.I already found that query.But that client ip which showing is not the real system ip address of host which accessing my server.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 12:29:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68135#M17041</guid>
      <dc:creator>john</dc:creator>
      <dc:date>2012-09-24T12:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: how to get user system ip</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68136#M17042</link>
      <description>&lt;P&gt;In that case I refer you to the comment I wrote about proxy/NAT effects.&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 12:32:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68136#M17042</guid>
      <dc:creator>Ayn</dc:creator>
      <dc:date>2012-09-24T12:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: how to get user system ip</title>
      <link>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68137#M17043</link>
      <description>&lt;P&gt;thanks ayn&lt;/P&gt;</description>
      <pubDate>Mon, 24 Sep 2012 12:35:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/how-to-get-user-system-ip/m-p/68137#M17043</guid>
      <dc:creator>john</dc:creator>
      <dc:date>2012-09-24T12:35:03Z</dc:date>
    </item>
  </channel>
</rss>

