Splunk Search

Search for device type

brian_runyon
New Member

I want to determine how many times a call has been completed or attempted by searching for a specic device name/type (ex. ABC12345).

I've tried sourcetype=ABC*, sourcetype="ABC*" and get no results.

Thank you!

Tags (1)
0 Karma
1 Solution

sdaniels
Splunk Employee
Splunk Employee

I'm not sure what kind of data you are looking at but sourcetype classifies the type of data. So, for example access_combined apache web logs, or Windows Event logs etc....Go to Manager -> Search App. Then you'll see a summary of sources, sourcetypes and hosts. You can click on one of those links and it will modify your search specifically to that type of data.

Just put ABC in the your search bar and that will give you what you are looking for or something like host="ABC*" OR host="AB*" etc...which would be more specific than just searching for ABC*.

Take a look at some examples here:

http://docs.splunk.com/Documentation/Splunk/latest/User/Searchexamplestutorial

View solution in original post

sdaniels
Splunk Employee
Splunk Employee

I'm not sure what kind of data you are looking at but sourcetype classifies the type of data. So, for example access_combined apache web logs, or Windows Event logs etc....Go to Manager -> Search App. Then you'll see a summary of sources, sourcetypes and hosts. You can click on one of those links and it will modify your search specifically to that type of data.

Just put ABC in the your search bar and that will give you what you are looking for or something like host="ABC*" OR host="AB*" etc...which would be more specific than just searching for ABC*.

Take a look at some examples here:

http://docs.splunk.com/Documentation/Splunk/latest/User/Searchexamplestutorial

brian_runyon
New Member

I think I may have found my answer.

index=eucp | eventstats count(SEP*)

0 Karma
Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...