Skip to content

Datalust's Seq Installation

Mohamed Samy edited this page Jan 20, 2020 · 1 revision

Introduction

Seq is modern Json-based Structured Log Collector, Visualizer & Analyzer with Message Template support. It is deeply integrated with SecureDNS Infrastructure, Middlewares & Modules to provide unique visibility into all layers of DNS Protocol.

Installation

Option 1: Using Windows MSI Installer Manually

Download

Option 2: Using Windows MSI Installer via PowerShell Core

> curl "https://getseq.blob.core.windows.net/releases/Seq-5.1.3364.msi" --output .
> .\Seq-5.1.3364.msi /quiet
> Invoke-Item "$Env:Programfiles\Seq\Admin\Seq.Administration.exe"

Option 3: Using Docker Container

> docker run -e ACCEPT_EULA=Y -p 5341:80 datalust/seq:latest