NCEAS / metadig-engine

MetaDig Engine: multi-dialect metadata assessment engine
7 stars 5 forks source link

Evaluate sending quality info to the ELK stack #190

Open gothub opened 5 years ago

gothub commented 5 years ago

Evaluate sending quality scores to the ElasticSearch Logstash Kibana (ELK) system used by the Making Data Count project. This would replace the current Solr index used by metadig-engine.

Changes to metadig-engine would involve:

gothub commented 5 years ago

After reviewing the metadig-engine code, it appears that the d1_index_processor code could still be used for parsing quality reports. A new Java class can be written to used the parsed and calculated info (quality scores, etc) to write out the JSON file that the Filebeat listener will read.