<?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: Summary view host name instead of ip address in Knowledge Management</title>
    <link>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43104#M396</link>
    <description>&lt;P&gt;I'm going to guess that you've got UDP syslog data coming in to Splunk, in which case you need to enable the &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;connection_host = dns
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in the inputs.conf. I think there is also a setting for this in the GUI for the UDP input.&lt;/P&gt;</description>
    <pubDate>Fri, 03 Sep 2010 03:43:27 GMT</pubDate>
    <dc:creator>gkanapathy</dc:creator>
    <dc:date>2010-09-03T03:43:27Z</dc:date>
    <item>
      <title>Summary view host name instead of ip address</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43102#M394</link>
      <description>&lt;P&gt;How can a device name be displayed for the IP address in the summary search window?&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2010 01:53:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43102#M394</guid>
      <dc:creator>kmille2</dc:creator>
      <dc:date>2010-09-03T01:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Summary view host name instead of ip address</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43103#M395</link>
      <description>&lt;P&gt;The cleanest approach would be to try to find out why the host field is being set to the IP address instead of a hostname on input and fix it there. That would only apply to new events going forward though.&lt;/P&gt;

&lt;P&gt;If you want to change the display, you will need to modify the dashboard.xml in the search app. It's driven by this search:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| metadata type=hosts
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;so you would need to modify it to use a lookup table. Using the nslookup command may also be possible, but I believe that command needs raw events to operate on, and would not work with the output of the &lt;I&gt;metadata&lt;/I&gt; command.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2010 02:17:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43103#M395</guid>
      <dc:creator>southeringtonp</dc:creator>
      <dc:date>2010-09-03T02:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: Summary view host name instead of ip address</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43104#M396</link>
      <description>&lt;P&gt;I'm going to guess that you've got UDP syslog data coming in to Splunk, in which case you need to enable the &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;connection_host = dns
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;in the inputs.conf. I think there is also a setting for this in the GUI for the UDP input.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2010 03:43:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43104#M396</guid>
      <dc:creator>gkanapathy</dc:creator>
      <dc:date>2010-09-03T03:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: Summary view host name instead of ip address</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43105#M397</link>
      <description>&lt;P&gt;Gerald is correct. By default network inputs assign the sending device/server's ip address as the host name, you can switch it so that Splunk will do a reverse DNS lookup on the IP and grab that as the host name. If you are using Splunk 4.1.x you can make this change in the Splunk Manager, previous versions require you to make the change directly to inputs.conf. (See the docs &lt;A href="http://www.splunk.com/base/Documentation/latest/Admin/Monitornetworkports" rel="nofollow"&gt;http://www.splunk.com/base/Documentation/latest/Admin/Monitornetworkports&lt;/A&gt; for details.)&lt;/P&gt;

&lt;P&gt;Once you make the change as new data comes in the host name will appear in the summary view. However, since the host field is an indexed field your change will not be retroactive, your old data will still have IPs for host names. You can either just wait for the older data to age out of your system and the IP hosts will disappear, or you could delete the older data manually once it's lost it relevance. &lt;/P&gt;</description>
      <pubDate>Fri, 03 Sep 2010 05:11:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43105#M397</guid>
      <dc:creator>DrewO</dc:creator>
      <dc:date>2010-09-03T05:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Summary view host name instead of ip address</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43106#M398</link>
      <description>&lt;P&gt;Thanks for the info on your posts; the devices sending Syslog to our Splunk are not in our DNS.  So I have settled for adding a descriptive tag to the IP address.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2010 00:34:34 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43106#M398</guid>
      <dc:creator>kmille2</dc:creator>
      <dc:date>2010-09-11T00:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: Summary view host name instead of ip address</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43107#M399</link>
      <description>&lt;P&gt;For now all the devices are sending syslog and none of them are in our DNS servers.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Sep 2010 00:42:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43107#M399</guid>
      <dc:creator>kmille2</dc:creator>
      <dc:date>2010-09-11T00:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Summary view host name instead of ip address</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43108#M400</link>
      <description>&lt;P&gt;Yeah, without a DNS entry there's no easy way. Using a tag is a great solution though since tags are search time changes and will automatically be retroactive.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2010 05:36:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43108#M400</guid>
      <dc:creator>DrewO</dc:creator>
      <dc:date>2010-09-22T05:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Summary view host name instead of ip address</title>
      <link>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43109#M401</link>
      <description>&lt;P&gt;The URL above no longer exists. Is there a newer URL?&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2011 01:27:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Knowledge-Management/Summary-view-host-name-instead-of-ip-address/m-p/43109#M401</guid>
      <dc:creator>stefanlasiewski</dc:creator>
      <dc:date>2011-11-30T01:27:49Z</dc:date>
    </item>
  </channel>
</rss>

