Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scopely-devops/skewer
The Skew Elasticsearch Repository
https://github.com/scopely-devops/skewer
Last synced: 3 months ago
JSON representation
The Skew Elasticsearch Repository
- Host: GitHub
- URL: https://github.com/scopely-devops/skewer
- Owner: scopely-devops
- License: apache-2.0
- Archived: true
- Created: 2014-10-24T01:57:52.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2014-10-24T03:07:50.000Z (about 10 years ago)
- Last Synced: 2024-07-11T17:14:08.402Z (4 months ago)
- Language: Python
- Homepage:
- Size: 130 KB
- Stars: 16
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](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 --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-`` and an index alias will also be created called
``skewer``.Running:
$ skewer --help
will print out help for the ``skewer`` cli tool.