Can you please explain how to do partial fit on DensityFunction
I have created a lookup file for a day, say today.. it has fields src_ip, dest_ip, bytes, hod.
First created a search as below:
|inputlookup log_21.csv
| fit DensityFunction bytes by "hod" into model1 partial_fit=true
After that , i have to do partial fit for another lookup with same fields. How to do it?
|inputlookup log_22.csv