Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

PREVIOUS NEXT
Code Example
Shell :: centos install specific kernel headers 
Shell :: nginx remove x-powered-by 
Shell :: video converter for ubuntu 
Shell :: gcc install mac 
Shell :: npm http server 
Shell :: git create branch from tag 
Shell :: pytest suppress exit code 
Shell :: kali linux 
Shell :: git revert a specific commit 
Shell :: and in bash 
Shell :: set path environment variable mac permanently 
Shell :: how to install armitage in kali linux 
Shell :: kubernetes auto complete 
Shell :: how to set environment variable in linux permanently 
Shell :: install all dependencies npm 
Shell :: undo git rebase 
Shell :: how to config username and email in git 
Shell :: how to kill process in linux by name 
Shell :: install packages from jupyter notebook 
Shell :: Ubuntu open terminal in current folder with shortcut 
Shell :: wget save file with different name 
Shell :: how to stop a port in macos 
Shell :: linux find files ending with 
Shell :: windows edit file cmd 
Shell :: bin/sh sam: not found 
Shell :: install vlc on ubuntu 20.04 
Shell :: launch bash script from application mac without opening terminal 
Shell :: cmd rename multiple files 
Shell :: tsc: command not found on arch 
Shell :: linux move all files up a directory 
ADD CONTENT
Topic
Content
Source link
Name
6+7 =