File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1038,7 +1038,7 @@ func PostTelegrafMetricsToLA(telegrafRecords []map[interface{}]interface{}) int
1038
1038
Log (message )
1039
1039
}
1040
1040
1041
- if IsWindows == false || IsAADMSIAuthMode { //for linux and for windows MSI Auth: mdsd/ama route
1041
+ if IsWindows == false || ( IsAADMSIAuthMode && ! IsGenevaLogsIntegrationEnabled ) { //for linux and for windows MSI Auth and non geneva mode : mdsd/ama route
1042
1042
var msgPackEntries []MsgPackEntry
1043
1043
var i int
1044
1044
start := time .Now ()
@@ -1136,7 +1136,7 @@ func PostTelegrafMetricsToLA(telegrafRecords []map[interface{}]interface{}) int
1136
1136
}
1137
1137
}
1138
1138
1139
- } else { // for windows legacy auth, ODS direct
1139
+ } else { // for windows legacy auth or windows msi auth in geneva mode , ODS direct
1140
1140
1141
1141
var metrics []laTelegrafMetric
1142
1142
var i int
You can’t perform that action at this time.
0 commit comments