<?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 Issue with having same client ip address in Splunk Enterprise</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/526848#M3963</link>
    <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I need to create a dashboard to know from which location the user is accessing the splunkweb.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is in my splunk _internal webaccess logs , every log has same ipaddress as 127.0.0.1&lt;/P&gt;&lt;P&gt;How to change this configuration and how to know from which location the user is accessing the splunk web.&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2020 12:27:07 GMT</pubDate>
    <dc:creator>haripriyasarve1</dc:creator>
    <dc:date>2020-10-28T12:27:07Z</dc:date>
    <item>
      <title>Issue with having same client ip address</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/526848#M3963</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I need to create a dashboard to know from which location the user is accessing the splunkweb.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issue is in my splunk _internal webaccess logs , every log has same ipaddress as 127.0.0.1&lt;/P&gt;&lt;P&gt;How to change this configuration and how to know from which location the user is accessing the splunk web.&lt;/P&gt;&lt;P&gt;Thanks in advance.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 12:27:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/526848#M3963</guid>
      <dc:creator>haripriyasarve1</dc:creator>
      <dc:date>2020-10-28T12:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with having same client ip address</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/526854#M3965</link>
      <description>&lt;P&gt;What query are you using to find accesses?&amp;nbsp; Where are you getting the data?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 13:11:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/526854#M3965</guid>
      <dc:creator>richgalloway</dc:creator>
      <dc:date>2020-10-28T13:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with having same client ip address</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/526875#M3967</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You could try this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;index=_internal sourcetype=splunkd_ui_access user=* clientip=* source="*/var/log/splunk/splunkd_ui_access.log" 
| stats latest_time(_time) as _time values(clientip) by user&lt;/LI-CODE&gt;&lt;P&gt;r. Ismo&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 14:30:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/526875#M3967</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-10-28T14:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with having same client ip address</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/526977#M3976</link>
      <description>&lt;P&gt;I am using the below query to see get the list of users and their ipaddress for the app they are using.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;index=_internal source=*web_access.log* "*appname*"&lt;BR /&gt;|table clientip user&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2020 00:50:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/526977#M3976</guid>
      <dc:creator>haripriyasarve1</dc:creator>
      <dc:date>2020-10-29T00:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with having same client ip address</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/527009#M3979</link>
      <description>This probably will give always to 127.0.0.1 to you. So better to use sourcetype=splunkd_ui_access user=* clientip=* source="*/var/log/splunk/splunkd_ui_access.log" to get those IP's which are used to connect to splunk web ui. BUT if you are using LB in front of you SHC, then this is probably that address, not the real user's ip.</description>
      <pubDate>Thu, 29 Oct 2020 07:18:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/527009#M3979</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-10-29T07:18:47Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with having same client ip address</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/527435#M4020</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Nov 2020 02:28:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise/Issue-with-having-same-client-ip-address/m-p/527435#M4020</guid>
      <dc:creator>haripriyasarve1</dc:creator>
      <dc:date>2020-11-01T02:28:42Z</dc:date>
    </item>
  </channel>
</rss>

