Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various issues default install #92

Open
admin-axity-cloud opened this issue Dec 17, 2021 · 2 comments
Open

Various issues default install #92

admin-axity-cloud opened this issue Dec 17, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@admin-axity-cloud
Copy link

admin-axity-cloud commented Dec 17, 2021

Describe the bug
The default installation with all dependencies doesn't work as expected

Version of Helm and Kubernetes:

Helm Version:
From Rancher
``version.BuildInfo{Version:"v3.3.3-rancher3", GitCommit:"657df59bbba1d9e175cf5080d4885bd57d037906", GitTreeState:"clean", GoVersion:"go1.13.15"}`

Without Rancher (GCP Console)
version.BuildInfo{Version:"v3.5.0", GitCommit:"32c22239423b3b4ba6706d450bd044baffdcf9e6", GitTreeState:"clean", GoVersion:"go1.15.6"}

Kubernetes Version, from Rancher
``Client Version: version.Info{Major:"1", Minor:"19", GitVersion:"v1.19.7", GitCommit:"1dd5338295409edcfff11505e7bb246f0d325d15", GitTreeState:"clean", BuildDate:"2021-01-13T13:23:52Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.5-gke.1302", GitCommit:"639f3a74abf258418493e9b75f2f98a08da29733", GitTreeState:"clean", BuildDate:"2021-10-21T21:35:48Z", GoVersion:"go1.16.7b7", Compiler:"gc", Platform:"linux/amd64"}`

From GCP Console
Client Version: version.Info{Major:"1", Minor:"22", GitVersion:"v1.22.4", GitCommit:"b695d79d4f967c403a96986f1750a35eb75e75f1", GitTreeState:"clean", BuildDate:"2021-11-17T15:48:33Z", GoVersion:"go1.16.10", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"21", GitVersion:"v1.21.5-gke.1302", GitCommit:"639f3a74abf258418493e9b75f2f98a08da29733", GitTreeState:"clean", BuildDate:"2021-10-21T21:35:48Z", GoVersion:"go1.16.7b7", Compiler:"gc", Platform:"linux/amd64"}

Which version of the chart:
1.9.1

What happened:
When install by default with all dependencies, doesn't work as expected. Graylog Web is working, but only with one replica, and elastic search is in red status.
I'm using Rancher.

image

image

What you expected to happen:
Two nodes of Graylog, one master and one coordinating.
Elastic search up and running

How to reproduce it (as minimally and precisely as possible):
From Rancher create new Graylog app with all values by defect

Without Rancher, from GCP Console
helm repo add kongz https://charts.kong-z.com/
helm repo update
kubectl create namespace graylog
helm upgrade --install -n graylog graylog kongz/graylog

Anything else we need to know:

@admin-axity-cloud admin-axity-cloud added the bug Something isn't working label Dec 17, 2021
@admin-axity-cloud
Copy link
Author

admin-axity-cloud commented Dec 18, 2021

I installed Elasticsearch from another chart (https://helm.elastic.co), seems to be ok, but when i try to make a search in Graylog show me an error:

Unable to perform search query: [1:295] [bool] unknown field [disable_coord].

image

I found this issue on Graylog Community
https://community.graylog.org/t/fresh-install-3-3-elasticsearch-connection-issues/15720

And now my elasticsearch.yml configuration file looks like:
image

But i still got the same error...

Any idea?

@admin-axity-cloud
Copy link
Author

Finally i used elastic chart version 6.8.21 and now is working...but still i have only one pod for graylog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant