Fix run log ingest and terminal console layout
This commit is contained in:
@@ -2355,7 +2355,7 @@ func validArtifactState(state domain.ArtifactState) bool {
|
||||
|
||||
func validLogStreamSource(source domain.LogStreamSource) bool {
|
||||
switch source {
|
||||
case domain.LogStreamSourceProcess, domain.LogStreamSourceFile, domain.LogStreamSourcePlugin:
|
||||
case domain.LogStreamSourceProcess, domain.LogStreamSourceFile, domain.LogStreamSourcePlugin, domain.LogStreamSourceManagementProgram:
|
||||
return true
|
||||
default:
|
||||
return strings.TrimSpace(string(source)) != ""
|
||||
|
||||
Reference in New Issue
Block a user