Splunk® Machine Learning Toolkit

User Guide

Acrobat logo Download manual as PDF


This documentation does not apply to the most recent version of Splunk® Machine Learning Toolkit. For documentation on the most recent version, go to the latest release.
Acrobat logo Download topic as PDF

Known issues

The following are known issues in the Splunk Machine Learning Toolkit version 5.3.0.


Date filed Issue number Description
2023-02-21 MLA-4451 "Converting {} field(s) with categorical values into categorical fields" warning message should be logged discreetly and not appearing in UI/dashboard.

Workaround:
No workaround available.
2022-08-24 MLA-4320 Experiments' Search bar does not work with map command when used with $$ such as date_hour=$hour$

Workaround:
Run your SPL in the regular Search bar. If you want to see SODA outlier visualizations, add show_density=true show_options="feature_variables,split_by,params" to your SPL and select Distribution Plot from the Visualization tab.
2022-04-11 MLA-4277 Smart Outlier Detection - All time search runs even if time picker is used on define page

Workaround:
  • Copy the SPL that is generated by the Experiment and go to a regular search bar and paste the SPL
  • Run it with the selected Time Window (such as 24 hours).
  • The results will belong to only the last 24 Hours and you can save this search as a report or alert.
2022-01-24 MLA-4247 Infodesk - MLTK Experiment creation doesn't return after preprocessing step

Workaround:
none
2021-12-06 MLA-4197 replicationDenylist used, however older versions of Splunk Enterprise don't support that option, resulting in (large) files making it into the knowledge bundle

Workaround:
add the following to ./local/distsearch.conf:
\[replicationBlacklist]
noanaconda = apps\[/\\]Splunk_SA_Scientific_Python*\[/\\]...
2021-11-25 MLA-4178 Experiment Alert search not created correctly from Assistant

Workaround:
Manually adjust the created search in savedsearches.conf or through the UI. Use the SPL created by the assistants a start.
2021-11-12 MLA-4160, MLA-4298 'fit' search processor too aggressive in throwing exceptions
2021-10-26 MLA-4131 Issue with 'apply' command in MLTK
2021-09-14 MLA-4079 Smart clustering saved experiment does not show up the create an alert page fully
2021-07-09 MLA-4026 What-If Analysis does not properly display on some Unix platforms
2020-08-03 MLA-3950 Apply command does not run if used from a sub search

Workaround:
Use
appendcols
command to append the column that will be returned from the subsearch to the savedsearch's columns, instead of assigning its value to a non-existing column in the savedsearch. Example:
| inputlookup track_day.csv
| fit LogisticRegression fit_intercept=true "vehicleType" from "batteryVoltage" "engineCoolantTemperature" "engineSpeed" "lateralGForce" "longitudeGForce" "speed" "verticalGForce" into "example_vehicle_type"
makeresults count=50000
save as
MLA3950
|savedsearch MLA3950 | appendcols \[| inputlookup track_day.csv | apply "example_vehicle_type" | table vehicleType]
This will append the
vehicleType
column from the
subsearch
to the
savedsearch
columns.
2020-07-09 MLA-3944 MLTK forecast RMSE and R-square calculations are incorrect because it is using ALL data points instead of just data points in holdback period
2019-12-17 MLA-3701 Search bars in Assistants will not display more than approximately 500k rows

Workaround:
This is mostly a visual issue - the actual number of results the Assistant will use when fitting a model is not affected.
2019-12-11 MLA-3686 MLTK Assistants do not support quote characters in field names

Workaround:
Use the "rename" or "eval" command to rename the field prior to using it.
2019-10-09 MLA-3559 Loading settings from experiment history while in the Learn stage will lead to warnings, even when inputs are correct
2019-08-30 MLA-3423 Add a warning message when kfold_cv is set to number greater than half of the datasize
2019-07-12 MLA-3237 Anova table does not allow some special characters in formula so in field names also

Workaround:
Rename your field names before running "score anova" if they include one or more of those special characters:

 (r'[&%$#@!`\|";<>^]')

 

 

2019-03-28 MLA-2965 "Edit Job Settings" does not work in Assistants
2018-09-24 MLA-2547 Experiments can't be renamed until they have been filled and saved

Workaround:
Load the Experiment, fill all necessary fields, and save it. You'll be able to rename the Experiment in the Save dialog.
2018-06-12 MLA-2258 TFIDF returns a vague error message when the "token_pattern" parameter is invalid
2018-04-18 MLA-2147 search.log does not show tracebacks on Windows on Splunk 7.1

Workaround:
The user can still look at the logs on windows in mlspl.log which captures the traceback. However, many users may not have access to mlspl.log (as it is indexed in the _internal index which normal users don't have by default). If this is the case, they will need to ask their Splunk administrators for access to this index.
2017-08-25 MLA-1916 Uncaught StatsModels error with ARIMA order=0-2-0
2017-02-28 MLA-1670 "Outliers Over Time" plot doesn't display any data if the _time field does not contain a Unix timestamp.
2016-12-13 MLA-1485 In the Forecast Time Series assistant, forecasting a very large number of points may cause the browser to crash.
Last modified on 13 October, 2023
PREVIOUS
What's new
  NEXT
Fixed issues

This documentation applies to the following versions of Splunk® Machine Learning Toolkit: 5.3.0


Was this documentation topic helpful?


You must be logged into splunk.com in order to post comments. Log in now.

Please try to keep this discussion focused on the content covered in this documentation topic. If you have a more general question about Splunk functionality or are experiencing a difficulty with Splunk, consider posting a question to Splunkbase Answers.

0 out of 1000 Characters