Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

scopely-devops/skewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

skewer

The Skew ElasticSearch Repo

Skewer uses skew to enumerate AWS resources and then indexes those resources into ElasticSearch.

Installation

Install skewer using pip:

$ pip install skewer

Once installed, configure your AWS config file as described in the skew README so skew can associate your AWS account IDs with the right profile in your config file.

Finally, run skewer:

$ skewer index --host <name of ElasticSearch host> --port 9200

This will use skew to enumerate all resources matching the ARN pattern

arn:aws:*:*:*:*/*

and will send the JSON data associated with each resource to the specified ElasticSearch server for indexing. A new index will be created named skewer-<timestamp> and an index alias will also be created called skewer.

Running:

$ skewer --help

will print out help for the skewer cli tool.

About

The Skew Elasticsearch Repository

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages