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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...