I am trying to build a machine learning model using data from datamodels in Splunk. To build feature vector I need to do select * (sql) kind of queries on Splunk datamodel data. I could not find any such query in the documentation. Currently I am tweaking tstats query to do this, but I have to run an individual query on each of the attribute in the datamodel. This is very slow. Any other way to do this ?
↧