Where is Canvas?

Hi Guys

I have a docker 6.5.1 Kibana. It set up in docker-compose with this image:
image: docker.elastic.co/kibana/kibana-oss:6.5.1
Is it supposed to have Canvas in it?
I'm a bit confused about the 'beta' state of it, if it is supposed to be available and how to add it to our current kibana?
We only have a 'basic' license as far as I can tell for the ELK.

According to this list canvas is in the basic licence and not in the OSS version.

Paul.

You need to use the default distribution as Canvas is not part of the OSS distribution: http://docker.elastic.co/kibana/kibana:6.5.1 Make sure you are using the default distribution of Elasticsearch as well.

Ahaaa, gotcha. Ok, so the elasticsearch we have is not -oss versions, and after a quick rebuild of the kibana container, it shows all the nice things.
Thankyou both :slight_smile: