Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install section in readme #6

Merged
merged 1 commit into from
Oct 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ Provides sourcetyping for ingestion and processing of dissect records.
## Prerequisites and dependencies
When ingested Dissect output contains Evtx records they are correctly interpreted according to CIM if the Splunk Windows TA is installed.
To achieve this, the XmlWinEventLog of the Windows TA is altered to perform KV_MODE field extractions.
Therefor, be carefull to use this app in a production monitoring environment.
Therefore, be carefull to use this app in a production monitoring environment.

App dependencies:
- Splunk Windows TA

## Installation
bobkarreman marked this conversation as resolved.
Show resolved Hide resolved
The latest verion can be downloaded and installed directly from [Splunkbase](https://splunkbase.splunk.com/app/7580).
Alternatively it can be downloaded from the Releases page on [Github](https://github.com/fox-it/dissect-add-on-for-splunk/releases).

## Usage
Most basic usage is to create a tcp input in Splunk and configure it with the wanted dissect sourcetype.
You can now use rdump from the Dissect suite to push data to the Splunk server tcp port. See Dissect documentation on how to use rdump.
Expand Down