Added Elasticsearch Emitter to index Frames into an ElasticSearch Index#395
Added Elasticsearch Emitter to index Frames into an ElasticSearch Index#395maheshbabugorantla wants to merge 3 commits intocloudviz:masterfrom
Conversation
Signed-off-by: Mahesh Babu Gorantla <maheshbabugorantla@gmail.com>
requirements.txt
Outdated
| python-dateutil==2.4.2 | ||
| semantic_version==2.5.0 | ||
| Yapsy==1.11.223 | ||
| backports.ssl-match-hostname==3.7.0.1 |
There was a problem hiding this comment.
Plugin-specific dependencies should not be added to the global list, but installed inside the plugin itself.
Think about the case where one isn't using the emitter but yet ends up installing all the unnecessary packages.
There was a problem hiding this comment.
@sahilsuneja1 Okay I made the change suggested and rolled back the global list of packages in requirements.txt file.
|
Test environment setup failing. Maybe need to update |
Signed-off-by: Mahesh Babu Gorantla <maheshbabugorantla@gmail.com>
Signed-off-by: Mahesh Babu Gorantla <maheshbabugorantla@gmail.com>
|
I tried updating test environment setup but failed (#396). Error: |
ElasticSearch Emitter
Resolves Issue #392
Summary of Changes
Elasticsearch EmitterUnitTestto test formatting of crawler frames into elasticsearch document formatResults
Environment Setup
Crawling and Indexing frames in INVM Crawl Mode
Kibana Query (Filtering by extraMetadata fields)
hostname : "my_ubuntu_1804" and iteration_number : "1"

hostname : "my_ubuntu_1804" and iteration_number : "2"
