Splunk Search

Does wildeward search in source attribute work?

mkelderm
Path Finder

I assume that searching with source=* should work? What could be the reason that this query works:

index=prd_stats sourcetype=appman:*

Results:

12/03/2013 12:15:46.000 ResponseTimems=101
host=l2-iamprdagw04.nl.rsg sourcetype=appman:Script source=heartbeat-randstadnet@l2-iamprdagw04

And this not:

index=prd_stats sourcetype=appman:* source=heartbeat*

no results...

0 Karma
1 Solution

bmacias84
Champion

You search has implied AND. Splunk inserts AND between search terms.

This is what your search is accutually.


index=prd_stats AND sourcetype=appman:* AND source=heartbeat*

This is what I think you trying to do


index=prd_stats AND (sourcetype="appman:*" OR source="heartbeat*")
OR
index=prd_stats AND sourcetype="appman:*" AND source="heartbeat*"

To avoid confusion I explictly define all my boolean search operators.

Additional Reading:

SearchReference

Hope this helps or gets you started. If it does help dont forget to accept and/or vote up.

Cheers,

View solution in original post

bmacias84
Champion

You search has implied AND. Splunk inserts AND between search terms.

This is what your search is accutually.


index=prd_stats AND sourcetype=appman:* AND source=heartbeat*

This is what I think you trying to do


index=prd_stats AND (sourcetype="appman:*" OR source="heartbeat*")
OR
index=prd_stats AND sourcetype="appman:*" AND source="heartbeat*"

To avoid confusion I explictly define all my boolean search operators.

Additional Reading:

SearchReference

Hope this helps or gets you started. If it does help dont forget to accept and/or vote up.

Cheers,

Get Updates on the Splunk Community!

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

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...