Skip to content

Commit 90e75e5

Browse files
committed
Add a few words about supported destination formats in README
1 parent 472b362 commit 90e75e5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@ or this:
386386
</appender>
387387
```
388388

389+
Destinations are expressed using the following format: `host[:port]` where:
390+
- `host` can be a hostname (eg. `localhost`) , an IPv4 address (eg. `192.168.1.1`) or an IPv6 address enclosed between brackets (eg. `[2001:db8::1]`).
391+
- `port` is optional and, if specified, must be prefixed by a colon (`:`). It must be a valid integer value between `0` and `65535`.
392+
393+
389394
The appender uses a `connectionStrategy` to determine:
390395

391396
* the order in which destination connections are attempted, and

0 commit comments

Comments
 (0)