ewalker-waf-traffic-logs
Get traffic logs from eWalker WAF devices.
ewalker-waf-traffic-logs [profile=PROFILE] [duration=NUM{mon|w|d|h|m|s}] [from=yyyyMMddHHmmss] [to=yyyyMMddHHmmss] [order=ORDER]
- profile=PROFILE
- eWalker WAF connect profile code
- duration=NUM{mon|w|d|h|m|s}
- Scan only recent data. You should use s(second), m(minute), h(hour), d(day), mon(month) time unit. For example,
10s
means 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.
- order=ORDER
- Scan direction.
desc
orasc
.
Output Fields
Field | Type | Name | Description |
---|---|---|---|
_time | Date | Time | Log time |
profile | String | Connect profile | eWalker WAF connect profile code |
device_ip | IP address | Device IP | WAF device IP address |
es_id | String | ID | Elastic log id |
in_bytes | Long | Inbound bytes | |
out_bytes | Long | Outbound bytes | |
app | String | App | e.g. HTTP, HTTPS |
target_id | Integer | Target server ID | |
target_server | String | Target server |