Hello, We have installed Apache Griffin, but when jobs are executed from the UI we are not able to see the results because metrics are being stored only in HDFS, but not in ElasticSearch. Does anybody know how can we see why metrics are not being stored in ElasticSearch. Configuration in application.properties for Elasticsearch is the default configuration:
# elasticsearch elasticsearch.host=127.0.0.1 elasticsearch.port=9200 elasticsearch.scheme=http # elasticsearch.user = user # elasticsearch.password = password Regards
