Skip to content

Commit

Permalink
Changed form < to { in README files in order to avoid failing the mar…
Browse files Browse the repository at this point in the history
…ketplace build (demisto#28404)

* ApacheWebServer fix Docusaurus parse error

* replace < with {
  • Loading branch information
MosheEichler authored and xsoar-bot committed Aug 2, 2023
1 parent e72b9e9 commit 6903ecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Packs/ApacheWebServer/README.md
Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions Packs/IvantiConnectSecure/README.md
Expand Up @@ -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
Expand Down

0 comments on commit 6903ecb

Please sign in to comment.