Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Not able to get the helm collector data in Hygieia dashboard #3491

Open
Jyotimishra165-prog opened this issue Sep 22, 2023 · 0 comments
Open

Comments

@Jyotimishra165-prog
Copy link

Jyotimishra165-prog commented Sep 22, 2023

Helm collector is up and running and could see the data in mongodb .Please find the below details for the same . But I am not getting the data in Hygieia Dashboard . Can you please help me to fix it .

db.helm_release.find()
{ "_id" : ObjectId("650421aa9faa0e0fa8b820cd"), "_class" : "com.capitalone.dashboard.model.Release", "name" : "filebeat", "version" : "7.14.0", "updated" : NumberLong(1686047103), "status" : "DEPLOYED", "namespace" : "filebeat" }
{ "_id" : ObjectId("650421aa9faa0e0fa8b820cf"), "_class" : "com.capitalone.dashboard.model.Release", "name" : "pe1", "version" : "1.16.0", "updated" : NumberLong(1623664459), "status" : "DEPLOYED", "namespace" : "devops" }
{ "_id" : ObjectId("650421ab9faa0e0fa8b820dc"), "_class" : "com.capitalone.dashboard.model.Release", "name" : "ps1", "version" : "1.16.0", "updated" : NumberLong(1623678046), "status" : "DEPLOYED", "namespace" : "devops" }
{ "_id" : ObjectId("650421ab9faa0e0fa8b820de"), "_class" : "com.capitalone.dashboard.model.Release", "name" : "psa1", "version" : "1.16.0", "updated" : NumberLong(1623677291), "status" : "DEPLOYED", "namespace" : "devops" }
{ "_id" : ObjectId("650421ac9faa0e0fa8b820e1"), "_class" : "com.capitalone.dashboard.model.Release", "name" : "pd1", "version" : "1.16.0", "updated" : NumberLong(1623676602), "status" : "DEPLOYED", "namespace" : "devops" }
{ "_id" : ObjectId("650421ac9faa0e0fa8b820e3"), "_class" : "com.capitalone.dashboard.model.Release", "name" : "redbox", "version" : "7.14.0", "updated" : NumberLong(1682066934), "status" : "DEPLOYED", "namespace" : "filebeat" }
{ "_id" : ObjectId("650421ad9faa0e0fa8b82122"), "_class" : "com.capitalone.dashboard.model.Release", "name" : "twistlock-defender-ds", "updated" : NumberLong(1655452408), "status" : "DEPLOYED", "namespace" : "twistlock" }
{ "_id" : ObjectId("650421ad9faa0e0fa8b82124"), "_class" : "com.capitalone.dashboard.model.Release", "name" : "validation", "version" : "1.16.0", "updated" : NumberLong(1619190328), "status" : "DEPLOYED", "namespace" : "com" }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant