Skip to content

Commit

Permalink
Update system-testing.asciidoc (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicpenning authored Jul 18, 2023
1 parent 2ec08a6 commit a76d04c
Showing 1 changed file with 25 additions and 7 deletions.
32 changes: 25 additions & 7 deletions docs/en/integrations/system-testing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,31 @@ whose input type matches the `input` value will be tested. By default, the first

The `SERVICE_LOGS_DIR` placeholder is not the only one available for use in a data stream's `test-<test_name>-config.yml` file. The complete list of available placeholders is shown below.

| Placeholder name | Data type | Description |
| --- | --- | --- |
| `Hostname`| string | Addressable host name of the integration service. |
| `Ports` | []int | Array of addressable ports the integration service is listening on. |
| `Port` | int | Alias for `Ports[0]`. Provided as a convenience. |
| `Logs.Folder.Agent` | string | Path to integration service's logs folder, as addressable by the Agent. |
| `SERVICE_LOGS_DIR` | string | Alias for `Logs.Folder.Agent`. Provided as a convenience. |
[cols="1,1,1"]
|===
|Placeholder name |Data type |Description

|`Hostname`
|string
|Addressable host name of the integration service.

|`Ports`
|[]int
|Array of addressable ports the integration service is listening on.

|`Port`
|int
|Alias for `Ports[0]`. Provided as a convenience.

|`Logs.Folder.Agent`
|string
|Path to integration service's logs folder, as addressable by the Agent.

|`SERVICE_LOGS_DIR`
|string
|Alias for `Logs.Folder.Agent`. Provided as a convenience.

|===

Placeholders used in the `test-<test_name>-config.yml` must be enclosed in `{{` and `}}` delimiters, per Handlebars syntax.

Expand Down

0 comments on commit a76d04c

Please sign in to comment.