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
- Host: GitHub
- URL: https://github.com/datalust/seq-examples
- Owner: datalust
- Created: 2024-01-17T00:27:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-08T05:44:07.000Z (about 1 year ago)
- Last Synced: 2025-05-08T06:29:13.831Z (about 1 year ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```