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!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...