vlead / analytics-db

This repository will hold the documents and specifications for installing ELK stack for analytics purposes
Other
1 stars 2 forks source link

Visualisation of feedback in Kibana #3

Closed ashay-maheshwari closed 6 years ago

ashay-maheshwari commented 7 years ago

Below is given the sample feedback format in json -

[
{
"user_id": "Null",
"responses": [
{
"question": {
"name": "Please rate your experience",
"question_type": "radio",
"id": "24"
},
"answers": [
{
"name": "4/10",
"id": "9"
}
],
"id": "27"
},
{
"question": {
"name": "Designation",
"question_type": "radio",
"id": "22"
},
"answers": [
{
"name": "Student",
"id": "1"
}
],
"id": "1"
},
{
"question": {
"name": "Did you attempt any experiments ?",
"question_type": "radio",
"id": "23"
},
"answers": [
{
"name": "No",
"id": "2"
}
],
"id": "10"
},
{
"question": {
"name": "Please provide any other feedback about Virtual Labs",
"question_type": "textarea",
"id": "21"
},
"answers": [
{
"name": "",
"id": "6"
}
],
"id": "12"
}
],
"exp_name": "Null",
"lab_name": "generic feedback",
"version": "generic-feedback-v2.0",
"gateway_ip": "10.100.1.7",
"date": "20-10-2016",
"id": "7"
}
]

Each of such feedback must result into some dashboards

ashay-maheshwari commented 7 years ago

Creating dashboards in Kibana using Nested Json object inputs is not currently supported. Read the following -

Still there are some hints of work around. This needs efforts to identify -

  1. If it is directly possible
  2. Or need to trick out some way
ksripathi commented 7 years ago

Query posted on stack over flow : https://stackoverflow.com/questions/46139022/aggregation-queries-on-nested-objects

ksripathi commented 6 years ago

Closing this issue since we are not using visualization tool 'kibana' anymore