Remote Log Receivers
Support > Technical Assistance > Remote Log Receiver
该表列出了由编排器发送和管理的所有配置的远程日志接收器。您可以在以下不同类型的接收器之间发送数据:http,https,kafka,syslog和websocket。每个接收器都采用不同的机制来支持异步通知。确定要使用哪个远程接收器来发送数据后,您可以为该接收器配置特定的设置。
完成以下说明以添加接收器。
Click添加接收器。
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 Receiver Settings
| 场地 | 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 | 从要应用的列表中选择日志的类型。 |
| URL | 由HTTP/HTTPS日志服务器提供的URL,编排器将带有REST呼叫的日志数据。 |
| User Name | User name used in Basic Authentication when making REST calls (Optional). |
| Password | 拨打呼叫时基本身份验证中使用的密码。(可选的)。 |
| Repeat Password | Your password repeated. |
HTTPS Receiver Settings
| 场地 | 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 | 从要应用的列表中选择日志的类型。 |
| URL | HTTPS接收器的URL。 |
| 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. |
KAFKA Receiver Settings
| 场地 | 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 | 从要应用的列表中选择日志的类型。 |
| Topic | Topic name on KAFKA Receiver. |
| Bootstrap Servers | 卡夫卡接收器提供的域名。例如,“ 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:期望不承认。 ACKS = 1:只有领导者服务器必须确认。 ACK =全部:所有服务器都必须确认。 |
| 重试 | Amount of times KAFKA will try before returning an error. |
| Batch Size | KAFKA将产生多个消息,直到超过批处理大小为止。 |
| 缓冲区大小 | Maximum memory size that can be used for buffering messages. When buffer size is exceeded, a message will be blocked. |
| Linger Time | 卡夫卡将等待下一批消息批次之前等待的时间。 |
SYSLOG Receiver Settings
| 场地 | Description |
|---|---|
| Enable Receiver | Click this slider to toggle between enabled and disabled state. |
General Settings
| 场地 | Description |
|---|---|
| Log Type | 被发送到Syslog接收器的日志类型。 |
| Protocol | Protocol being used between devices. |
| Hostname | Hostname of the SYSLOG receiver to identity the device. |
| 港口 | 港口number of the SYSLOG receiver that accepts incoming events. |
| Custom Data | Custom data embedded inside the SYSLOG message. |
设施设置
| 场地 | Description |
|---|---|
| Audit Log | Type of audit log. |
Audit Log Severity Settings
| 场地 | Description |
|---|---|
| Error | Severity level of the error; select from the drop-down menu. |
| 信息 | Severity level of the information; select from the drop-down menu. |
| Debug | 调试的严重程度;从下拉菜单中选择。 |
WEBSOCKET Receiver Settings
Provides a reliable streaming mechanism for alarms and Orchestrator audit logs across all appliances. It is initiated from the client side and sent to Orchestrator for authentication. When authenticated by Orchestrator, asynchronous notifications are sent in JSON objects.
| 场地 | 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允许列表 | 允许WebSocket访问编排器的源IP地址列表。 |
Websocket接收器配置
You need the following items to establish connectivity from Orchestrator to the WebSocket receiver:
上述配置完成后,编目生成的键
ID由编排配置WebSocket服务器时创建