From 6903ecb2cb2f2bcf036f8eeea25bf0ac77d7031a Mon Sep 17 00:00:00 2001 From: Moshe Eichler <78307768+MosheEichler@users.noreply.github.com> Date: Sun, 23 Jul 2023 12:05:04 +0300 Subject: [PATCH] Changed form < to { in README files in order to avoid failing the marketplace build (#28404) * ApacheWebServer fix Docusaurus parse error * replace < with { --- Packs/ApacheWebServer/README.md | 2 +- Packs/IvantiConnectSecure/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Packs/ApacheWebServer/README.md b/Packs/ApacheWebServer/README.md index c64e255a65bb..f9df3ed9e831 100644 --- a/Packs/ApacheWebServer/README.md +++ b/Packs/ApacheWebServer/README.md @@ -44,7 +44,7 @@ Open your Apache Web Server instance, and follow these instructions [Documentati ``` 10. Restart Apache to complete the syslog configuration. -* Pay attention: Timestamp Parsing is only available for the default **%t** format: `\[%d/%b/%Y<\Key>%H:%M:%S %z\] ` +* Pay attention: Timestamp Parsing is only available for the default **%t** format: \[%d/%b/%Y{Key}%H:%M:%S %z\] ## Collect Events from Vendor diff --git a/Packs/IvantiConnectSecure/README.md b/Packs/IvantiConnectSecure/README.md index ab598aac2bc4..0f68391c40aa 100644 --- a/Packs/IvantiConnectSecure/README.md +++ b/Packs/IvantiConnectSecure/README.md @@ -31,9 +31,9 @@ If you are interested in alternative or advanced settings, such as configuring f * %Y-%m-%dT%H:%M:%SZ - UTC +00:00 format. * %Y-%m-%dT%H:%M:E3SZ - UTC +00:00 format with 3 digits of fractional precision. * %Y-%m-%dT%H:%M:E*SZ - UTC +00:00 format with 6 digits of fractional precision. - * %Y-%m-%d<\Key>%H:%M:%S%Ez - RFC 3339 numeric time zone (+HH:MM or -HH:MM). - * %Y-%m-%d<\Key>%H:%M:%E3S%Ez - RFC 3339 numeric time zone (+HH:MM or -HH:MM) with 3 digits of fractional precision. - * %Y-%m-%d<\Key>%H:%M:%E*S%Ez - RFC 3339 numeric time zone (+HH:MM or -HH:MM) with 6 digits of fractional precision. + * %Y-%m-%d{Key}%H:%M:%S%Ez - RFC 3339 numeric time zone (+HH:MM or -HH:MM). + * %Y-%m-%d{Key}%H:%M:%E3S%Ez - RFC 3339 numeric time zone (+HH:MM or -HH:MM) with 3 digits of fractional precision. + * %Y-%m-%d{Key}%H:%M:%E*S%Ez - RFC 3339 numeric time zone (+HH:MM or -HH:MM) with 6 digits of fractional precision. ## Collect Events from Vendor