Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

re-enable adx path #420

Merged
merged 1 commit into from
Aug 6, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions source/plugins/go/src/oms.go
Original file line number Diff line number Diff line change
Expand Up @@ -1323,9 +1323,7 @@ func InitializePlugin(pluginConfPath string, agentVersion string) {
ContainerLogsRouteV2 = true
Log("Routing container logs thru %s route...", ContainerLogsV2Route)
fmt.Fprintf(os.Stdout, "Routing container logs thru %s route... \n", ContainerLogsV2Route)
//} else if strings.Compare(ContainerLogsRoute, ContainerLogsADXRoute) == 0 {
//making dormant with below comparison for now --
} else if strings.Compare("willnot", "match") == 0 {
} else if strings.Compare(ContainerLogsRoute, ContainerLogsADXRoute) == 0 {
//check if adx clusteruri, clientid & secret are set
var err error
AdxClusterUri, err = ReadFileContents(PluginConfiguration["adx_cluster_uri_path"])
Expand Down