Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add ElasticSearch Emitter #392

Open
maheshbabugorantla opened this issue Jul 12, 2020 · 0 comments
Open

Feature: Add ElasticSearch Emitter #392

maheshbabugorantla opened this issue Jul 12, 2020 · 0 comments

Comments

@maheshbabugorantla
Copy link

Description

This request is to enable user to index json formatted crawler frames into a elasticsearch index.

How to Use

An example command to push the crawled metrics to elasticsearch endpoint is

sudo venv/bin/python crawler/crawler.py --url elastic://localhost:9200 --features os,disk,process,package --extraMetadata '{"iteration_number": 1, "hostname": "my_ubuntu_1804"}' --format json

The elastic header should enable crawler/plugins_managers.py to find the ElasticSearch Emitter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant