elastistack

command module
v0.0.0-...-0c7b888 Latest Latest
Warning

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

Go to latest
Published: Mar 14, 2017 License: Apache-2.0 Imports: 3 Imported by: 0

README

Elastistack

A simple tool for taking Golang stack trace data and pushing it as structured text into Elasticsearch.

Usage
Given a textual Golang stack trace, the import
command will parse the input file and insert the stack
trace data into Elasticsearch for further analysis.

Usage:
  elastistack import [flags]

  Flags:
    -e, --host string    Hostname for Elasticsearch endpoint (default "localhost")
    -i, --input string   Input filename containing Golang stack trace data
    -p, --port int       Port for Elasticsearch endpoint (default 9200)

  Global Flags:
    --log-level string   set the logging level (info,warn,err,debug) (default "warn")
A Full Example

See more details on how I use elastistack in this blog post

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Godeps
_workspace/src/github.com/Sirupsen/logrus
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
Package logrus is a structured logger for Go, completely API compatible with the standard library logger.
_workspace/src/github.com/bitly/go-hostpool
A Go package to intelligently and flexibly pool among multiple hosts from your Go application.
A Go package to intelligently and flexibly pool among multiple hosts from your Go application.
_workspace/src/github.com/maruel/panicparse/stack
Package stack analyzes stack dump of Go processes and simplifies it.
Package stack analyzes stack dump of Go processes and simplifies it.
_workspace/src/github.com/spf13/cobra
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
Package cobra is a commander providing a simple interface to create powerful modern CLI interfaces.
_workspace/src/github.com/spf13/pflag
Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
Package pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.

Jump to

Keyboard shortcuts

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