logs

package
v0.15.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 18, 2024 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Command = cli.Command{
	Name:        "logs",
	Aliases:     []string{"log"},
	Description: "View recent application logs from Cloudwatch or stream them in real time",
	Usage:       "View recent application logs from Cloudwatch or stream them in real time",
	Action:      cli.ShowSubcommandHelp,
	Subcommands: []*cli.Command{&getCommand, &watchCommand},
}
View Source
var ServiceLogGroupNameMap = map[string]string{
	"api":            "APILogGroupName",
	"idp-sync":       "IDPSyncLogGroupName",
	"accesshandler":  "AccessHandlerLogGroupName",
	"events":         "EventBusLogGroupName",
	"event-handler":  "EventsHandlerLogGroupName",
	"granter":        "GranterLogGroupName",
	"slack-notifier": "SlackNotifierLogGroupName",
	"governance-api": "GovernanceAPILogGroupName",
	"webhook":        "WebhookLogGroupName",
	"cache-sync":     "CacheSyncLogGroupName",
	"healthcheck":    "HealthcheckLogGroupName",
}

ServiceLogGroupNameMap maps shorthand service labels to CFN output names These output names are defined in the CDK stack the services names are defined here for this CLI command, and may be different in other usages

View Source
var ServiceNames = []string{
	"api",
	"idp-sync",
	"accesshandler",
	"events",
	"event-handler",
	"granter",
	"slack-notifier",
	"webhook",
	"cache-sync",
	"healthcheck",
	"governance-api",
}

the services names are defined here for this CLI command, and may be different in other usages

Functions

This section is empty.

Types

type GetEventsOpts

type GetEventsOpts struct {
	Group string
	Start string
	End   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL