Initial commit
This commit is contained in:
10
Vagrant/resources/splunk_server/transforms.conf
Normal file
10
Vagrant/resources/splunk_server/transforms.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
[powershell_rename_host]
|
||||
DEST_KEY = MetaData:Host
|
||||
SOURCE_KEY = MetaData:Source
|
||||
REGEX = PowerShell_transcript\.([^\S]+)\.
|
||||
FORMAT = host::$1
|
||||
|
||||
[wef_computername_as_host]
|
||||
DEST_KEY = MetaData:Host
|
||||
REGEX = (?m)ComputerName=(.+)
|
||||
FORMAT = host::$1
|
||||
Reference in New Issue
Block a user