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!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

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