Getting Data In

Can me make changes in csv file which is in splunk

vrmandadi
Builder

Hello,

I have a csv file and I am comparing that csv file with my search and get unique results but the problem with the csv file is that it has extensions

example:

my csv file has hostname with .abc.int or .auther.inc ,i just want to remove these extensions in the csv ,can we do that.that will make easy to compare with my search which has hostname

example

host_name(csv)

s4000cawv.abc.int
achaesdb01.auther.inc

host_name

s4000cawv
achaesdb01

Tags (3)
0 Karma

woodcock
Esteemed Legend

Like this (as I said in other answer):

... | rex field=Host_Name mode=sed "s/\.[^.]*$//"
0 Karma
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 ...