-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[MetricBeat] Kubernetes module Go struct field .pods.volume.inodesFree of type int64 #19475
Comments
Pinging @elastic/integrations-platforms (Team:Platforms) |
Thank you for opening @dbpolito, this definitely looks like a bug, could you please detail how are you deploying Metricbeat? |
Deploying with helm version 7.8.0 with the following values. daemonset:
hostNetworking: true |
We are seeing exactly similar messages:
I deployed using the https://raw.githubusercontent.com/elastic/beats/7.8/deploy/kubernetes/metricbeat-kubernetes.yaml |
I have same issue. K8 version.Info{Major:"1", Minor:"19"}. I got this errors:
|
I am getting the same issue and cannot seem to do anything to work around it. I am using metricbeat 7.7.1, k8s 1.18.10, and ES 7.7.0.
|
I am also getting this issue on Kubernetes 1.20, metricbeat 7.10.1 deployed using ECK 1.3.1.
Upon closer inspection it seems 1 of my 3 nodes is not showing the above errors. This has persisted after many reconfigurations so I'm not sure what is different with the one node allowing to to grab the metrics properly. |
Hey! It is a bug indeed. It can happen regardless the version of k8s whenever we hit an integer overflow. We store these integers values as |
Hi. We are getting the same issue with metricbeat-oss:7,9,1 docker version with the field: .pods.volume.inodesFree error in mapping: Cannot unmarshal json response: json: cannot unmarshal number 18446744073709551615 into Go struct field .pods.volume.inodesFree of type int64 |
@fperalt3 this one will be fixed at |
Thank you @ChrsMark for your response. But we should need to use the OSS version because we are integrating Beats with Elastic-OSS due to we cannot use Xpack (aws Elastic Service). Is there any metricbeat-oss version with this patch? |
@fperalt3 you can use the equivalent for |
:) I didn't know that it was also available . |
MetricBeat Version:
7.8.0
K8S Version:
Server Version: version.Info{Major:"1", Minor:"18", GitVersion:"v1.18.3", GitCommit:"2e7996e3e2712684bc73f0dec0200d64eec7fe40", GitTreeState:"clean", BuildDate:"2020-05-20T12:43:34Z", GoVersion:"go1.13.9", Compiler:"gc", Platform:"linux/amd64"}
Errors:
The text was updated successfully, but these errors were encountered: