Logtrail integration with kibana

I have EFK stack setup on the Azure Kubernetes Cluster. How can i update the kibana image to have the logtrail? Pls let us know if you need further details.This is the kibana docker image iam using
image: docker.elastic.co/kibana/kibana:7.3.0.

Are you referring to the Logtrail plugin? That's a 3rd party plugin so I'm not sure if you'll need to configure anything specific for it but you'll need to add it to the docker image you setup in azure.

Here's an example of setting up Elastic cloud with including additional plugins: https://www.elastic.co/guide/en/cloud-enterprise/current/ece-include-additional-kibana-plugin.html#ece-create-modified-docker-image

Thank you for your reply.
Yes, iam reffering to logtrail plugin only.Iam using the elastic basic.where i can get the docker file that your referring to for a specific version of kibana as iam using this one image: [docker.elastic.co/kibana/kibana:7.3.0].Can i use the same one referred in link that you have mentioned?

Sure, you can use either docker file. You may want to use a more up to date version though, latest is 7.9.3: https://www.docker.elastic.co/r/kibana

thank you

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