We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This request is to enable user to index json formatted crawler frames into a elasticsearch index.
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
elastic
crawler/plugins_managers.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 enablecrawler/plugins_managers.py
to find the ElasticSearch EmitterThe text was updated successfully, but these errors were encountered: