Skip to content

Commit

Permalink
Added documentation for missing items.
Browse files Browse the repository at this point in the history
  • Loading branch information
wsobel committed Jul 29, 2024
1 parent a673e0f commit ff0f4a6
Showing 1 changed file with 24 additions and 8 deletions.
32 changes: 24 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,15 +608,27 @@ Configuration Parameters
* `JsonVersion` - JSON Printer format. Old format: 1, new format: 2

*Default*: 2

* `LogStreams` - Debugging flag to log the streamed data to a file. Logs to a file named: `Stream_` + timestamp + `.log` in the current working directory. This is only for the Rest Sink.

* `SchemaVersion` - Change the schema version to a different version number.

*Default*: 2.0
*Default*: `false`

* `MaxAssets` - The maximum number of assets the agent can hold in its buffer. The
number is the actual count, not an exponent.

*Default*: 1024

* `MaxCachedFileSize` - The maximum size of a raw file to cache in memory.

*Default*: 20 kb

* `MinCompressFileSize` - The file size where we begin compressing raw files sent to the client.

*Default*: 100 kb

* `MinimumConfigReloadAge` - The minimum age of a config file before an agent reload is triggered (seconds).

*Default*: 15 seconds

* `MonitorConfigFiles` - Monitor agent.cfg and Devices.xml files and restart agent if they change.

Expand All @@ -626,10 +638,6 @@ Configuration Parameters

*Default*: 10 seconds

* `MinimumConfigReloadAge` - The minimum age of a config file before an agent reload is triggered (seconds).

*Default*: 15 seconds

* `Pretty` - Pretty print the output with indententation

*Default*: false
Expand All @@ -639,6 +647,10 @@ Configuration Parameters

*Default*: agent.pid

* `SchemaVersion` - Change the schema version to a different version number.

*Default*: 2.0

* `Sender` - The value for the sender header attribute.

*Default*: Local machine name
Expand All @@ -650,7 +662,11 @@ Configuration Parameters

* `SuppressIPAddress` - Suppress the Adapter IP Address and port when creating the Agent Device ids and names. This applies to all adapters.

*Default*: false
*Default*: `false`

* `VersionDeviceXml` - Create a new versioned file every time the Device.xml file changes from an external source.

*Default*: `false`

* `WorkerThreads` - The number of operating system threads dedicated to the Agent

Expand Down

0 comments on commit ff0f4a6

Please sign in to comment.