Splunk Search

After I have changed the name of a host, how can I show two host names as one name?

jeremeek
Explorer

I fixed the name of a host on the forwarder. It was showing as "hostname.domain.com" instead of just "hostname". I fixed the name and restarted the Splunk service.

Now i have 2 different host names showing in Splunk up for the same host. How could i show all of the "hostname.domain.com" data as "hostname" also?

0 Karma
1 Solution

gcusello
SplunkTrust
SplunkTrust

At first, verify in the a period after you changed hostname because old events aren't affected by the change.
In addition, where you fixed hostname? you had to do this in two points:

  • $SPLUNK_HOME/etc/system/local/server.conf
  • $SPLUNK_HOME/etc/system/local/inputs.conf

Bye.
Giuseppe

View solution in original post

gcusello
SplunkTrust
SplunkTrust

At first, verify in the a period after you changed hostname because old events aren't affected by the change.
In addition, where you fixed hostname? you had to do this in two points:

  • $SPLUNK_HOME/etc/system/local/server.conf
  • $SPLUNK_HOME/etc/system/local/inputs.conf

Bye.
Giuseppe

jeremeek
Explorer

i didn't update the server.conf. After i did that and restarted the forwarder the indexer picked it up and all of the old data is searchable by "hostname" now. Thanks

0 Karma

sundareshr
Legend

Try this

... | rex field=host "^(?<host>\w+)" | ...
0 Karma

dbcase
Motivator

tag or an alias is the easiest but if you want to do it in a search then try this

{search}|eval host=if(host=hostname.domain.com,{corrected hostname},host)

0 Karma

cmerriman
Super Champion

try creating a tag or alias? it won't change the raw data, but it'll help you search the data easier?

http://docs.splunk.com/Documentation/Splunk/6.5.0/Knowledge/Abouttagsandaliases

0 Karma

skoelpin
SplunkTrust
SplunkTrust

After making the changes, it will not change the hostname retroactively, so anything indexed before making the changes will remain the same. If you don't like this, you can remove the data and reindex it with your updated hostname

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...