Splunk Search

rtrim trims additional symbols

ArsenyKapralov
Path Finder

Hello

I'm trying to use rtrim to modify dns host name which I receive from domain controller. I'm using following search string:

 | eval HostName=rtrim(HostName,".bankrc.local")

I tested this on hostname "hq-mileshin.bankrc.local" but as a result I receive "hq-mileshi". Can you please help me to fix this and get a proper result: "hq-mileshin"

Tags (2)
1 Solution

somesoni2
Revered Legend

You can use replace function of Splunk for this

e.g.

| gentimes start=-1 | eval HostName="hq-mileshin.bankrc.local"  | replace *.bankrc.local WITH * IN HostName

View solution in original post

somesoni2
Revered Legend

You can use replace function of Splunk for this

e.g.

| gentimes start=-1 | eval HostName="hq-mileshin.bankrc.local"  | replace *.bankrc.local WITH * IN HostName
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 GA in US-AWS!

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