UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit c33bf3dc authored by Joshua Parsons's avatar Joshua Parsons
Browse files

gensite

parent f103ca85
No related merge requests found
Pipeline #113567 passed with stages
in 10 seconds
......@@ -540,7 +540,7 @@ PS C:\> Import-Csv -Path C:\users\student\Desktop\svchost.csv
PowerShell can be used to easily modify event log data and convert it into a format to be used by tools like Logstash, Elasticsearch, and Kibana. A common format used is JSON. Once the event data has been converted, most GUI based SIEMs have a simple method for uploading the resulting JSON file. However, that will not be demonstrated here, as it is outside the scope of this class.
=== CovertTo-JSON
=== ConvertTo-JSON
The ConvertTo-Json cmdlet takes walls of Windows event log text and places it into a format that can be indexed by the aforementioned tools.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment