From ca0fc7731840efcf5af47130de3935207f2c5169 Mon Sep 17 00:00:00 2001 From: Amos Paul Date: Thu, 25 Sep 2025 13:54:31 -0500 Subject: [PATCH] [MOR] docs for ipsec logs --- .../datasets/account/ipsec_logs.md | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/content/docs/logs/logpush/logpush-job/datasets/account/ipsec_logs.md diff --git a/src/content/docs/logs/logpush/logpush-job/datasets/account/ipsec_logs.md b/src/content/docs/logs/logpush/logpush-job/datasets/account/ipsec_logs.md new file mode 100644 index 000000000000000..c0058829679cdba --- /dev/null +++ b/src/content/docs/logs/logpush/logpush-job/datasets/account/ipsec_logs.md @@ -0,0 +1,52 @@ +--- +# Code generator. DO NOT EDIT. + +title: IPSec Logs +pcx_content_type: configuration +sidebar: + order: 21 +--- + +The descriptions below detail the fields available for `ipsec_logs`. + +## Level + +Type: `string` + +The level of the log. + +## LocalIP + +Type: `string` + +The local IP address associated with the log. + +## LocalPort + +Type: `int` + +The local port associated with the log. + +## Message + +Type: `string` + +The log message. + +## RemoteIP + +Type: `string` + +The remote IP address associated with the log. + +## RemotePort + +Type: `int` + +The remote port associated with the log. + +## Timestamp + +Type: `int or string` + +Timestamp at which the log occurred.