Splunk Search

Query to delete multiple row in kvtable or csv table using splunk query

Saikat001
Explorer

I have  kv lookup table named bingo_kv_table. There are multiple rows having same hosts along with other hosts. I want to run a splunk query to remove all the rows having a particular host name. Other fields along with are start_date, start_time, end_date, end_time, title, user_name.

I can extract the table using

|inputlookup bingo_kv_table|streamstats count as row |search host_list="*host*"

 

 

I want to delete multiple rows having same host name. What command should I run without manually deleting each entry 

Labels (3)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

This will remove all rows with host name of "foo".

|inputlookup bingo_kv_table where host!="foo"
|streamstats count as row 
|search host_list="*host*"
---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

SOC4Kafka - New Kafka Connector Powered by OpenTelemetry

The new SOC4Kafka connector, built on OpenTelemetry, enables the collection of Kafka messages and forwards ...

Your Voice Matters! Help Us Shape the New Splunk Lantern Experience

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Building Momentum: Splunk Developer Program at .conf25

At Splunk, developers are at the heart of innovation. That’s why this year at .conf25, we officially launched ...