Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Open the application in your browser:
http://localhost:3000
```

Read the [dashboard/log-analyzer/README.md](./dashboard/log-analyzer/README.md) file for more information on how to use the application and [tinybird/README.md](./tinybird/README.md) for more information on how to customize the template.
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.

## Instrumenting your application

Expand Down Expand Up @@ -88,17 +88,17 @@ await fetch(
)
```

The example above uses the [logs](./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.
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.

Check the [examples](./examples) folder for some examples of how to do this with different languages, services and schemas.
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.

## Building a log aggregator with Vector

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

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

Check the [examples/vector](./examples/vector) folder for an example of how to do this with Vector.
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.

## Deployment

Expand Down