https://github.com/datalust/seq-app-replication
Seq.App.Replication - forward incoming events to another Seq server
https://github.com/datalust/seq-app-replication
Last synced: 10 months ago
JSON representation
Seq.App.Replication - forward incoming events to another Seq server
- Host: GitHub
- URL: https://github.com/datalust/seq-app-replication
- Owner: datalust
- License: apache-2.0
- Created: 2021-01-20T23:01:29.000Z (over 5 years ago)
- Default Branch: dev
- Last Pushed: 2025-05-18T22:58:59.000Z (about 1 year ago)
- Last Synced: 2025-05-18T23:31:46.180Z (about 1 year ago)
- Language: C#
- Size: 44.9 KB
- Stars: 2
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Replicator [](https://ci.appveyor.com/project/datalust/seq-app-replication/branch/dev)
The `Seq.App.Replication` plug-in, which forwards incoming events to another Seq server. Requires Seq 2025.1+.
This app can be used to implement store-and-forward to another Seq instance, for limited disaster recovery. For reliable built-in disaster recovery,
see [Clustering Overview](https://docs.datalust.co/docs/clustering-overview) in the Seq documentation.
> [!NOTE]
>
> This app does not fully support traces or OpenTelemetry envelope properties like `@Resource` and `@Scope`. See [Seq.App.Relay](https://github.com/datalust/seq-app-relay) for an alternative implementation that supports all current Seq features.
## Getting started
Get started with these [instructions for installing Seq apps](https://docs.datalust.co/docs/installing-output-apps).