nbb-custom-alerts
Get custom alerts from Quad Miners Network Blackbox.
nbb-custom-alerts [profile=PROFILE] [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss] src-ip=SRC-IP dst-ip=DST-IP [id=ID]
- profile=PROFILE
- The identifier of Network Blackbox connect profile.
- duration=NUM{mon|w|d|h|m|s}
- Scan only recent sessions. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10smeans data from 10 seconds earlier. - from=yyyyMMddHHmmss
- Start time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- to=yyyyMMddHHmmss
- End time of range. yyyyMMddHHmmss format. If you omit time part, it will be padded by zero.
- src-ip=SRC-IP
- Source IP address of target session.
- dst-ip=DST-IP
- Destination IP address of target session.
- id=ID
- Comma separated ID values.
Output Fields
| Field | Type | Name | Description |
|---|---|---|---|
| _time | Date | Time | |
| profile | String | Connect profile | The identifier of Network Blackbox connect profile |
| server_id | Integer | Server ID | e.g. 1000 |
| row_id | Long | Row ID | e.g. 9318647 |
| hash | Long | Hash | e.g. 3159604307 |
| src_ip | IP address | Source IP | |
| src_port | Integer | Source port | |
| dst_ip | IP address | Destination IP | |
| dst_port | Integer | Destination port | |
| sent_syslog | Bool | Sent syslog | |
| signature_id | Integer | Signature ID | |
| meta | Map | Metadata |