Skip to main content

Enumerate AWS resources and index them in ElasticSearch

Project description

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](https://github.com/scopely-devops/skew/blob/develop/README.md) 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.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skewer-0.1.tar.gz (8.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page