flare

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2020 License: Apache-2.0 Imports: 46 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateArchive

func CreateArchive(local bool, distPath, pyChecksPath, logFilePath string) (string, error)

CreateArchive packages up the files

func CreateDCAArchive

func CreateDCAArchive(local bool, distPath, logFilePath string) (string, error)

CreateDCAArchive packages up the files

func CreateSecurityAgentArchive

func CreateSecurityAgentArchive(local bool, logFilePath string) (string, error)

CreateSecurityAgentArchive packages up the files

func GetClusterAgentConfigCheck

func GetClusterAgentConfigCheck(w io.Writer, withDebug bool) error

GetClusterAgentConfigCheck proxies GetConfigCheck overidding the URL

func GetClusterAgentDiagnose

func GetClusterAgentDiagnose(w io.Writer) error

GetClusterAgentDiagnose dumps the connectivity checks diagnose to the writer

func GetClusterChecks

func GetClusterChecks(w io.Writer) error

GetClusterChecks dumps the clustercheck dispatching state to the writer

func GetConfigCheck

func GetConfigCheck(w io.Writer, withDebug bool) error

GetConfigCheck dump all loaded configurations to the writer

func GetEndpointsChecks

func GetEndpointsChecks(w io.Writer) error

GetEndpointsChecks dumps the endpointschecks dispatching state to the writer

func PrintConfig

func PrintConfig(w io.Writer, c integration.Config)

PrintConfig prints a human-readable representation of a configuration

func QueryDCAMetrics

func QueryDCAMetrics() ([]byte, error)

QueryDCAMetrics gets the metrics payload exposed by the cluster agent

func SendFlare

func SendFlare(archivePath string, caseID string, email string) (string, error)

SendFlare will send a flare and grab the local hostname

func SendFlareWithHostname

func SendFlareWithHostname(archivePath string, caseID string, email string, hostname string) (string, error)

SendFlareWithHostname sends a flare with a set hostname

Types

type RedactingWriter

type RedactingWriter struct {
	// contains filtered or unexported fields
}

RedactingWriter is a writer that will redact content before writing to target

func NewRedactingWriter

func NewRedactingWriter(t string, p os.FileMode, buffered bool) (*RedactingWriter, error)

NewRedactingWriter instantiates a RedactingWriter to target with given permissions

func (*RedactingWriter) Close

func (f *RedactingWriter) Close() error

Close closes the underlying file, if buffered previously flushes the contents

func (*RedactingWriter) Flush

func (f *RedactingWriter) Flush() error

Flush if this is a buffered writer, it flushes the buffer, otherwise NOP

func (*RedactingWriter) RegisterReplacer

func (f *RedactingWriter) RegisterReplacer(r log.Replacer)

RegisterReplacer register additional replacers to run on stream

func (*RedactingWriter) Truncate

func (f *RedactingWriter) Truncate(size int64) error

Truncate truncates the file of the target file to the specified size

func (*RedactingWriter) Write

func (f *RedactingWriter) Write(p []byte) (int, error)

Write writes the redacted byte stream, applying all replacers and credential cleanup to target

func (*RedactingWriter) WriteFromFile

func (f *RedactingWriter) WriteFromFile(filePath string) (int, error)

WriteFromFile will read contents from file and write them redacted to target

type SearchPaths

type SearchPaths map[string]string

SearchPaths is just an alias for a map of strings

Jump to

Keyboard shortcuts

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