You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example-project/README.md
+13-5Lines changed: 13 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,10 +15,12 @@ npm install
15
15
To run the example application, simply run the following command:
16
16
17
17
```bash
18
-
node index.js <source-token>
18
+
node index.js <source-token><ingesting-host>
19
19
```
20
20
21
-
_Don't forget to replace <source-token> with your actual source token which you can find by going to logs.betterstack.com -> sources -> edit._
21
+
_Don't forget to replace <source-token> with your actual source token which you can find by going to telemetry.betterstack.com -> sources -> configure._
22
+
23
+
The `<ingesting-host>` variable is optional. It defaults to `https://in.logs.betterstack.com` but you can provide a different host by heading to **[Sources](https://telemetry.betterstack.com/team/0/sources) -> Configure** in Better Stack.
0 commit comments