How to install plugin on github to Kibana running on Container

I'm getting the "object in arrays are not well supported" for the below input that is available in index pattern

{
"total": 4,
"issues": [{
"key": "PPPLPAYPT-68748",
"fields": {
"summary": " contingency is displaying flow.",
"priority": {
"name": "P1"
},
"created": "2019-09-23T11:25:21.000+0000"
}
}, {
"key": "PPPLPAYPT-68661",
"fields": {
"summary": "contingency is not flow",
"priority": {
"name": "P1"
},
"created": "2019-09-20T11:02:09.000+0000"
}
}, {
"key": "PPPLPAYPT-68167",
"fields": {
"summary": "VISA log and card details",
"priority": {
"name": "P3"
},
"created": "2019-09-13T10:54:12.000+0000"
}
}, {
"key": "PPPLPAYPT-67578",
"fields": {
"summary": "Connection Lost Before throws Invalid UI",
"priority": {
"name": "P3"
},
"created": "2019-09-05T06:37:50.000+0000"
}
}]
}

I have 7.3.0 kibanna version is available. And using seba/elk image is used to run this kibana . Not sure how can I add this plugin into the seba/elk docker image. Is there any steps to achieve this?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.