EnglishFrenchSpanish

Ad


OnWorks favicon

grokevt-parselog - Online in the Cloud

Run grokevt-parselog in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command grokevt-parselog that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


grokevt-parselog - Parse a windows event log and generate human-readable output based on
message resources stored in a database.

SYNOPSIS


grokevt-parselog -?|--help .PP grokevt-parselog -l database-dir .PP grokevt-parselog -m
database-dir log-type .PP grokevt-parselog [-v] [-H] [-h] [-U] [-u] database-dir log-type
.SH DESCRIPTION grokevt-parselog reads a windows event log (.evt file) and combines that
information with messages templates and other resources stored in a pre-generated
database. This is then printed to stdout in a comma-separated values (CSV) format. The
database must be created by grokevt-builddb(1).

ARGUMENTS


database-dir
This is the directory where the database is stored. Currently, the actual log files
from the original system are also stored in this directory tree.

log-type
This is the windows name for the log. By default windows has the following logs:

Application
Security
System

But others may have been created by third party software. Use the -l option to
print a list of all available log types. (The log names are case-sensitive.)

OPTIONS


-? Prints a basic usage statement.

--help Same as -?.

-l Log list mode. Lists the logs available in the specified database.

-m Meta information mode. Lists meta information stored in the header of the specified
log file. Does not print any actual log records. (Format of output in this mode is
still subject to change.)

-v Verbose mode. Prints status messages to stderr, which can be helpful for debugging.

-h Prints a header row at the top of the CSV output containing labels for each column.
(This is the default behavior.)

-H Disables the printing of a header row. This is useful when grokevt-parselog is used
in a script.

-u Enables the UTF-8 output of some strings. This can be dangerous on terminals that
are not configured to support UTF-8.

-U Disables the use of UTF-8 for output. Unicode strings are instead converted to
UTF-8 first, and then any remaining non-ASCII characters are quoted. (This is the
default behavior.)

EXAMPLES


To list all available logs types stored in '~/example.grokevt':

grokevt-parselog -l ~/example.grokevt

To read the 'Application' log from the database stored in '~/example.grokevt' and print it
to stdout:

grokevt-parselog ~/example.grokevt Application

To read the 'System' log from the database stored in '~/example.grokevt' and print it to
stdout without a header, and with verbosity turned on:

grokevt-parselog -v -H ~/example.grokevt System

Use grokevt-parselog online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad