Documentation ¶
Overview ¶
Copyright (c) Edgeless Systems GmbH
SPDX-License-Identifier: AGPL-3.0-only
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // DebugdLogcollectPrefix is the prefix for all OpenSearch fields specified by the user when starting through debugd. DebugdLogcollectPrefix = "logcollect." // AllowedFields are the fields that are allowed to be used in the logcollection. AllowedFields = map[string]struct{}{ "admin": {}, "is_debug_cluster": {}, "github.actor": {}, "github.workflow": {}, "github.run-id": {}, "github.run-attempt": {}, "github.ref-name": {}, "github.sha": {}, "github.runner-os": {}, "github.e2e-test-payload": {}, "github.is-debug-cluster": {}, "github.e2e-test-provider": {}, "deployment-type": {}, } )
Functions ¶
This section is empty.
Types ¶
type Fields ¶
Fields are the OpenSearch fields that are associated with a log message.
Click to show internal directories.
Click to hide internal directories.