Skip to content

Commit 778079f

Browse files
authored
Update TEMPLATE.md
Updated the links
1 parent 8409018 commit 778079f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

TEMPLATE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ You can use this template to bootstrap logging analytics for any software projec
44

55
## Quick Start
66

7-
Deploy the project to [Tinybird](https://app.tinybird.co?starter_kit=https://github.com/tinybirdco/log-analytics-template/tinybird) and [Vercel](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ftinybirdco%2Flog-analytics-template&project-name=tinybird-log-analytics-template&repository-name=tinybird-log-analytics-template&demo-description=Custom%20analytics%20for%20your%20application%20logs%20using%20Tinybird&demo-url=https%3A%2F%2Flogs.tinybird.app&demo-image=//github.com/tinybirdco/log-analytics-template/blob/main/dashboard/log-analyzer/public/banner.png?raw=true&root-directory=dashboard/log-analyzer) to get started quickly.
7+
Deploy the project to [Tinybird](https://app.tinybird.co?starter_kit=https://github.com/tinybirdco/logs-explorer-template/tinybird) and [Vercel](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ftinybirdco%2Flogs-explorer-template&project-name=tinybird-logs-explorer-template&repository-name=tinybird-logs-explorer-template&demo-description=Custom%20logs%20explorer%20for%20your%20application%20logs%20using%20Tinybird&demo-url=http%3A%2F%2Flogs.tinybird.app&demo-image=//github.com/tinybirdco/logs-explorer-template/blob/main/dashboard/log-analyzer/public/banner.png?raw=true&root-directory=dashboard&integration-ids=oac_uoH2YyxhaS1H6UYvtuRbRbDY) to get started quickly.
88

99
Configure your Tinybird environment variables in Vercel:
1010

11-
```
11+
```sh
1212
NEXT_PUBLIC_TINYBIRD_API_KEY=<YOUR_TINYBIRD_ADMIN_TOKEN>
1313
NEXT_PUBLIC_TINYBIRD_API_URL=<YOUR_TINYBIRD_HOST_REGION>
1414
```
@@ -57,7 +57,7 @@ Open the application in your browser:
5757
http://localhost:3000
5858
```
5959

60-
Read the [dashboard/log-analyzer/README.md](https://github.com/tinybirdco/log-analytics-template/blob/main/dashboard/log-analyzer/README.md) file for more information on how to use the application and [tinybird/README.md](https://github.com/tinybirdco/log-analytics-template/blob/main/tinybird/README.md) for more information on how to customize the template.
60+
Read the [dashboard/log-analyzer/README.md](https://github.com/tinybirdco/logs-explorer-template/blob/main/dashboard/log-analyzer/README.md) file for more information on how to use the application and [tinybird/README.md](https://github.com/tinybirdco/logs-explorer-template/blob/main/tinybird/README.md) for more information on how to customize the template.
6161

6262
## Instrumenting your application
6363

@@ -88,17 +88,17 @@ await fetch(
8888
)
8989
```
9090

91-
The example above uses the [logs](https://github.com/tinybirdco/log-analytics-template/blob/main/tinybird/datasources/logs.datasource) Data Source and schema in this template but you can use your own Data Source and schema, append logs and build your own logging analytics application.
91+
The example above uses the [logs](https://github.com/tinybirdco/logs-explorer-template/blob/main/tinybird/datasources/logs.datasource) Data Source and schema in this template but you can use your own Data Source and schema, append logs and build your own logging analytics application.
9292

93-
Check the [examples](https://github.com/tinybirdco/log-analytics-template/tree/main/examples) folder for some examples of how to do this with different languages, services and schemas.
93+
Check the [examples](https://github.com/tinybirdco/logs-explorer-template/tree/main/examples) folder for some examples of how to do this with different languages, services and schemas.
9494

9595
## Building a log aggregator with Vector
9696

9797
Vector is a log aggregator that is used to collect, process, and store logs built by DataDog.
9898

9999
You can use Vector to collect logs from different sources and send them to a Tinybird Sink.
100100

101-
Check the [examples/vector](https://github.com/tinybirdco/log-analytics-template/tree/main/examples/vector) folder for an example of how to do this with Vector.
101+
Check the [examples/vector](https://github.com/tinybirdco/logs-explorer-template/tree/main/examples/vector) folder for an example of how to do this with Vector.
102102

103103
## Deployment
104104

@@ -109,5 +109,5 @@ cd tinybird
109109
tb --cloud deploy
110110
```
111111

112-
Once deployed copy your Tinybird cloud host and `read_pipes` token, [deploy the Next.js application to Vercel](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ftinybirdco%2Flog-analytics-template&project-name=tinybird-log-analytics-template&repository-name=tinybird-log-analytics-template&demo-description=Custom%20analytics%20for%20your%20application%20logs%20using%20Tinybird&demo-url=http%3A%2F%2Flog-analytics.tinybird.co&demo-image=//github.com/tinybirdco/log-analytics-starter-kit/blob/main/dashboard/public/banner.png?raw=true&root-directory=dashboard&integration-ids=oac_uoH2YyxhaS1H6UYvtuRbRbDY) and configure the environment variables.
112+
Once deployed copy your Tinybird cloud host and `read_pipes` token, [deploy the Next.js application to Vercel](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Ftinybirdco%2Flogs-explorer-template&project-name=tinybird-logs-explorer-template&repository-name=tinybird-logs-explorer-template&demo-description=Custom%20logs%20explorer%20for%20your%20application%20logs%20using%20Tinybird&demo-url=http%3A%2F%2Flogs.tinybird.app&demo-image=//github.com/tinybirdco/logs-explorer-template/blob/main/dashboard/log-analyzer/public/banner.png?raw=true&root-directory=dashboard&integration-ids=oac_uoH2YyxhaS1H6UYvtuRbRbDY) and configure the environment variables.
113113

0 commit comments

Comments
 (0)