Splunk Search

Query returns zero events

anikeshp7
Path Finder

Any suggestions how the query can be improved  

This returns no events as of now.

In the lookup csv Im having UserId and Name as two columns. 

index=123  AND organizationId=00TY00000005677 AND logRecordType=ailtn (Lightning_Console) | dedup sessionKey | lookup test123.csv UserId AS userId OUTPUT UserId AS userId | table userId, sessionKey, _time

Labels (4)
0 Karma

thambisetty
SplunkTrust
SplunkTrust

What would you like to do with lookup command here?

Lookups are used to enrich event information.

you are matching userid from events and lookup and again you are trying get userid from lookup. Were you trying to get name for userId?

have a look at below video.

https://youtu.be/E3-JaZEIXPw

————————————
If this helps, give a like below.
0 Karma

anikeshp7
Path Finder

Yes @thambisetty .  Trying to display names with session_key and time

0 Karma

thambisetty
SplunkTrust
SplunkTrust
index=123 organizationId=00TY00000005677 logRecordType=ailtn (Lightning_Console) 
| stats earliest(_time) as session_start latest(_time) as session_end by sessionKey,userId 
| lookup test123.csv UserId AS userId OUTPUT Name 
| convert ctime(*time) timeformat="%d/%m/%Y %T"
————————————
If this helps, give a like below.
0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

Unlocking Unified Insights: New Gigamon Federated Search App for Splunk

In today’s data-heavy environment, organizations are caught in a data distribution dilemma. As data volumes ...

GA: New Data Management App in Splunk Platform

Streamlining Data Management: Introducing a unified experience in Splunk Managing data at scale shouldn’t feel ...

Announcing Modern Navigation: A New Era of Splunk User Experience

We are excited to introduce the Modern Navigation feature in the Splunk Platform, available to both cloud and ...