All Apps and Add-ons

Identifying Common Traits of Similar Items

cgalligan
Explorer

I'm trying to figure out how to use the Splunk Machine Learning Toolkit to identify common patterns between items (profiling to predict when something is the same). For example a set of domain controllers. Does anyone have experience with this use case or an example?

0 Karma

hkeswani_splunk
Splunk Employee
Splunk Employee

If you trying to find common patterns in numerical fields then you can use Correlation Matrix algorithms on your whole dataset consisting of only numerical values to find relations between them. This algorithms is not already available in MLTK but is very easy to implement using ML-SPL API as the code for the algorithms is already written and you just have to put it in your app files. Link for ML-API : http://docs.splunk.com/Documentation/MLApp/4.0.0/API/Introduction. And Link for the pre-written algorithm: http://docs.splunk.com/Documentation/MLApp/4.0.0/API/CorrelationMatrix . Hope this helps , if this is not what you were looking for let us know.

0 Karma
Get Updates on the Splunk Community!

Cultivate Your Career Growth with Fresh Splunk Training

Growth doesn’t just happen—it’s nurtured. Like tending a garden, developing your Splunk skills takes the right ...

Introducing a Smarter Way to Discover Apps on Splunkbase

We’re excited to announce the launch of a foundational enhancement to Splunkbase: App Tiering.  Because we’ve ...

How to Send Splunk Observability Alerts to Webex teams in Minutes

As a Developer Evangelist at Splunk, my team and I are constantly tinkering with technology to explore its ...