Extended SPL (search processing language)
The Splunk Machine Learning Toolkit contains numerous custom search commands, referred to as ML-SPL commands, that implement standard machine learning tasks. You can use these commands on any Splunk platform instance on which the Splunk Machine Learning Toolkit is installed.
These commands are fit, apply, summary, listmodels, deletemodel, and sample:
fit: This command is used to apply a machine learning model to Splunk data search resultsapply: This is used to calculate predictions for the current search results based on a model that was learned by thefitcommandsummary: This generates a summary of a machine learning model that was learned using thefitcommandlistmodels: This command is used to create a list of machine learning models that were learned using thefitcommanddeletemodel: Used to delete a machine learning model that was learned using thefitcommandsample: This command can be used to randomly sample or partition events