Skip to content

Commit e8d037f

Browse files
authored
fix curl command to reference the relevant region
1 parent c5432cd commit e8d037f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/shipping/Other/curl.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ cURL is a command line utility for transferring data, useful for testing configu
2626
2. To send a single text log line using cURL, use the following command. This sends your message as a JSON payload:
2727

2828
```shell
29-
curl --location 'https://listener.logz.io:8071?token=<<SHIPPING_TOKEN>>&type=text' \
29+
curl --location 'https://<<LISTENER-HOST>>:8071?token=<<LOG-SHIPPING-TOKEN>>&type=text' \
3030
--header 'Content-Type: application/json' \
31-
--data '{"<<test>>": "<<support>>"}'
31+
--data '{"<<FIELD>>": "<<VALUE>>"}'
3232
```
3333

3434
Replace `<<SHIPPING_TOKEN>>` with your account's shipping token.
@@ -114,4 +114,4 @@ Encounter an issue? See our [log shipping troubleshooting](https://docs.logz.io/
114114
115115
116116
117-
117+

0 commit comments

Comments
 (0)