Reporting

How to find a common value between two different fields from same index

Mary666
Communicator

Hello Splunk Community,

I would really appreciate any guidance. I become a bit more familiar with Splunk, but at this moment nothing I have tried has worked. I basically need to know where a value is being logged between two  different fields. This is the scenario:

1. If 0 is the count for value (employeeID) between pdf and CSV - dont show. 

2. When value (employeeId)  count > 0 need to know if its logged in either the pdf or CSV

Labels (1)
Tags (1)
0 Karma
1 Solution

renjith_nair
Legend

Assuming that PDF and CSV are two different fieldnames and not the value of a fieldname

your search
|eval source=coalesce(PDF,CSV,NA)
|stats count by employeeID,source
|where count > 0

 

Happy Splunking!

View solution in original post

0 Karma

renjith_nair
Legend

Assuming that PDF and CSV are two different fieldnames and not the value of a fieldname

your search
|eval source=coalesce(PDF,CSV,NA)
|stats count by employeeID,source
|where count > 0

 

Happy Splunking!
0 Karma
Get Updates on the Splunk Community!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

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