REST Endpoint Preference Keys
Key | Value Type | Scope | Sample Value | Function | |
---|---|---|---|---|---|
LogRemoteEndpointEnabled | bool | All | true | Enable network transmission of log data | |
LogRemoteEndpointType | String | REST | REST | Type of remote log aggregation server | |
LogRemoteEndpointURL | String | All | https://server.address:9093 | URL where log data is to be sent. Applies to all remote logging types. | |
LogRemoteEndpointREST | Dictionary | REST | - | Container dictionary for REST preferences. | |
PublicKeyHash | String | REST | e392UNE9... | API key hash. |
Full REST Remote Logging Preference Stanza
<key>LogRemoteEndpointEnabled</key> <true/> <key>LogRemoteEndpointURL</key> <string>https://server.company.com:9093</string> <key>LogRemoteEndpointType</key> <string>REST</string> <key>LogRemoteEndpointREST</key> <dict> <key>PublicKeyHash</key> <string>e838SOLK9Yu+brDTxM4s0HatE2UdoSBtNDU=</string> </dict>