Skip to content

Commit

Permalink
Add a few words about supported destination formats in README
Browse files Browse the repository at this point in the history
  • Loading branch information
brenuart committed Aug 30, 2022
1 parent 472b362 commit 90e75e5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,11 @@ or this:
</appender>
```

Destinations are expressed using the following format: `host[:port]` where:
- `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]`).
- `port` is optional and, if specified, must be prefixed by a colon (`:`). It must be a valid integer value between `0` and `65535`.


The appender uses a `connectionStrategy` to determine:

* the order in which destination connections are attempted, and
Expand Down

0 comments on commit 90e75e5

Please sign in to comment.