Kibana server.publicBaseUrl

Hi Team ,

Deployed kibana 8.5.3 through ECK Facing issue like Kibana server.publicBaseUrl
Please find kibana manifest file

apiVersion: kibana.k8s.elastic.co/v1
kind: Kibana
metadata:
  name: kibana
spec:
  version: 8.5.3
  count: 1
  http:
    service:
      spec:
        type: LoadBalancer
  elasticsearchRef:
    name: elasticsearch

After i have applied kibana.yaml manifest file to namespace
Can you help on this
Regards,
SM

As long as you have added that config in the manifest file, it should just work. You can see some examples here on how it's done: Custom kibana settings in ECK - #2 by pebrc

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