0
我只想看到Process cmd.exe。Grok Filter只想查看進程名稱
實施例:
New Process Name: C:\Windows\System32\cmd.exe Token Elevation Type: %%1938 Creator Process ID: 0x1a0`enter code here`
神交過濾:
New Process Name: %{GREEDYDATA}\\%{GREEDYDATA:Process}
輸出:
{
"Process": [
[
"cmd.exe Token Elevation Type: %%1938 Creator Process ID: 0x1a0`enter code here`"
]
]
}
如何我能看到只有CMD.EXE,而不是令牌升降式:%% 1938年創建者進程ID:0x1a0`enter?