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

Latest commit

 

History

History
38 lines (24 loc) · 947 Bytes

File metadata and controls

38 lines (24 loc) · 947 Bytes

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.