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
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file skewer-0.1.tar.gz
.
File metadata
- Download URL: skewer-0.1.tar.gz
- Upload date:
- Size: 8.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6870b8d31067d8a43c3bceb76d48c63620b117870b3c78c7807bedb9ca7fb55c |
|
MD5 | 3977afc775b66b4240682d6e9c3072ea |
|
BLAKE2b-256 | 04fecb43c23578bbebe0342d662e36e14f63222bfab24bae8a63d5912f6d8202 |