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!

SplunkTrust Application Period is Officially OPEN!

It's that time, folks! The application/nomination period for the 2025 SplunkTrust is officially open! If you ...

Splunk Answers Content Calendar, June Edition II

Get ready to dive into Splunk Dashboard panels this week! We'll be tackling common questions around ...

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...