Splunk Search

inputlookup followed by transaction - No results found

landen99
Motivator

So I do the following search:

| inputlookup x | transaction y

y and z are a fields in lookup table x but the search returns with: No results found.
Adding table * and format commands before transaction do not help. Removing transaction yields the table normally.

I want to understand why transaction does not work and how to make it work.

0 Karma
1 Solution

chanfoli
Builder

The purpose of the transaction command is to group events based on constraints. It expects to be operating on events containing raw and time fields as well as the field(s) you want to constrain it with. It sounds like you are asking transaction to operate on a table of results which do not have all of the typical event fields. Depending on what you are doing before the first pipe above, perhaps you could get this to work by using append=true on the inputlookup command to preserve the actual event fields. It might help to see example results from your inputlookup to confirm what the problem is.

View solution in original post

chanfoli
Builder

The purpose of the transaction command is to group events based on constraints. It expects to be operating on events containing raw and time fields as well as the field(s) you want to constrain it with. It sounds like you are asking transaction to operate on a table of results which do not have all of the typical event fields. Depending on what you are doing before the first pipe above, perhaps you could get this to work by using append=true on the inputlookup command to preserve the actual event fields. It might help to see example results from your inputlookup to confirm what the problem is.

landen99
Motivator

You reminded me that transaction requires _time so I added it:

 | inputlookup x | eval _time=now() | transaction y

.. and it worked! Thank you.

mhergh
Explorer

great, your example showed that all that you need is to set the _time ... Worked for me too like a charm, many many thanks!!!

0 Karma
Get Updates on the Splunk Community!

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...