ewalker-waf-system-logs
Get system logs from eWalker WAF devices.
ewalker-waf-system-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 |
es_id | String | Log ID | Elastic log id |
hostname | String | Hostname | e.g. SWA-1000S-DEMO |
status | String | Status | e.g. alert, notice, clear |
code | String | Code | e.g. 500425 |
msg | String | Message | e.g. [notice] system has entered SW bypass mode segment(#1) |