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: TEMPLATE.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,11 @@ You can use this template to bootstrap logging analytics for any software projec
4
4
5
5
## Quick Start
6
6
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.
8
8
9
9
Configure your Tinybird environment variables in Vercel:
@@ -57,7 +57,7 @@ Open the application in your browser:
57
57
http://localhost:3000
58
58
```
59
59
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.
61
61
62
62
## Instrumenting your application
63
63
@@ -88,17 +88,17 @@ await fetch(
88
88
)
89
89
```
90
90
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.
92
92
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.
94
94
95
95
## Building a log aggregator with Vector
96
96
97
97
Vector is a log aggregator that is used to collect, process, and store logs built by DataDog.
98
98
99
99
You can use Vector to collect logs from different sources and send them to a Tinybird Sink.
100
100
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.
102
102
103
103
## Deployment
104
104
@@ -109,5 +109,5 @@ cd tinybird
109
109
tb --cloud deploy
110
110
```
111
111
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.
0 commit comments