ElasticCloud setup on Kubernetes

I have installed Elastic Cloud (Elastic+Kibana) by following the guide https://www.elastic.co/guide/en/cloud-on-k8s/current/k8s-quickstart.html
From there, I have done the steps to create the elastic operator, then to create the elasticsearch cluster, and then to install Kibana.
When I access Kibana, I am not able to get any data.
Is there any other components I should install?
In other cluster I used EFK (ElasticSearch + FluentD + Kibana), but I am not sure if this elasticcloud is supposed to work with fluentd, I mean, if I am supposed to deploy fluentd also or something else. Thanks

What data to you expect to be there? By default there is no data in your cluster unless you also ingest data into it.

One way would be to use Beats to harvest log and metrics data from your Kubernetes cluster:

Or you could just install the sample data sets that come included with Kibana if you just want to explore the UI and the features.

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