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!

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...