question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Kibana server.uuid and server.name configs

See original GitHub issue

Chart version: 7.9.2

Kubernetes version: 1.16.8

Kubernetes provider: Rancher

Helm Version: 3.2.4

Describe the bug: According to this doc from Elastic, the following configs need to be unique for kibana installations being served from behind a load balancer:

server.uuid
server.name

The chart in this repo does not specify how these values can be set for kibana installations that use this chart.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:17 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
oxyroxcommented, Dec 21, 2021

We addressed this adding some extraEnvs:

extraEnvs:
- name: SERVER_NAME
  valueFrom:
    fieldRef:
      fieldPath: metadata.name
- name: SERVER_UUID
  valueFrom:
    fieldRef:
      fieldPath: metadata.uid

This would set SERVER_NAME to the current pod name and SERVER_UUID to the pod uuid. Of course this doesn’t persist the name or uuid through pod restarts/deployments. But I don’t think it has to.

Does anyone see a problem doing it this way?

1reaction
botelastic[bot]commented, Dec 20, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure Kibana | Kibana Guide [8.5] - Elastic
A reference of the reporting settings administrators configure in kibana.yml. ... The Kibana server reads properties from the kibana.yml file on startup.
Read more >
Kibana says "Kibana server is not ready yet ... - Stack Overflow
I'm trying to start over, so I shelled into the Elasticsearch instance and ran elasticsearch-reset-password --username elastic . I saw the ...
Read more >
Forbidden after start autorefresh in canvas - Users Feedback
My kibana config: server.name: kibana. server.host: 0.0.0.0. elasticsearch.hosts: [ “http://elasticsearch:9200” ].
Read more >
Provision Grafana | Grafana documentation
Describes provisioning settings for Grafana using configuration files. ... Controls the server name used for certificate common name/subject alternative ...
Read more >
Configuration - Gerrit Code Review
In this configuration the web server is not involved in the user authentication ... groups by group UUID, including the group owner, name,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found