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

Automated cherry pick of #3296: The dashboard name has changed in the installer repo, change #3297

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
3 changes: 2 additions & 1 deletion pkg/render/logstorage.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import (

v3 "github.com/tigera/api/pkg/apis/projectcalico/v3"
"github.com/tigera/api/pkg/lib/numorstring"

operatorv1 "github.com/tigera/operator/api/v1"
"github.com/tigera/operator/pkg/common"
"github.com/tigera/operator/pkg/components"
Expand Down Expand Up @@ -134,7 +135,7 @@ const (
ElasticsearchTLSHashAnnotation = "hash.operator.tigera.io/es-secrets"

TimeFilter = "_g=(time:(from:now-24h,to:now))"
FlowsDashboardName = "Tigera Secure EE Flow Logs"
FlowsDashboardName = "Calico Enterprise Flow Logs"
)

const (
Expand Down