Splunk Search

host_Regex help

a212830
Champion

Hi,

I want to name my host based upon a value in the logfile. I know it can be done via regex but it's not working.

The name of the files are like this...

SG_HTTP.AGW-US123-PLUG.140124.122345.log.gz
SG_HTTP.AGW-US301-PLUG.140124.122345.log.gz

my host regex is = (IGW+[a-zA-Z0-9_])

Tags (1)
0 Karma
1 Solution

richgalloway
SplunkTrust
SplunkTrust

Assuming the host name is between the first two dots, this may work for you.

'rex "[.]*\.(?<host>[^.]+?)\.[.]*"'

---
If this reply helps you, Karma would be appreciated.

View solution in original post

somesoni2
Revered Legend

If AGW-US123-PLUG is the host name from the file name, use this

\.([-a-zA-Z0-9]+)\.

If just US123-PLUG is the host name , use this

-([-a-zA-Z0-9]+)\.

E.g. inputs.conf
[monitor://<path>]
host_regex = <your_regex>
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Assuming the host name is between the first two dots, this may work for you.

'rex "[.]*\.(?<host>[^.]+?)\.[.]*"'

---
If this reply helps you, Karma would be appreciated.

richgalloway
SplunkTrust
SplunkTrust

Then you'll want to create a transforms.conf stanza with a 'REGEX = [.]*\.(?<host>[^\.]+?)\.(?<date>[^\.]*?)\.(?<time>[^\.]*?)' statement.

---
If this reply helps you, Karma would be appreciated.
0 Karma

a212830
Champion

I'm looking to to this in the inputs.conf, not the search bar.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Modernize your Splunk Apps – Introducing Python 3.13 in Splunk

We are excited to announce that the upcoming releases of Splunk Enterprise 10.2.x and Splunk Cloud Platform ...

Step into “Hunt the Insider: An Splunk ES Premier Mystery” to catch a cybercriminal ...

After a whole week of being on call, you fell asleep on your keyboard, and you hit a sequence of buttons that ...

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2026-2027 SplunkTrust is officially open. If ...