Skip to content
Snippets Groups Projects
Commit d75f8162 authored by David Štencel's avatar David Štencel
Browse files

Merge branch 'elk-graphapi' into 'unified'

elk-logs: fix ELK url path

See merge request !2
parents 3697c344 35e64c24
No related branches found
No related tags found
2 merge requests!3Unified,!2elk-logs: fix ELK url path
......@@ -328,7 +328,7 @@ function Send-Logs {
Write-ScriptLog -type "info" -Message "Sending logs to logstash"
# Create some variable beforehand
$UriBuilder = New-Object System.UriBuilder('https', $Ip, $Port)
$UriBuilder = New-Object System.UriBuilder('https', $Ip, $Port, $Type)
$Uri = $UriBuilder.ToString()
$SendErr = $False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment