Skip to content

Elevate24 Security Monitoring Reporting Configuration Keys

Max Data Upload Size

  • Availability: Premium
  • Type: integer
  • Default: 1000000

Max size of single HTTP request uploading data. (Uncompressed size in bytes default size is 1,000,000 bytes)

xml
<key>MaxDataUploadSize</key>
<integer>1000000</integer>

Microsoft Sentinel

  • Availability: Premium
  • Type: String

To enable sending of Elevate24 Security logs to Microsoft Sentinel.

Microsoft Documentation

Creating Upload URL

xml
	<key>SentinelClientId</key>
	<string>dfghfdgh</string>

	<key>SentinelClientSecret</key>
	<string>dfhdfgh</string>

	<key>SentinelTennantId</key>
	<string>xdvbfdh</string>

	<key>SentinelUploadURL</key>
	<string>dfghdfgh</string>

SIEM

  • Availability: Premium
  • Type: String

By default events are uploaded in JSON format as an array of events. Some systems require events to be seperated with a new line.

xml
	<key>siemNewLineSeperated</key>
	<true/>

Headers to be included in the HTTP request. To enable sending data to a third-party SIEM.

xml
	<key>siemUploadHeaders</key>
	<array>
		<dict>
			<key>Header</key>
			<string>dfghgfh</string>
			<key>Value</key>
			<string>dfghgfh</string>
		</dict>
	</array>