Splunk Search

What would be the regex to map the host to my incoming data?

a212830
Champion

I want to map the host to data coming in and need help with the regex to put in transforms.conf.

The data is:

metric_name=xen.cpu0 timestamp=1420641286 value=0.0007 uuid=56fb671c-4824-a537-fbda-725547d6d980 vmname=anythinghere.abc.com

I want to map vmname to host. What would the regex be for that?

0 Karma
1 Solution

chanfoli
Builder

The following seems like a simple approach which is worth a try for the REGEX part of the stanza :

REGEX = vmname=(\S+)

of course you would also use the following for overriding the host metadata in the appropriate transforms stanza:

FORMAT = host::$1
DEST_KEY = MetaData:Host

View solution in original post

chanfoli
Builder

The following seems like a simple approach which is worth a try for the REGEX part of the stanza :

REGEX = vmname=(\S+)

of course you would also use the following for overriding the host metadata in the appropriate transforms stanza:

FORMAT = host::$1
DEST_KEY = MetaData:Host
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...