ITEA3-Measure / MeasurePlatform

The Measure Platform is a web application which allows to collect, compute, store, and visualize measurements by execution of software measures (they may be defined in SMM - Structured Metrics Metamodel)
10 stars 4 forks source link

Measure Logs - can't load image #20

Closed adilupei closed 7 years ago

adilupei commented 7 years ago

when accessing Platform/Measure Collect menu there is an image that can't be loaded. On mouse over shows "localhost connection refused to connect

Extra infos:

aabherve commented 7 years ago

it's not an image, it's a kibana graph integrated as iframe. Pleasue check that kibana is installed and runing. On my side , i will study potential issues with Chrome and vmware

adilupei commented 7 years ago

I have kibana running on 5601 port (default). I can access it using external vm IP (http://192.168.174.162:5601/app/kibana#/management/kibana/index?_g=()). I have no index pattern configured in kibana.

aabherve commented 7 years ago

Could you check the measure.kibana.adress paremeter in application.properties and try to replace it by 192.168.174.162:5601

In this version, you will have to create an index pattern name "measure" in kibana. ( In developement version of the platform, index and managed automaticly by the platform).

adilupei commented 7 years ago

measure.kibana.address=localhost:5601. I will enter vm's public ip.

adilupei commented 7 years ago

now it works but I have to do configure an index pattern in kibana. maybe it is related to the measure or measure_instance I've added. I can't find anything in documentation regarding kibana configuration. (I didn't run any measure at this point)

aabherve commented 7 years ago

In this version of the platform, you have to :

adilupei commented 7 years ago

I've added it manually but I can't see any visualization. see attached screenshot.

screen shot 2017-09-28 at 13 35 01
aabherve commented 7 years ago

Index are now managed automaticly by the platform