<?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: Host name not showing correctly in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Host-name-not-showing-correctly/m-p/306123#M57748</link>
    <description>&lt;P&gt;Hi hartfoml,&lt;BR /&gt;
receiving syslog and using a standard syslog parsing, usually hostname is read from the same log, is there the old hostname in your logs?&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
    <pubDate>Fri, 13 Oct 2017 14:19:59 GMT</pubDate>
    <dc:creator>gcusello</dc:creator>
    <dc:date>2017-10-13T14:19:59Z</dc:date>
    <item>
      <title>Host name not showing correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-name-not-showing-correctly/m-p/306120#M57745</link>
      <description>&lt;P&gt;I have several VM servers from an image.  The host names have been changed but somewhere the old host name is populating the messages file.  when I monitor the messages file on all the hosts they all have the same host name for that source&lt;/P&gt;

&lt;P&gt;&lt;CODE&gt;OCT 13 08:02:29 OLDHOST fprintd ** Message: No device in use, exit&lt;/CODE&gt;&lt;/P&gt;

&lt;P&gt;Splunk sees this log as process fprintd coming from source "/var/log/messages" from host "OLDHOST" I have set the server.conf and the inputs.conf to the new host name but it is still pulling from the log file.&lt;/P&gt;

&lt;P&gt;Any help would be great&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 08:19:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-name-not-showing-correctly/m-p/306120#M57745</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2017-10-13T08:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Host name not showing correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-name-not-showing-correctly/m-p/306121#M57746</link>
      <description>&lt;P&gt;Hi hartfoml,&lt;BR /&gt;
sorry for the stupid question: did you restarted Forwarder?&lt;/P&gt;

&lt;P&gt;After restart check your Forwarder's configuration using btool:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;./splunk cmd btool server list --debug &amp;gt; server.txt
./splunk cmd btool inputs list --debug &amp;gt; inputs.txt
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 08:28:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-name-not-showing-correctly/m-p/306121#M57746</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-13T08:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Host name not showing correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-name-not-showing-correctly/m-p/306122#M57747</link>
      <description>&lt;P&gt;Ya, no, not a stupid question at all.  I appreceate the responce.  I did restart the client and I did use the btool to look for posable presedences of renaming the host = oldhostname.  I don't know where this is comeing from or why splunk is pulling from the log file.  maybe I will try changeing the source for the logs.  Maybe becasue it is source = syslog it is pu;lling the host name from the log file.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 14:01:52 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-name-not-showing-correctly/m-p/306122#M57747</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2017-10-13T14:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Host name not showing correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-name-not-showing-correctly/m-p/306123#M57748</link>
      <description>&lt;P&gt;Hi hartfoml,&lt;BR /&gt;
receiving syslog and using a standard syslog parsing, usually hostname is read from the same log, is there the old hostname in your logs?&lt;BR /&gt;
Bye.&lt;BR /&gt;
Giuseppe&lt;/P&gt;</description>
      <pubDate>Fri, 13 Oct 2017 14:19:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-name-not-showing-correctly/m-p/306123#M57748</guid>
      <dc:creator>gcusello</dc:creator>
      <dc:date>2017-10-13T14:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Host name not showing correctly</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Host-name-not-showing-correctly/m-p/306124#M57749</link>
      <description>&lt;P&gt;Hi @cusello thanks for the info.  I am useing a monitor stanza to watch the "var/log/..." folder All the other files in the folder are source=syslog.  the only file I am haveing prolems with is the messages file.  As I stated above with the log example the OldHostName is in the "messages" file and even though I put the [default] host = "NewHostName" in both the server.conf and the [monitor://] stanza in the inputs.conf.  the other logs in the "/var/log/..." have the right host name tag on the logs just the messages have the oldhostname in the logs and is useing the oldhostname as the host tag.  &lt;/P&gt;

&lt;P&gt;this is very unusual.&lt;/P&gt;</description>
      <pubDate>Sat, 14 Oct 2017 06:26:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Host-name-not-showing-correctly/m-p/306124#M57749</guid>
      <dc:creator>hartfoml</dc:creator>
      <dc:date>2017-10-14T06:26:12Z</dc:date>
    </item>
  </channel>
</rss>

