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!

Splunk MCP & Agentic AI: Machine Data Without Limits

  Discover how the Splunk Model Context Protocol (MCP) Server can revolutionize the way your organization ...

Finding Based Detections General Availability

Overview  We’ve come a long way, folks, but here in Enterprise Security 8.4 I’m happy to announce Finding ...

Get Your Hands Dirty (and Your Shoes Comfy): The Splunk Experience

Hands-On Learning and Technical Seminars  Sometimes, you just need to see the code. For those looking for a ...