An open API service indexing awesome lists of open source software.

https://github.com/datalust/seq-examples

Examples of configuring projects to send telemetry to Seq
https://github.com/datalust/seq-examples

Last synced: 10 months ago
JSON representation

Examples of configuring projects to send telemetry to Seq

Awesome Lists containing this project

README

          

Seq Examples
===================

A collection of examples demonstrating how to do things with Seq.

`/clients` - contains examples of different ways to connect a client to Seq

`/cluster` - contains examples of configuring Seq into a cluster

A suitable temporary Seq server can be started with:

```shell
> docker run -e ACCEPT_EULA=Y -e SEQ_FIRSTRUN_NOAUTHENTICATION=True --rm -p 5341:80 datalust/seq
```