Created 09-13-2016 05:35 AM
Hi. I am doing full-dev-platfrom of Metron and have reached the stage where kibana dashboard is getting deployed but am getting the following error:
: [node1]: FAILED! => {"changed": true, "cmd": "elasticdump --output=http://node1:9200/.kibana --input=/tmp/kibana-index.json", "delta": "0:00:00.494524", "end": "2016-09-13 05:13:18.150559", "failed": true, "rc": 1, "start": "2016-09-13 05:13:17.656035", "stderr": "Tue, 13 Sep 2016 05:13:18 GMT | Error Emitted => Cannot read property 'body' of undefined", "stdout": "Tue, 13 Sep 2016 05:13:18 GMT | starting dump\nTue, 13 Sep 2016 05:13:18 GMT | got 34 objects from source file (offset: 0)\nTue, 13 Sep 2016 05:13:18 GMT | Total Writes: 0\nTue, 13 Sep 2016 05:13:18 GMT | dump ended with error (set phase) => TypeError: Cannot read property 'body' of undefined", "stdout_lines": ["Tue, 13 Sep 2016 05:13:18 GMT | starting dump", "Tue, 13 Sep 2016 05:13:18 GMT | got 34 objects from source file (offset: 0)", "Tue, 13 Sep 2016 05:13:18 GMT | Total Writes: 0", "Tue, 13 Sep 2016 05:13:18 GMT | dump ended with error (set phase) => TypeError: Cannot read property 'body' of undefined"], "warnings": []}
Please inform how to fix this.
Created 09-13-2016 01:10 PM
That error is often caused by running a version of Ansible that is not 2.0.0.2. Could you run incubator-metron/metron-deployment/scripts/platform-info.sh and verify that the versions output match Required Versions?
Created 09-13-2016 01:10 PM
That error is often caused by running a version of Ansible that is not 2.0.0.2. Could you run incubator-metron/metron-deployment/scripts/platform-info.sh and verify that the versions output match Required Versions?
Created 09-16-2016 03:41 AM
Thanks for the help. I downgraded Ansible to 2.0 and the installation script went ahead smoothly.
,Thanks for the help. I downgraded Ansible to 2.0. and it went ahead smoothly. I have been able to deploy Metron now. Thank you very much.
Created 09-16-2016 12:34 PM
Glad to hear it worked. If you haven't, would you mind accepting the above answer?
Thanks!
-David...