Elastic and Kibana

Hi Team,
I have installed the elasticsearch(8.5.3) and kibana throgh eck , its working I can able to login
If we login first time i'm getting issue like < elastic did not load properly check the server output for information> after refreshing url its working properly. could you please help me out .what will be the issue for this.
image

Thanks
&Regards,
SM

Can anyone respond on this.

Thanks &regards,
Sarala K

Hi Team,

Facing this issue while accessing the kibana, can you help on this

Thanks&Regards
Sarala k

You will need to provide a lot more information if someone is going to be able to help you. Posting a screenshot with an error is not very helpful.

Which version of Elasticsearch and Kibana are you using?

How is Elasticsearch configured?

Are there any errors or warnings in the Elasticsearch logs?

How is Kibana configured?

Are there any errors or warnings in the Kibana logs?

What is the size and specification of the hardware hosting the components?

What type of hardware is used?

1 Like

Hi @Christian_Dahlqvist ,

Currently we have installed the elasticsearch and kibaana (version:8.6.2) throgh ECK

eck operator errors i have observed after deploying the elasticsearch and kibana

elastic pod logs:

elasticsearch manifest file:
apiVersion: elasticsearch.k8s.elastic.co/v1
kind: Elasticsearch
metadata:
name: elasticsearch
spec:
version: 8.6.2
nodeSets:
- name: default
count: 3
config:
node.store.allow_mmap: false
podTemplate:
spec:
containers:
- name: elasticsearch
env:
- name: ES_JAVA_OPTS
value: "-Xms4g -Xmx4g"
resources:
limits:
cpu: "4"
memory: 8Gi
requests:
cpu: "4"
memory: 8Gi
volumeClaimTemplates:
- metadata:
name: elasticsearch-data # Do not change this name unless you set up a volume mount for the data path.
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 100Gi
storageClassName: network-block
volumeMode: Filesystem

Kibana manifestfile:

apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:
name: kibana
spec:
version: 8.6.2
count: 1
elasticsearchRef:
name: elasticsearch

Could you find the logs and errors and configurations

Please don't post pictures of text, logs or code. They are difficult to read, impossible to search and replicate (if it's code), and some people may not be even able to see them :slight_smile:

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