8000 GitHub - agaurav/sumo-util
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

agaurav/sumo-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utility command line tool for sumologic content

installation

go install github.com/agaurav/sumo-util@v0.1.1

or downaload the latest binary for your system from release page

wget -O - https://github.com/agaurav/sumo-util/releases/download/v0.1.0/sumo-util_0.1.1_Linux_x86_64.tar.gz | tar xvz -C /path/to/bin

usage

sumo-util json2tf dashboard.json

the above will create a respective dashboard.tf file in the directory where the command was invoked.

To specify output directory or file use the -o flag.

sumo-util json2tf dashboard.json -o ../tf_dash
sumo-util json2tf monitor.json -o ../tf/mon.tf
#### Available Commands:
``` shell
json2tf        convert exported json from sumo ui to a terraform file 
<
58F0
span class="pl-s">
help           Help about any command

currently supported content

  • dashboards (v2)
  • Monitors

todo

  • SLOs

Flags: -h, --help help for sumo-util

Use "sumo-util [command] --help" for more information about a command.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

0