Getting Data In

Renaming Host Dynamically

peter_gianusso
Communicator

Trying to assign the "esxi_hosts" sourcetype to any event that has a value of "vm[0-9][0-9]" for the host field:

inputs.conf

[monitor://\\njros1bva0597\d$\LogFiles\W3SVC1\]
disabled = 0
host = VM99
index=imaging
whitelist = \.log$

props.conf

[source::...\\ex*.log] 
sourcetype = VM88

[source::...\\CAPPM*.log] 
sourcetype = VM11

[VM88]

TRANSFORMS-hostname = rewrite_sourcetype_from_host

transforms.conf

[rewrite_sourcetype_from_host]
SOURCE_KEY = MetaData:Host
REGEX = vm\d\d
DEST_KEY = MetaData:Sourcetype
FORMAT = sourcetype::esxi_hosts
0 Karma
1 Solution

peter_gianusso
Communicator

a fix to the regex of
vm\d\d
to
VM\d\d

fixed the issue

View solution in original post

0 Karma

peter_gianusso
Communicator

a fix to the regex of
vm\d\d
to
VM\d\d

fixed the issue

0 Karma

peter_gianusso
Communicator

no that won't fix the issue given the scenario...the source type is dynamically assigned in the props.conf

0 Karma

piebob
Splunk Employee
Splunk Employee

let us know if this fixes the issue, and i will convert Kristian's comment to an answer 🙂

0 Karma

peter_gianusso
Communicator

there are multiple log files in the directory and they are being assigned a sourcetype in the props.conf dynamically...I tried to simplify the information because I didn't think it was relevant...I will add the stanza

kristian_kolb
Ultra Champion

maybe I'm missing something... can't you just set the sourcetype in the monitor stanza in inputs.conf

[monitor]
sourcetype=esxi_hosts
blah blah
blah
etc.
etc.

peter_gianusso
Communicator

source type always ends up as VM88

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to January Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...

[Puzzles] Solve, Learn, Repeat: Reprocessing XML into Fixed-Length Events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...

Data Management Digest – December 2025

Welcome to the December edition of Data Management Digest! As we continue our journey of data innovation, the ...