md
This commit is contained in:
43
README.md
43
README.md
@@ -17,28 +17,29 @@ the data from LogParser and ships it to Logstash via Redis.
|
||||
|
||||
## Sample Configuration
|
||||
TimberWinR reads a JSON configuration file, an example file is shown here:
|
||||
|
||||
{
|
||||
"TimberWinR": {
|
||||
"Inputs": {
|
||||
"WindowsEvents": [
|
||||
{
|
||||
"source": "System,Application",
|
||||
"binaryFormat": "PRINT",
|
||||
"resolveSIDS": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"Outputs": {
|
||||
"Redis": [
|
||||
{
|
||||
"host": [
|
||||
"server1.host.com"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
```json
|
||||
{
|
||||
"TimberWinR": {
|
||||
"Inputs": {
|
||||
"WindowsEvents": [
|
||||
{
|
||||
"source": "System,Application",
|
||||
"binaryFormat": "PRINT",
|
||||
"resolveSIDS": true
|
||||
}
|
||||
]
|
||||
},
|
||||
"Outputs": {
|
||||
"Redis": [
|
||||
{
|
||||
"host": [
|
||||
"server1.host.com"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
```
|
||||
This configuration collects Events from the Windows Event Logs (System, Application) and forwards them
|
||||
to Redis.
|
||||
|
||||
|
||||
@@ -15,6 +15,7 @@ The following parameters are allowed when configuring WindowsEvents.
|
||||
| *fullText* | property:bool |Retrieve the full text message | true,false | **true** |
|
||||
| *resolveSIDS* | property:bool |Resolve SID values into full account names | true,false | **true** |
|
||||
| *formatMsg* | property:bool |Format the text message as a single line. | true,false | **true** |
|
||||
Example Input:
|
||||
```json
|
||||
{
|
||||
"TimberWinR": {
|
||||
|
||||
Reference in New Issue
Block a user