Splunk Search

How to append data to a lookup without overwriting anything AND also not adding duplicate data entries into the lookup?

Robbie1194
Communicator

Hi guys,

I was wondering if anyone knew of a method of appending data to a lookup, but not overwriting anything in the lookup AND also not adding duplicate data entries into the lookup?

Any suggestions would be helpful.

Cheers,
Robbie

0 Karma
1 Solution

FritzWittwer_ol
Contributor
| inputlookup <table>
| append [makeresults | eval .... | fields - _time]
| dedup <keyfield>
| outputlookup <table> append=false

View solution in original post

comjb
Loves-to-Learn Lots

Another way to do it:

0 Karma

FritzWittwer_ol
Contributor
| inputlookup <table>
| append [makeresults | eval .... | fields - _time]
| dedup <keyfield>
| outputlookup <table> append=false
Get Updates on the Splunk Community!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...