Splunk Search

How do I rename a hostname in Splunk?

dbashyam
Explorer

Hi, How do I rename hostname in Splunk?

I am trying to enroll a particular syslog in Splunk. I want to rename a hostname from
a => b
c => d

How could I achieve this?

Thanks,
Dinesh

0 Karma
1 Solution

FrankVl
Ultra Champion

It would help if you would provide a bit more concrete info on what you really want to rename rather than such an abstract example, but the basics work like below (assuming you want to rename certain specific host values and not generically want to rename all host values for a certain source/sourcetype).

in props.conf

[host::a]
TRANSFORMS-rename_host = rename_host_a

in transforms.conf

[rename_host_a]
REGEX = .
FORMAT = host::b
DEST_KEY = MetaData:Host

View solution in original post

0 Karma

woodcock
Esteemed Legend

For syslog, this is generally done with host_segment in indexes.conf. You must configure syslog to write the originating host as part of the path to the files.

0 Karma

FrankVl
Ultra Champion

It would help if you would provide a bit more concrete info on what you really want to rename rather than such an abstract example, but the basics work like below (assuming you want to rename certain specific host values and not generically want to rename all host values for a certain source/sourcetype).

in props.conf

[host::a]
TRANSFORMS-rename_host = rename_host_a

in transforms.conf

[rename_host_a]
REGEX = .
FORMAT = host::b
DEST_KEY = MetaData:Host
0 Karma

dbashyam
Explorer

Thanks Frank, I will check this up and will update you

0 Karma
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...