gardart / elastic-metricbeat-padt

Elastic (ELK) Metricbeat install deployment package for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elastic-metricbeat-padt

Elastic Metricbeat deployment package for Windows

Installation

[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Invoke-WebRequest -Uri "https://github.com/gardart/elastic-metricbeat-padt/archive/master.zip" -outfile "$env:TEMP\master.zip" -Verbose
Expand-Archive -Path "$env:TEMP\master.zip" -DestinationPath "$env:TEMP" -Force -Verbose
. $env:TEMP\elastic-metricbeat-padt-master\Deploy-Application.ps1

About

Elastic (ELK) Metricbeat install deployment package for Windows


Languages

Language:PowerShell 95.2%Language:C# 4.8%