Answers for "split command in splunk"

0

split command in splunk

your base search | eval temp=split(FieldA,".") | eval FieldB=mvindex(temp,0)| eval FieldC=mvindex(temp,1)| eval FieldD=mvindex(temp,2) | fields - temp
Posted by: Guest on May-05-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language