Getting Data In

selecting two source files at a time

splunkpoornima
Communicator

Hi all

In the search bar i want to use two source files and to see the events of the two files

below is the query i have used

source="E:\pros_data\taskmanager_log (2).txt" "E:\pros_data\taskmanager_log.txt"

alt text

i am getting no results found

please give inputs

Tags (1)

yannK
Splunk Employee
Splunk Employee

source="sourceA" source="sourceB"

is equivalent to

source="sourceA" AND source="sourceB"

Because your events are very unlikely to be in the sourceA and the sourceB at the same time.

You should use OR instead of AND.

source="sourceA" OR source="sourceB"

Ayn
Legend

That is simply incorrect search syntax. You should take the Splunk tutorial to learn the basics, particularly the Start searching section.

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 ...