https://github.com/hinni/seq-input-mssql
Import data from MSSQL database to Seq. For example for error logs stored in tables.
https://github.com/hinni/seq-input-mssql
input mssql seq
Last synced: 7 months ago
JSON representation
Import data from MSSQL database to Seq. For example for error logs stored in tables.
- Host: GitHub
- URL: https://github.com/hinni/seq-input-mssql
- Owner: Hinni
- License: other
- Created: 2019-10-02T12:39:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-26T20:15:12.000Z (11 months ago)
- Last Synced: 2025-07-12T22:36:45.770Z (7 months ago)
- Topics: input, mssql, seq
- Language: C#
- Homepage:
- Size: 140 KB
- Stars: 4
- Watchers: 2
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Seq.Input.MSSql
A Seq custom input that pulls messages from SQL tables.
## Getting started
The app is published to NuGet as [_Seq.Input.MsSql_](https://nuget.org/packages/Seq.Input.MSSql). Follow the instructions for [installing a Seq App](https://docs.datalust.co/docs/installing-seq-apps) and start an instance of the app, providing your SQL details.
## Update notice
Update Seq.Input.MSSQL to provide structured properties for interoperability with other apps such as Seq.App.OpsGenie and Seq.App.Atlassian.Jira.
## Contributors
- [Hinni](https://github.com/Hinni)
- [MattMofDoom](https://github.com/MattMofDoom)