Remote Log Receivers
Support > Technical Assistance > Remote Log Receiver
This table lists all configured remote log receivers that are sent and managed by Orchestrator. You can choose between sending your data between the following different types of receivers: HTTP, HTTPS, KAFKA, SYSLOG, and WEBSOCKET. Each receiver employs a different mechanism for supporting asynchronous notifications. After you determine which remote receiver you want to use to send your data, you can configure specific settings for that receiver.
Complete the following instructions to add a receiver.
ClickAdd Receiver.
Select the type of receiver you want to use from the list.
Depending on which receiver you choose, a settings pop-up will appear. Enter the appropriate information for each receiver. See the following tables below for each receiver’s settings.
ClickSave.
HTTP接收器设置
| Field | Description |
|---|---|
| Enable Receiver | Click this slider to toggle between enabled and disabled state. |
| Name | Name of the receiver the logs are going to. |
| Log Type | Select the type of log from the list you want to apply. |
| URL | URL served by HTTP/HTTPS log server that Orchestrator will send log data with POST REST calls. |
| User Name | User name used in Basic Authentication when making REST calls (Optional). |
| Password | Password used in Basic Authentication when making REST calls. (Optional). |
| Repeat Password | Your password repeated. |
HTTPS接收器设置
| Field | Description |
|---|---|
| Enable Receiver | Click this slider to toggle between enabled and disabled state. |
| Name | Name of the receiver the logs are going to. |
| Log Type | Select the type of log from the list you want to apply. |
| URL | URL of the HTTPS Receiver. |
| User Name | User name used in Basic Authentication when making REST calls (Optional). |
| Password | 拨打呼叫(可选)时基本身份验证中使用的密码。 |
| Repeat Password | Your password repeated. |
KAFKA Receiver Settings
| Field | Description |
|---|---|
| Enable Receiver | Click this slider to toggle between enabled and disabled state. |
| Name | Name of the receiver the logs are going to. |
| Log Type | Select the type of log from the list you want to apply. |
| Topic | Topic name on KAFKA Receiver. |
| Bootstrap Servers | Domain name served by KAFKA Receiver. For example, “xxx.com:9092”, “1.1.1.1:9092”. |
| Acks | Defines the amount of KAFKA servers that acknowledge a message before considering the message delivered. acks=0: Expect no acknowledge. acks=1: Only leader server must acknowledge. ack=all: All servers must acknowledge. |
| Retries | 返回错误之前,Kafka会尝试的次数。 |
| Batch Size | Multiple messages KAFKA will produce until the batch size is exceeded. |
| Buffer Size | Maximum memory size that can be used for buffering messages. When buffer size is exceeded, a message will be blocked. |
| 持续时间 | Amount of time that KAFKA will wait before sending next message batch. |
SYSLOG Receiver Settings
| Field | Description |
|---|---|
| Enable Receiver | Click this slider to toggle between enabled and disabled state. |
General Settings
| Field | Description |
|---|---|
| Log Type | Type of log being sent to the SYSLOG receiver. |
| Protocol | 设备之间使用协议。 |
| Hostname | Hostname of the SYSLOG receiver to identity the device. |
| Port | Port number of the SYSLOG receiver that accepts incoming events. |
| Custom Data | 嵌入Syslog消息中的自定义数据。 |
Facility Settings
| Field | Description |
|---|---|
| 审核日志 | Type of audit log. |
审核日志严重性设置
| Field | Description |
|---|---|
| Error | 错误的严重程度;从下拉菜单中选择。 |
| Info | Severity level of the information; select from the drop-down menu. |
| Debug | Severity level of the debug; select from the drop-down menu. |
WEBSOCKET Receiver Settings
为所有设备提供警报和编排审核日志提供可靠的流媒体机制。它是从客户端启动的,并发送到编排者进行身份验证。当由编排者身份验证时,在JSON对象中发送异步通知。
| Field | Description |
|---|---|
| Enable | Click this slider to toggle between enabled and disabled state. |
| Name | Name of the WebSocket receiver. |
| Log Type | Type of log being sent to the WebSocket receiver. |
| IP Allow List | List of source IP addresses that are allowed WebSocket access to Orchestrator. |
WebSocket Receiver Configuration
You need the following items to establish connectivity from Orchestrator to the WebSocket receiver:
Key generated by Orchestrator after the above configuration is completed
ID created by Orchestrator when it is configuring the WebSocket server