Skip to content

Commit ca0fc77

Browse files
committed
[MOR] docs for ipsec logs
1 parent 7313754 commit ca0fc77

File tree

1 file changed

+52
-0
lines changed
  • src/content/docs/logs/logpush/logpush-job/datasets/account

1 file changed

+52
-0
lines changed
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
# Code generator. DO NOT EDIT.
3+
4+
title: IPSec Logs
5+
pcx_content_type: configuration
6+
sidebar:
7+
order: 21
8+
---
9+
10+
The descriptions below detail the fields available for `ipsec_logs`.
11+
12+
## Level
13+
14+
Type: `string`
15+
16+
The level of the log.
17+
18+
## LocalIP
19+
20+
Type: `string`
21+
22+
The local IP address associated with the log.
23+
24+
## LocalPort
25+
26+
Type: `int`
27+
28+
The local port associated with the log.
29+
30+
## Message
31+
32+
Type: `string`
33+
34+
The log message.
35+
36+
## RemoteIP
37+
38+
Type: `string`
39+
40+
The remote IP address associated with the log.
41+
42+
## RemotePort
43+
44+
Type: `int`
45+
46+
The remote port associated with the log.
47+
48+
## Timestamp
49+
50+
Type: `int or string`
51+
52+
Timestamp at which the log occurred.

0 commit comments

Comments
 (0)